From 74c6fa30e2ccab5e8087ef6742eb4cc3cf7c16d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 31 Aug 2023 09:15:58 +0000 Subject: [PATCH 001/118] Added arm version --- .github/workflows/docker-publish.yml | 95 +++++++------------ .../run | 3 + 2 files changed, 36 insertions(+), 62 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a389c02..4b0f7ff 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,83 +1,54 @@ -name: Docker image builds - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. +name: Build and Push Docker Image to Docker Hub on: - push: - branches: [ "main" ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] - pull_request: - branches: [ "main" ] + push: + branches: + - main env: # Use docker.io for Docker Hub if empty - REGISTRY: ghcr.io + REGISTRY: docker.io # github.repository as / IMAGE_NAME: ${{ github.repository }} jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Build the Docker image + run: docker build . --no-cache --force-rm + + push_to_registry: + name: Push Docker image to Docker Hub runs-on: ubuntu-latest - permissions: - contents: read - packages: write - # This is used to complete the identity challenge - # with sigstore/fulcio when running outside of PRs. - id-token: write steps: - - name: Checkout repository + - name: Check out the repo uses: actions/checkout@v3 - # Install the cosign tool except on PR - # https://github.com/sigstore/cosign-installer - - name: Install cosign - if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 - with: - cosign-release: 'v1.13.1' - # Workaround: https://github.com/docker/build-push-action/issues/461 - - name: Setup Docker buildx - uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf - # Login against a Docker registry except on PR - # https://github.com/docker/login-action - - name: Log into registry ${{ env.REGISTRY }} - if: github.event_name != 'pull_request' - uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + + - name: Log in to Docker Hub + uses: docker/login-action@v2.2.0 with: registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - # Extract metadata (tags, labels) for Docker - # https://github.com/docker/metadata-action - - name: Extract Docker metadata + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + + - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 + uses: docker/metadata-action@v4.6.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - # Build and push Docker image with Buildx (don't push on PR) - # https://github.com/docker/build-push-action + - name: Build and push Docker image - id: build-and-push - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@v4.1.1 with: - context: . - push: ${{ github.event_name != 'pull_request' }} + context: "{{defaultContext}}" + push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max - # Sign the resulting Docker image digest except on PRs. - # This will only write to the public Rekor transparency log when the Docker - # repository is public to avoid leaking data. If you would like to publish - # transparency data even for private images, pass --force to cosign below. - # https://github.com/sigstore/cosign - - name: Sign the published Docker image - if: ${{ github.event_name != 'pull_request' }} - env: - COSIGN_EXPERIMENTAL: "true" - # This step uses the identity token to provision an ephemeral certificate - # against the sigstore community Fulcio instance. - run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run index 24cc8c8..c1c95e6 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run @@ -19,6 +19,9 @@ case `uname -m` in riscv64) GOARCH="riscv64" ;; + armv7l) + GOARCH="arm" + ;; *) echo "Unknown CPU type $(uname -m), please file a bug at https://github.com/tailscale-dev/docker-mod" exit 125 From 928086cf012fe29eac8e980572824a0da6189663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 31 Aug 2023 09:17:58 +0000 Subject: [PATCH 002/118] Fix Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa8477a..aedde18 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ use to configure it. | Environment Variable | Description | Example | | :--------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------- | -| `DOCKER_MODS` | The list of additional mods to layer on top of the running container, separated by pipes. | `ghcr.io/tailscale-dev/docker-mod:main` | +| `DOCKER_MODS` | The list of additional mods to layer on top of the running container, separated by pipes. | `chukysoria/docker-mod:main` | | `TAILSCALE_STATE_DIR` | The directory where the Tailscale state will be stored, this should be pointed to a Docker volume. If it is not, then the node will set itself as ephemeral, making the node disappear from your tailnet when the container exits. | `/var/lib/tailscale` | | `TAILSCALE_AUTHKEY` | The authkey for your tailnet. You can create one in the [admin panel](https://login.tailscale.com/admin/settings/keys). See [here](https://tailscale.com/kb/1085/auth-keys/) for more information about authkeys and what you can do with them. | `tskey-auth-hunter2CNTRL-hunter2hunter2` | | `TAILSCALE_HOSTNAME` | The hostname that you want to set for the container. If you don't set this, the hostname of the node on your tailnet will be a bunch of random hexadecimal numbers, which many humans find hard to remember. | `wiki` | From 15065c6491d5161be34c2299abd3098a342536db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 31 Aug 2023 13:14:02 +0200 Subject: [PATCH 003/118] Create build-image.yml --- .github/workflows/build-image.yml | 61 +++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/workflows/build-image.yml diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml new file mode 100644 index 0000000..2f19432 --- /dev/null +++ b/.github/workflows/build-image.yml @@ -0,0 +1,61 @@ +name: Build Image + +on: [push, pull_request, workflow_dispatch] + +env: + ENDPOINT: "chukysoria/tailscale-mod" + BRANCH: "master" + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.3 + + - name: Build image + run: | + docker build --no-cache -t ${{ github.sha }} . + + - name: Tag image + if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' }} + run: | + docker tag ${{ github.sha }} ${ENDPOINT} + docker tag ${{ github.sha }} ${ENDPOINT}:${{ github.sha }} + docker tag ${{ github.sha }} ghcr.io/${ENDPOINT} + docker tag ${{ github.sha }} ghcr.io/${ENDPOINT}:${{ github.sha }} + + - name: Credential check + if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' }} + run: | + echo "CR_USER=${{ secrets.CR_USER }}" >> $GITHUB_ENV + echo "CR_PAT=${{ secrets.CR_PAT }}" >> $GITHUB_ENV + echo "DOCKERUSER=${{ secrets.DOCKERUSER }}" >> $GITHUB_ENV + echo "DOCKERPASS=${{ secrets.DOCKERPASS }}" >> $GITHUB_ENV + if [[ "${{ secrets.CR_USER }}" == "" && "${{ secrets.CR_PAT }}" == "" && "${{ secrets.DOCKERUSER }}" == "" && "${{ secrets.DOCKERPASS }}" == "" ]]; then + echo "::error::Push credential secrets missing." + echo "::error::You must set either CR_USER & CR_PAT or DOCKERUSER & DOCKERPASS as secrets in your repo settings." + echo "::error::See https://github.com/linuxserver/docker-mods/blob/master/README.md for more information/instructions." + exit 1 + fi + + - name: Login to GitHub Container Registry + if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.CR_USER && env.CR_PAT && env.ENDPOINT != 'user/endpoint' }} + run: | + echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ secrets.CR_USER }} --password-stdin + + - name: Push tags to GitHub Container Registry + if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.CR_USER && env.CR_PAT && env.ENDPOINT != 'user/endpoint' }} + run: | + docker push ghcr.io/${ENDPOINT}:${{ github.sha }} + docker push ghcr.io/${ENDPOINT} + + - name: Login to DockerHub + if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.DOCKERUSER && env.DOCKERPASS && env.ENDPOINT != 'user/endpoint' }} + run: | + echo ${{ secrets.DOCKERPASS }} | docker login -u ${{ secrets.DOCKERUSER }} --password-stdin + + - name: Push tags to DockerHub + if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.DOCKERUSER && env.DOCKERPASS && env.ENDPOINT != 'user/endpoint' }} + run: | + docker push ${ENDPOINT}:${{ github.sha }} + docker push ${ENDPOINT} From 3dd298f89c375e6733d1a2719dc48f3b573d0b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 31 Aug 2023 11:19:52 +0000 Subject: [PATCH 004/118] t --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aedde18..f95bcc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # The Tailscale universal Docker mod - + This Docker mod lets you slipstream Tailscale into [linuxserver.io](https://linuxserver.io) containers. This lets you have applications join your tailnet. From a8a051f19d6e456df41c53f418142fad4338ce05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 31 Aug 2023 11:23:54 +0000 Subject: [PATCH 005/118] Test --- .github/workflows/build-image.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2f19432..76cb2c3 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -16,6 +16,11 @@ jobs: run: | docker build --no-cache -t ${{ github.sha }} . + - name: Test variables + run: | + echo ${{ github.ref }} + echo ${{ format('refs/heads/{0}', env.BRANCH) }} + echo ${{ env.ENDPOINT }} - name: Tag image if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' }} run: | From 026c7ed86646f62ea87ca0292e556562edbbff6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 31 Aug 2023 11:45:39 +0000 Subject: [PATCH 006/118] Permissions --- .github/workflows/build-image.yml | 5 --- .github/workflows/docker-publish.yml | 54 ---------------------------- .github/workflows/permissions.yml | 10 ++++++ 3 files changed, 10 insertions(+), 59 deletions(-) delete mode 100644 .github/workflows/docker-publish.yml create mode 100644 .github/workflows/permissions.yml diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 76cb2c3..2f19432 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -16,11 +16,6 @@ jobs: run: | docker build --no-cache -t ${{ github.sha }} . - - name: Test variables - run: | - echo ${{ github.ref }} - echo ${{ format('refs/heads/{0}', env.BRANCH) }} - echo ${{ env.ENDPOINT }} - name: Tag image if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' }} run: | diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml deleted file mode 100644 index 4b0f7ff..0000000 --- a/.github/workflows/docker-publish.yml +++ /dev/null @@ -1,54 +0,0 @@ -name: Build and Push Docker Image to Docker Hub - -on: - push: - branches: - - main - -env: - # Use docker.io for Docker Hub if empty - REGISTRY: docker.io - # github.repository as / - IMAGE_NAME: ${{ github.repository }} - -jobs: - - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Build the Docker image - run: docker build . --no-cache --force-rm - - push_to_registry: - name: Push Docker image to Docker Hub - runs-on: ubuntu-latest - steps: - - name: Check out the repo - uses: actions/checkout@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - - name: Log in to Docker Hub - uses: docker/login-action@v2.2.0 - with: - registry: ${{ env.REGISTRY }} - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - - name: Extract metadata (tags, labels) for Docker - id: meta - uses: docker/metadata-action@v4.6.0 - with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - - - name: Build and push Docker image - uses: docker/build-push-action@v4.1.1 - with: - context: "{{defaultContext}}" - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml new file mode 100644 index 0000000..1447bc5 --- /dev/null +++ b/.github/workflows/permissions.yml @@ -0,0 +1,10 @@ +name: Permission check +on: + pull_request_target: + paths: + - '**/run' + - '**/finish' + - '**/check' +jobs: + permission_check: + uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1 From fb2f616990caa8321268999a2dc66f673684e03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 31 Aug 2023 12:28:50 +0000 Subject: [PATCH 007/118] S6 --- .../dependencies.d/init-mod-universal-tailscale-postinstall | 0 .../dependencies.d/svc-tailscale | 0 .../s6-rc.d/{svc-tailscale-up => svc-mod-tailscale-up}/run | 0 .../s6-rc.d/{svc-tailscale-up => svc-mod-tailscale-up}/type | 0 root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/up | 1 + .../dependencies.d/init-mod-universal-tailscale-postinstall | 0 .../s6-overlay/s6-rc.d/{svc-tailscale => svc-mod-tailscale}/run | 0 .../s6-overlay/s6-rc.d/{svc-tailscale => svc-mod-tailscale}/type | 0 root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/up | 1 + root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/up | 1 - root/etc/s6-overlay/s6-rc.d/svc-tailscale/up | 1 - .../s6-rc.d/user/contents.d/init-mod-universal-tailscale | 0 .../user/contents.d/init-mod-universal-tailscale-postinstall | 0 root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale | 0 root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-ip | 0 15 files changed, 2 insertions(+), 2 deletions(-) rename root/etc/s6-overlay/s6-rc.d/{svc-tailscale-up => svc-mod-tailscale-up}/dependencies.d/init-mod-universal-tailscale-postinstall (100%) rename root/etc/s6-overlay/s6-rc.d/{svc-tailscale-up => svc-mod-tailscale-up}/dependencies.d/svc-tailscale (100%) rename root/etc/s6-overlay/s6-rc.d/{svc-tailscale-up => svc-mod-tailscale-up}/run (100%) rename root/etc/s6-overlay/s6-rc.d/{svc-tailscale-up => svc-mod-tailscale-up}/type (100%) create mode 100644 root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/up rename root/etc/s6-overlay/s6-rc.d/{svc-tailscale => svc-mod-tailscale}/dependencies.d/init-mod-universal-tailscale-postinstall (100%) rename root/etc/s6-overlay/s6-rc.d/{svc-tailscale => svc-mod-tailscale}/run (100%) rename root/etc/s6-overlay/s6-rc.d/{svc-tailscale => svc-mod-tailscale}/type (100%) create mode 100644 root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/up delete mode 100644 root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/up delete mode 100644 root/etc/s6-overlay/s6-rc.d/svc-tailscale/up create mode 100644 root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale create mode 100644 root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale-postinstall create mode 100644 root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale create mode 100644 root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-ip diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/dependencies.d/init-mod-universal-tailscale-postinstall b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/init-mod-universal-tailscale-postinstall similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/dependencies.d/init-mod-universal-tailscale-postinstall rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/init-mod-universal-tailscale-postinstall diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/dependencies.d/svc-tailscale b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/svc-tailscale similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/dependencies.d/svc-tailscale rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/svc-tailscale diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/run rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/type b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/type similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/type rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/type diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/up b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/up new file mode 100644 index 0000000..201da9a --- /dev/null +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/up @@ -0,0 +1 @@ +/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale/dependencies.d/init-mod-universal-tailscale-postinstall b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/dependencies.d/init-mod-universal-tailscale-postinstall similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-tailscale/dependencies.d/init-mod-universal-tailscale-postinstall rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/dependencies.d/init-mod-universal-tailscale-postinstall diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-tailscale/run rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale/type b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/type similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-tailscale/type rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/type diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/up b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/up new file mode 100644 index 0000000..6a33ea9 --- /dev/null +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/up @@ -0,0 +1 @@ +/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/up b/root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/up deleted file mode 100644 index 86df500..0000000 --- a/root/etc/s6-overlay/s6-rc.d/svc-tailscale-up/up +++ /dev/null @@ -1 +0,0 @@ -/etc/s6-overlay/s6-rc.d/svc-tailscale-up/run diff --git a/root/etc/s6-overlay/s6-rc.d/svc-tailscale/up b/root/etc/s6-overlay/s6-rc.d/svc-tailscale/up deleted file mode 100644 index 86df500..0000000 --- a/root/etc/s6-overlay/s6-rc.d/svc-tailscale/up +++ /dev/null @@ -1 +0,0 @@ -/etc/s6-overlay/s6-rc.d/svc-tailscale-up/run diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale b/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale new file mode 100644 index 0000000..e69de29 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale-postinstall b/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale-postinstall new file mode 100644 index 0000000..e69de29 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale b/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale new file mode 100644 index 0000000..e69de29 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-ip b/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-ip new file mode 100644 index 0000000..e69de29 From 28e66545ce182c4e0052d6184d0b676c45941b2b Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 15:39:06 +0200 Subject: [PATCH 008/118] Fix name --- .../contents.d/{svc-mod-tailscale-ip => svc-mod-tailscale-up} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename root/etc/s6-overlay/s6-rc.d/user/contents.d/{svc-mod-tailscale-ip => svc-mod-tailscale-up} (100%) diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-ip b/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-up similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-ip rename to root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-up From 42222a7729d8c013dcb712c16a66f3f599f48316 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 15:41:39 +0200 Subject: [PATCH 009/118] Mods name --- .../dependencies.d/{svc-tailscale => svc-mod-tailscale} | 0 .../dependencies.d/{svc-tailscale-up => svc-mod-tailscale-up} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/{svc-tailscale => svc-mod-tailscale} (100%) rename root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/{svc-tailscale-up => svc-mod-tailscale-up} (100%) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-tailscale b/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-mod-tailscale similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-tailscale rename to root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-mod-tailscale diff --git a/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-tailscale-up b/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-mod-tailscale-up similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-tailscale-up rename to root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/svc-mod-tailscale-up From e595197c82da3b9c93d47a9d7936613cbffe2e13 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 15:44:39 +0200 Subject: [PATCH 010/118] Rename dependency --- .../dependencies.d/{svc-tailscale => svc-mod-tailscale} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/{svc-tailscale => svc-mod-tailscale} (100%) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/svc-tailscale b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/svc-mod-tailscale similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/svc-tailscale rename to root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/svc-mod-tailscale From eb2e5e726d4a8f21fb5e519f6e3124d13fe24af1 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 16:54:44 +0200 Subject: [PATCH 011/118] S6 version 2 --- root/etc/cont-init.d/30-tailscale | 63 ++++++++++++++++++++ root/etc/services.d/svc-mod-tailscale-up/run | 50 ++++++++++++++++ root/etc/services.d/svc-mod-tailscale/run | 20 +++++++ 3 files changed, 133 insertions(+) create mode 100755 root/etc/cont-init.d/30-tailscale create mode 100644 root/etc/services.d/svc-mod-tailscale-up/run create mode 100755 root/etc/services.d/svc-mod-tailscale/run diff --git a/root/etc/cont-init.d/30-tailscale b/root/etc/cont-init.d/30-tailscale new file mode 100755 index 0000000..a0cdf93 --- /dev/null +++ b/root/etc/cont-init.d/30-tailscale @@ -0,0 +1,63 @@ +#!/usr/bin/with-contenv bash + +# Check for curl, jq, iptables +if [ ! -f /usr/bin/curl ] || [ ! -f /usr/bin/jq ] || [ ! -f /usr/bin/iptables ]; then + echo "[mod-tailscale] Curl/JQ/IPTables was not found on this system" + if [ -f /usr/bin/apt ]; then + ## Ubuntu + apt-get update + apt-get install --no-install-recommends -y \ + curl \ + jq \ + iptables + elif [ -f /sbin/apk ]; then + # Alpine + apk add --no-cache \ + curl \ + jq \ + iptables + fi +fi + +set -euo pipefail + +dir="$(mktemp -d)" +pushd . +cd "${dir}" + +GOARCH="" + +case `uname -m` in + x86_64) + GOARCH="amd64" + ;; + + aarch64) + GOARCH="arm64" + ;; + riscv64) + GOARCH="riscv64" + ;; + armv7l) + GOARCH="arm" + ;; + *) + echo "Unknown CPU type $(uname -m), please file a bug at https://github.com/tailscale-dev/docker-mod" + exit 125 + ;; +esac + +tarball="$(curl 'https://pkgs.tailscale.com/stable/?mode=json' | jq -r .Tarballs.${GOARCH})" +version="$(echo ${tarball} | cut -d_ -f2)" + +echo "[mod-tailscale] Downloading Tailscale ${version}" + +curl "https://pkgs.tailscale.com/stable/${tarball}" -o tailscale.tgz + +tar xzf tailscale.tgz + +cp -vrf "tailscale_${version}_${GOARCH}"/tailscale /usr/bin/tailscale +cp -vrf "tailscale_${version}_${GOARCH}"/tailscaled /usr/sbin/tailscaled + +popd +rm -rf "${dir}" diff --git a/root/etc/services.d/svc-mod-tailscale-up/run b/root/etc/services.d/svc-mod-tailscale-up/run new file mode 100644 index 0000000..75212cb --- /dev/null +++ b/root/etc/services.d/svc-mod-tailscale-up/run @@ -0,0 +1,50 @@ +#!/usr/bin/with-contenv bash +s6-svc -O /var/run/s6/services/svc-tailscale-up + +FLAGS="" + +# configure `tailscale up` +if ! [ -v TAILSCALE_AUTHKEY ]; then + echo '[!] TAILSCALE_AUTHKEY is not defined, this will print a login URL to the screen' +else + FLAGS="${FLAGS} --authkey=${TAILSCALE_AUTHKEY}" +fi + +if [ -v TAILSCALE_HOSTNAME ]; then + FLAGS="${FLAGS} --hostname=${TAILSCALE_HOSTNAME}" +fi + +if [ -v TAILSCALE_USE_SSH ]; then + FLAGS="${FLAGS} --ssh=${TAILSCALE_USE_SSH}" +fi + +if [ -v TAILSCALE_BE_EXIT_NODE ]; then + echo '[!] acting as an exit node, you may need to approve this in the admin console' + FLAGS="${FLAGS} --advertise-exit-node=${TS_BE_EXIT_NODE}" +fi + +# Wait until daeamon is started +until s6-svstat -o up /run/s6/services/svc-mod-tailscale/ +do + sleep 5 +done + +tailscale up $FLAGS + +# configure serve +if [ -v TAILSCALE_SERVE_PORT ] && [ -v TAILSCALE_SERVE_MODE ]; then + if [[ $TAILSCALE_SERVE_MODE == "https" ]]; then + tailscale serve "${TAILSCALE_SERVE_MODE}":443 / http://localhost:"${TAILSCALE_SERVE_PORT}" + else + tailscale serve "${TAILSCALE_SERVE_MODE}":443 http://localhost:"${TAILSCALE_SERVE_PORT}" + fi +fi + +# configure funnel +if [ -v TAILSCALE_FUNNEL ]; then + tailscale funnel 443 on +fi + + + + diff --git a/root/etc/services.d/svc-mod-tailscale/run b/root/etc/services.d/svc-mod-tailscale/run new file mode 100755 index 0000000..fd43e95 --- /dev/null +++ b/root/etc/services.d/svc-mod-tailscale/run @@ -0,0 +1,20 @@ +#!/usr/bin/with-contenv bash + +FLAGS="" + +if ! [ -e /dev/net/tun ]; then + FLAGS="$flags --tun=userspace-networking" +fi + +if [ -v TAILSCALE_STATE_DIR ]; then + FLAGS="$FLAGS --statedir=${TAILSCALE_STATE_DIR}" +else + echo '[!] TAILSCALE_STATE_DIR is not set, this node will be ephemeral.' + FLAGS="$FLAGS --state=mem:" +fi + +if ! [ -v TAILSCALE_TAILSCALED_LOG ]; then + tailscaled $FLAGS 2>&1 > /dev/null +else + tailscaled $FLAGS +fi From 230d47fc3739d89735ba95324b9f614ee17e9203 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 17:02:52 +0200 Subject: [PATCH 012/118] Wait forever --- root/etc/services.d/svc-mod-tailscale-up/run | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/root/etc/services.d/svc-mod-tailscale-up/run b/root/etc/services.d/svc-mod-tailscale-up/run index 75212cb..f3e8579 100644 --- a/root/etc/services.d/svc-mod-tailscale-up/run +++ b/root/etc/services.d/svc-mod-tailscale-up/run @@ -1,6 +1,4 @@ #!/usr/bin/with-contenv bash -s6-svc -O /var/run/s6/services/svc-tailscale-up - FLAGS="" # configure `tailscale up` @@ -45,6 +43,5 @@ if [ -v TAILSCALE_FUNNEL ]; then tailscale funnel 443 on fi - - - +# Wait forever +while true; do sleep 2073600; done From da7c44650d918a66115838470713197810a8931c Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 20:00:14 +0200 Subject: [PATCH 013/118] Removed s6 v2 files --- root/etc/cont-init.d/30-tailscale | 63 -------------------- root/etc/services.d/svc-mod-tailscale-up/run | 47 --------------- root/etc/services.d/svc-mod-tailscale/run | 20 ------- 3 files changed, 130 deletions(-) delete mode 100755 root/etc/cont-init.d/30-tailscale delete mode 100644 root/etc/services.d/svc-mod-tailscale-up/run delete mode 100755 root/etc/services.d/svc-mod-tailscale/run diff --git a/root/etc/cont-init.d/30-tailscale b/root/etc/cont-init.d/30-tailscale deleted file mode 100755 index a0cdf93..0000000 --- a/root/etc/cont-init.d/30-tailscale +++ /dev/null @@ -1,63 +0,0 @@ -#!/usr/bin/with-contenv bash - -# Check for curl, jq, iptables -if [ ! -f /usr/bin/curl ] || [ ! -f /usr/bin/jq ] || [ ! -f /usr/bin/iptables ]; then - echo "[mod-tailscale] Curl/JQ/IPTables was not found on this system" - if [ -f /usr/bin/apt ]; then - ## Ubuntu - apt-get update - apt-get install --no-install-recommends -y \ - curl \ - jq \ - iptables - elif [ -f /sbin/apk ]; then - # Alpine - apk add --no-cache \ - curl \ - jq \ - iptables - fi -fi - -set -euo pipefail - -dir="$(mktemp -d)" -pushd . -cd "${dir}" - -GOARCH="" - -case `uname -m` in - x86_64) - GOARCH="amd64" - ;; - - aarch64) - GOARCH="arm64" - ;; - riscv64) - GOARCH="riscv64" - ;; - armv7l) - GOARCH="arm" - ;; - *) - echo "Unknown CPU type $(uname -m), please file a bug at https://github.com/tailscale-dev/docker-mod" - exit 125 - ;; -esac - -tarball="$(curl 'https://pkgs.tailscale.com/stable/?mode=json' | jq -r .Tarballs.${GOARCH})" -version="$(echo ${tarball} | cut -d_ -f2)" - -echo "[mod-tailscale] Downloading Tailscale ${version}" - -curl "https://pkgs.tailscale.com/stable/${tarball}" -o tailscale.tgz - -tar xzf tailscale.tgz - -cp -vrf "tailscale_${version}_${GOARCH}"/tailscale /usr/bin/tailscale -cp -vrf "tailscale_${version}_${GOARCH}"/tailscaled /usr/sbin/tailscaled - -popd -rm -rf "${dir}" diff --git a/root/etc/services.d/svc-mod-tailscale-up/run b/root/etc/services.d/svc-mod-tailscale-up/run deleted file mode 100644 index f3e8579..0000000 --- a/root/etc/services.d/svc-mod-tailscale-up/run +++ /dev/null @@ -1,47 +0,0 @@ -#!/usr/bin/with-contenv bash -FLAGS="" - -# configure `tailscale up` -if ! [ -v TAILSCALE_AUTHKEY ]; then - echo '[!] TAILSCALE_AUTHKEY is not defined, this will print a login URL to the screen' -else - FLAGS="${FLAGS} --authkey=${TAILSCALE_AUTHKEY}" -fi - -if [ -v TAILSCALE_HOSTNAME ]; then - FLAGS="${FLAGS} --hostname=${TAILSCALE_HOSTNAME}" -fi - -if [ -v TAILSCALE_USE_SSH ]; then - FLAGS="${FLAGS} --ssh=${TAILSCALE_USE_SSH}" -fi - -if [ -v TAILSCALE_BE_EXIT_NODE ]; then - echo '[!] acting as an exit node, you may need to approve this in the admin console' - FLAGS="${FLAGS} --advertise-exit-node=${TS_BE_EXIT_NODE}" -fi - -# Wait until daeamon is started -until s6-svstat -o up /run/s6/services/svc-mod-tailscale/ -do - sleep 5 -done - -tailscale up $FLAGS - -# configure serve -if [ -v TAILSCALE_SERVE_PORT ] && [ -v TAILSCALE_SERVE_MODE ]; then - if [[ $TAILSCALE_SERVE_MODE == "https" ]]; then - tailscale serve "${TAILSCALE_SERVE_MODE}":443 / http://localhost:"${TAILSCALE_SERVE_PORT}" - else - tailscale serve "${TAILSCALE_SERVE_MODE}":443 http://localhost:"${TAILSCALE_SERVE_PORT}" - fi -fi - -# configure funnel -if [ -v TAILSCALE_FUNNEL ]; then - tailscale funnel 443 on -fi - -# Wait forever -while true; do sleep 2073600; done diff --git a/root/etc/services.d/svc-mod-tailscale/run b/root/etc/services.d/svc-mod-tailscale/run deleted file mode 100755 index fd43e95..0000000 --- a/root/etc/services.d/svc-mod-tailscale/run +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/with-contenv bash - -FLAGS="" - -if ! [ -e /dev/net/tun ]; then - FLAGS="$flags --tun=userspace-networking" -fi - -if [ -v TAILSCALE_STATE_DIR ]; then - FLAGS="$FLAGS --statedir=${TAILSCALE_STATE_DIR}" -else - echo '[!] TAILSCALE_STATE_DIR is not set, this node will be ephemeral.' - FLAGS="$FLAGS --state=mem:" -fi - -if ! [ -v TAILSCALE_TAILSCALED_LOG ]; then - tailscaled $FLAGS 2>&1 > /dev/null -else - tailscaled $FLAGS -fi From a7939c4310596bd74996530b42459df0828afd7e Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 21:01:19 +0200 Subject: [PATCH 014/118] Conditional install --- .../s6-rc.d/init-mod-universal-tailscale/run | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run index 26ba791..e1171fa 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run @@ -1,15 +1,17 @@ #!/usr/bin/with-contenv bash -## Ubuntu -if [ -f /usr/bin/apt ]; then - echo "\ - jq \ - iptables" >> /mod-repo-packages-to-install.list +if [ ! -f /usr/bin/jq ] || [ ! -f /usr/bin/iptables ]; then + ## Ubuntu + if [ -f /usr/bin/apt ]; then + echo "\ + jq \ + iptables" >> /mod-repo-packages-to-install.list -fi -# Alpine -if [ -f /sbin/apk ]; then - echo "\ - jq \ - iptables" >> /mod-repo-packages-to-install.list + fi + # Alpine + if [ -f /sbin/apk ]; then + echo "\ + jq \ + iptables" >> /mod-repo-packages-to-install.list + fi fi From 5e03aa5f295e48267d94c7bb4387c51fd3eef815 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 31 Aug 2023 21:06:48 +0200 Subject: [PATCH 015/118] Iptables --- root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run index e1171fa..09a4954 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash -if [ ! -f /usr/bin/jq ] || [ ! -f /usr/bin/iptables ]; then +if [ ! -f /usr/bin/jq ] || ([ ! -f /usr/bin/iptables ] || [ ! -f /usr/sbin/iptables ] ); then ## Ubuntu if [ -f /usr/bin/apt ]; then echo "\ From a2da474a8413d186cc671dd879721f898576f0ef Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Sun, 3 Sep 2023 15:07:04 +0200 Subject: [PATCH 016/118] Conditional package and downloading --- .../run | 32 +++++++++++++------ .../s6-rc.d/init-mod-universal-tailscale/run | 4 ++- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run index c1c95e6..3d7eab6 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale-postinstall/run @@ -2,10 +2,6 @@ set -euo pipefail -dir="$(mktemp -d)" -pushd . -cd "${dir}" - GOARCH="" case `uname -m` in @@ -31,12 +27,28 @@ esac tarball="$(curl 'https://pkgs.tailscale.com/stable/?mode=json' | jq -r .Tarballs.${GOARCH})" version="$(echo ${tarball} | cut -d_ -f2)" -curl "https://pkgs.tailscale.com/stable/${tarball}" -o tailscale.tgz +if [ -f /usr/bin/tailscale ]; then + installed_version="$(tailscale -V | head -n1)" +else + installed_version="" +fi + +if [[ $version == $installed_version ]]; then + echo "[mod-tailscale] Tailscale ${version} already installed" +else + dir="$(mktemp -d)" + pushd . + cd "${dir}" + + echo "[mod-tailscale] Downloading Tailscale ${version}" + + curl "https://pkgs.tailscale.com/stable/${tarball}" -o tailscale.tgz -tar xzf tailscale.tgz + tar xzf tailscale.tgz -cp -vrf "tailscale_${version}_${GOARCH}"/tailscale /usr/bin/tailscale -cp -vrf "tailscale_${version}_${GOARCH}"/tailscaled /usr/sbin/tailscaled + cp -vrf "tailscale_${version}_${GOARCH}"/tailscale /usr/bin/tailscale + cp -vrf "tailscale_${version}_${GOARCH}"/tailscaled /usr/sbin/tailscaled -popd -rm -rf "${dir}" + popd + rm -rf "${dir}" +fi diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run index 09a4954..db27719 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run @@ -1,9 +1,10 @@ #!/usr/bin/with-contenv bash -if [ ! -f /usr/bin/jq ] || ([ ! -f /usr/bin/iptables ] || [ ! -f /usr/sbin/iptables ] ); then +if [ ! -f /usr/bin/curl ] || [ ! -f /usr/bin/jq ] || [ ! -f /usr/sbin/iptables ]; then ## Ubuntu if [ -f /usr/bin/apt ]; then echo "\ + curl \ jq \ iptables" >> /mod-repo-packages-to-install.list @@ -11,6 +12,7 @@ if [ ! -f /usr/bin/jq ] || ([ ! -f /usr/bin/iptables ] || [ ! -f /usr/sbin/iptab # Alpine if [ -f /sbin/apk ]; then echo "\ + curl \ jq \ iptables" >> /mod-repo-packages-to-install.list fi From a8203e48564ca4eea1e18627f6144b248384a692 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Fri, 8 Sep 2023 14:33:52 +0200 Subject: [PATCH 017/118] Run as abc user --- .github/workflows/build-image.yml | 30 +++++-------------- .../s6-overlay/s6-rc.d/svc-mod-tailscale/run | 5 ++-- 2 files changed, 11 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2f19432..6a87fc3 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -9,6 +9,9 @@ env: jobs: build: runs-on: ubuntu-latest + env: + CR_USER: ${{ secrets.CR_USER }} + CR_PAT: ${{ secrets.CR_PAT }} steps: - uses: actions/checkout@v2.3.3 @@ -25,18 +28,12 @@ jobs: docker tag ${{ github.sha }} ghcr.io/${ENDPOINT}:${{ github.sha }} - name: Credential check - if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' }} + if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' && ( !env.CR_USER || !env.CR_PAT )}} run: | - echo "CR_USER=${{ secrets.CR_USER }}" >> $GITHUB_ENV - echo "CR_PAT=${{ secrets.CR_PAT }}" >> $GITHUB_ENV - echo "DOCKERUSER=${{ secrets.DOCKERUSER }}" >> $GITHUB_ENV - echo "DOCKERPASS=${{ secrets.DOCKERPASS }}" >> $GITHUB_ENV - if [[ "${{ secrets.CR_USER }}" == "" && "${{ secrets.CR_PAT }}" == "" && "${{ secrets.DOCKERUSER }}" == "" && "${{ secrets.DOCKERPASS }}" == "" ]]; then - echo "::error::Push credential secrets missing." - echo "::error::You must set either CR_USER & CR_PAT or DOCKERUSER & DOCKERPASS as secrets in your repo settings." - echo "::error::See https://github.com/linuxserver/docker-mods/blob/master/README.md for more information/instructions." - exit 1 - fi + echo "::error::Push credential secrets missing." + echo "::error::You must set CR_USER & CR_PAT as secrets in your repo settings." + echo "::error::See https://github.com/linuxserver/docker-mods/blob/master/README.md for more information/instructions." + exit 1 - name: Login to GitHub Container Registry if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.CR_USER && env.CR_PAT && env.ENDPOINT != 'user/endpoint' }} @@ -48,14 +45,3 @@ jobs: run: | docker push ghcr.io/${ENDPOINT}:${{ github.sha }} docker push ghcr.io/${ENDPOINT} - - - name: Login to DockerHub - if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.DOCKERUSER && env.DOCKERPASS && env.ENDPOINT != 'user/endpoint' }} - run: | - echo ${{ secrets.DOCKERPASS }} | docker login -u ${{ secrets.DOCKERUSER }} --password-stdin - - - name: Push tags to DockerHub - if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.DOCKERUSER && env.DOCKERPASS && env.ENDPOINT != 'user/endpoint' }} - run: | - docker push ${ENDPOINT}:${{ github.sha }} - docker push ${ENDPOINT} diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run index fd43e95..6a63551 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run @@ -1,4 +1,5 @@ #!/usr/bin/with-contenv bash +# shellcheck shell=bash FLAGS="" @@ -14,7 +15,7 @@ else fi if ! [ -v TAILSCALE_TAILSCALED_LOG ]; then - tailscaled $FLAGS 2>&1 > /dev/null + s6-setuidgid abc tailscaled $FLAGS 2>&1 > /dev/null else - tailscaled $FLAGS + s6-setuidgid abc tailscaled $FLAGS fi From d98354c60796d1ec019645899c6dac817bc9e8b2 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Fri, 8 Sep 2023 14:44:47 +0200 Subject: [PATCH 018/118] Improved build --- .github/workflows/build-image.yml | 83 ++++++++++++++++++------------- 1 file changed, 48 insertions(+), 35 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6a87fc3..1e609d6 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -1,10 +1,14 @@ name: Build Image -on: [push, pull_request, workflow_dispatch] +on: + release: + types: [published] + push: env: - ENDPOINT: "chukysoria/tailscale-mod" - BRANCH: "master" + IMAGE: "tailscale-mod" + USER: "chukysoria" + NOW: jobs: build: @@ -13,35 +17,44 @@ jobs: CR_USER: ${{ secrets.CR_USER }} CR_PAT: ${{ secrets.CR_PAT }} steps: - - uses: actions/checkout@v2.3.3 - - - name: Build image - run: | - docker build --no-cache -t ${{ github.sha }} . - - - name: Tag image - if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' }} - run: | - docker tag ${{ github.sha }} ${ENDPOINT} - docker tag ${{ github.sha }} ${ENDPOINT}:${{ github.sha }} - docker tag ${{ github.sha }} ghcr.io/${ENDPOINT} - docker tag ${{ github.sha }} ghcr.io/${ENDPOINT}:${{ github.sha }} - - - name: Credential check - if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.ENDPOINT != 'user/endpoint' && ( !env.CR_USER || !env.CR_PAT )}} - run: | - echo "::error::Push credential secrets missing." - echo "::error::You must set CR_USER & CR_PAT as secrets in your repo settings." - echo "::error::See https://github.com/linuxserver/docker-mods/blob/master/README.md for more information/instructions." - exit 1 - - - name: Login to GitHub Container Registry - if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.CR_USER && env.CR_PAT && env.ENDPOINT != 'user/endpoint' }} - run: | - echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ secrets.CR_USER }} --password-stdin - - - name: Push tags to GitHub Container Registry - if: ${{ github.ref == format('refs/heads/{0}', env.BRANCH) && env.CR_USER && env.CR_PAT && env.ENDPOINT != 'user/endpoint' }} - run: | - docker push ghcr.io/${ENDPOINT}:${{ github.sha }} - docker push ghcr.io/${ENDPOINT} + - name: Set current date as env variable + run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV + + - name: Login to Github Container Repo + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + + - name: Docker meta + id: meta + uses: docker/metadata-action@v4 + with: + # list of Docker images to use as base name for tags + images: | + ghcr.io/${{ env.USER }}/${{ env.IMAGE }} + # generate Docker tags based on the following events/attributes + flavor: + latest=true + tags: | + type=sha,prefix=,suffix=-${{ github.ref_name }} + labels: | + org.opencontainers.image.created=${{ env.NOW }} + org.opencontainers.image.authors=Carlos Sanchez + org.opencontainers.image.url=https://github.com/${{ env.USER }}/docker-mod/packages + org.opencontainers.image.source=https://github.com/chukysoria/docker-mod + org.opencontainers.image.version=${{ github.ref_name }} + org.opencontainers.image.revision=${{ github.sha }} + org.opencontainers.image.vendor=Carlos Sanchez + org.opencontainers.image.licenses=GPL-3.0-only + org.opencontainers.image.ref.name=${{ github.sha }} + org.opencontainers.image.title=${{ env.IMAGE }} + + - name: Build and push + uses: docker/build-push-action@v4 + with: + push: ${{ github.event_name == 'release' }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + pull: true From 36d36e47817584a4cdbaa5f8ce522d03b81cd9d0 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Fri, 8 Sep 2023 14:51:14 +0200 Subject: [PATCH 019/118] t --- .github/workflows/build-image.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 1e609d6..6657169 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -13,9 +13,6 @@ env: jobs: build: runs-on: ubuntu-latest - env: - CR_USER: ${{ secrets.CR_USER }} - CR_PAT: ${{ secrets.CR_PAT }} steps: - name: Set current date as env variable run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV From d1bb582583a6228801827211abc61c11fa5c66c1 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Fri, 8 Sep 2023 15:04:14 +0200 Subject: [PATCH 020/118] Run as root --- root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run index 6a63551..24c37b9 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale/run @@ -15,7 +15,7 @@ else fi if ! [ -v TAILSCALE_TAILSCALED_LOG ]; then - s6-setuidgid abc tailscaled $FLAGS 2>&1 > /dev/null + tailscaled $FLAGS 2>&1 > /dev/null else - s6-setuidgid abc tailscaled $FLAGS + tailscaled $FLAGS fi From 1d779308b9c47695dfa49c01099e250f9e477176 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Sun, 10 Sep 2023 12:47:39 +0200 Subject: [PATCH 021/118] Avoid configuring funnel if no serve ok --- .../etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run index b66a70a..830df69 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run @@ -31,13 +31,8 @@ if [ -v TAILSCALE_SERVE_PORT ] && [ -v TAILSCALE_SERVE_MODE ]; then else tailscale serve "${TAILSCALE_SERVE_MODE}":443 http://localhost:"${TAILSCALE_SERVE_PORT}" fi + # configure funnel + if [ -v TAILSCALE_FUNNEL ]; then + tailscale funnel 443 on + fi fi - -# configure funnel -if [ -v TAILSCALE_FUNNEL ]; then - tailscale funnel 443 on -fi - - - - From 559110b1adafc7653f53e333b089d55f8f3eeeb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:05:23 +0000 Subject: [PATCH 022/118] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} From 736a6539773e32417a44ae25be6f68f11b2ee32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Sat, 30 Sep 2023 15:15:23 +0000 Subject: [PATCH 023/118] Small changes --- .github/workflows/build-image.yml | 24 ++++++++++-------- flake.lock | 41 ------------------------------- flake.nix | 15 ----------- 3 files changed, 14 insertions(+), 66 deletions(-) delete mode 100644 flake.lock delete mode 100644 flake.nix diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6657169..55a34e7 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,17 +8,18 @@ on: env: IMAGE: "tailscale-mod" USER: "chukysoria" - NOW: jobs: build: + name: Build runs-on: ubuntu-latest steps: - name: Set current date as env variable - run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV + id: build-time + run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUTS - name: Login to Github Container Repo - uses: docker/login-action@v2 + uses: docker/login-action@v2.0.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -26,30 +27,33 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v4.0.0 with: # list of Docker images to use as base name for tags images: | - ghcr.io/${{ env.USER }}/${{ env.IMAGE }} + ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }} # generate Docker tags based on the following events/attributes flavor: latest=true tags: | - type=sha,prefix=,suffix=-${{ github.ref_name }} + type=sha,prefix=,suffix=-${{ github.ref_name }} + type=semver,pattern=v{{version}} + type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }} + type=semver,pattern=v{{major}}.{{minor}} labels: | - org.opencontainers.image.created=${{ env.NOW }} - org.opencontainers.image.authors=Carlos Sanchez + org.opencontainers.image.created=${{ steps.build-time.outputs.NOW }} + org.opencontainers.image.authors=Chukysoria org.opencontainers.image.url=https://github.com/${{ env.USER }}/docker-mod/packages org.opencontainers.image.source=https://github.com/chukysoria/docker-mod org.opencontainers.image.version=${{ github.ref_name }} org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.vendor=Carlos Sanchez + org.opencontainers.image.vendor=Chukysoria org.opencontainers.image.licenses=GPL-3.0-only org.opencontainers.image.ref.name=${{ github.sha }} org.opencontainers.image.title=${{ env.IMAGE }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v4.0.0 with: push: ${{ github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }} diff --git a/flake.lock b/flake.lock deleted file mode 100644 index a28d087..0000000 --- a/flake.lock +++ /dev/null @@ -1,41 +0,0 @@ -{ - "nodes": { - "flake-utils": { - "locked": { - "lastModified": 1678901627, - "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1680487167, - "narHash": "sha256-9FNIqrxDZgSliGGN2XJJSvcDYmQbgOANaZA4UWnTdg4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "53dad94e874c9586e71decf82d972dfb640ef044", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "root": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/flake.nix b/flake.nix deleted file mode 100644 index 3e854b4..0000000 --- a/flake.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - description = "Flake utils demo"; - - inputs.flake-utils.url = "github:numtide/flake-utils"; - - outputs = { self, nixpkgs, flake-utils }: - flake-utils.lib.eachDefaultSystem (system: - let pkgs = nixpkgs.legacyPackages.${system}; in - { - devShells.default = pkgs.mkShell { - buildInputs = with pkgs; [ dive tree go_1_20 go-tools gotools gopls ]; - }; - } - ); -} From d9da30f532b463e59ea6110f3430d40d8589fa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Sat, 30 Sep 2023 15:15:59 +0000 Subject: [PATCH 024/118] Custom config --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..99fe47d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "rebaseWhen": "behind-base-branch", + "dependencyDashboard": true, + "labels": ["dependencies", "no-stale"], + "commitMessagePrefix": "⬆️", + "commitMessageTopic": "{{depName}}", + "assignees": ["chukysoria"] } From abfca94f77a25965236e92a7d30c7fc1e71b893c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Sat, 30 Sep 2023 15:20:19 +0000 Subject: [PATCH 025/118] Propert output --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 55a34e7..481b8dc 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Set current date as env variable id: build-time - run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUTS + run: echo "NOW=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - name: Login to Github Container Repo uses: docker/login-action@v2.0.0 From 924475f89f5c09f19e57f636fbe678f4f8285f7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:20:53 +0000 Subject: [PATCH 026/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/bu?= =?UTF-8?q?ild-push-action=20action=20to=20v4.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 481b8dc..9e6985c 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: org.opencontainers.image.title=${{ env.IMAGE }} - name: Build and push - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v4.2.1 with: push: ${{ github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }} From 61460741d5f0522175fcbd38d0854c9c7d42c224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:21:46 +0000 Subject: [PATCH 027/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/lo?= =?UTF-8?q?gin-action=20action=20to=20v2.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9e6985c..3690622 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -19,7 +19,7 @@ jobs: run: echo "NOW=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - name: Login to Github Container Repo - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.2.0 with: registry: ghcr.io username: ${{ github.actor }} From 8e96de8707c6adbc62af020ba20529ddb45c8ca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:22:20 +0000 Subject: [PATCH 028/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/me?= =?UTF-8?q?tadata-action=20action=20to=20v4.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 3690622..5cb0b1c 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4.0.0 + uses: docker/metadata-action@v4.6.0 with: # list of Docker images to use as base name for tags images: | From 6b527aac6dcfe09bf7b98f1c6ead2d006022a62e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:22:51 +0000 Subject: [PATCH 029/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/bu?= =?UTF-8?q?ild-push-action=20action=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 5cb0b1c..61a7002 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: org.opencontainers.image.title=${{ env.IMAGE }} - name: Build and push - uses: docker/build-push-action@v4.2.1 + uses: docker/build-push-action@v5.0.0 with: push: ${{ github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }} From 4fd09c87ed5d6e16c9af88bd2b0c723c0ef6a42d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:23:25 +0000 Subject: [PATCH 030/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/lo?= =?UTF-8?q?gin-action=20action=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 61a7002..034babb 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -19,7 +19,7 @@ jobs: run: echo "NOW=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - name: Login to Github Container Repo - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.actor }} From 4999ce1ef691907bb8f521975cc4bc66c1560dac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:23:47 +0000 Subject: [PATCH 031/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/me?= =?UTF-8?q?tadata-action=20action=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 034babb..6cbe6d1 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4.6.0 + uses: docker/metadata-action@v5.0.0 with: # list of Docker images to use as base name for tags images: | From 0a877acab437fc0cb35d2adcf31f995f5d0c7d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Wed, 1 Nov 2023 18:41:41 +0100 Subject: [PATCH 032/118] Use new tailscale cli for serve and funnel --- root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run index 830df69..943edd9 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run @@ -27,12 +27,12 @@ tailscale up $FLAGS # configure serve if [ -v TAILSCALE_SERVE_PORT ] && [ -v TAILSCALE_SERVE_MODE ]; then if [[ $TAILSCALE_SERVE_MODE == "https" ]]; then - tailscale serve "${TAILSCALE_SERVE_MODE}":443 / http://localhost:"${TAILSCALE_SERVE_PORT}" + tailscale serve --bg --htpps 443 --set-path=/ http://localhost:"${TAILSCALE_SERVE_PORT}" else - tailscale serve "${TAILSCALE_SERVE_MODE}":443 http://localhost:"${TAILSCALE_SERVE_PORT}" + tailscale serve --bg -http 80 http://localhost:"${TAILSCALE_SERVE_PORT}" fi # configure funnel if [ -v TAILSCALE_FUNNEL ]; then - tailscale funnel 443 on + tailscale funnel --bg --set-path=/ http://localhost:"${TAILSCALE_SERVE_PORT}" fi fi From 49094292723fc2cb0e70421e21aaf11803e9f77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 2 Nov 2023 06:36:51 +0100 Subject: [PATCH 033/118] Update run --- root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run index 943edd9..9babc88 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run @@ -27,7 +27,7 @@ tailscale up $FLAGS # configure serve if [ -v TAILSCALE_SERVE_PORT ] && [ -v TAILSCALE_SERVE_MODE ]; then if [[ $TAILSCALE_SERVE_MODE == "https" ]]; then - tailscale serve --bg --htpps 443 --set-path=/ http://localhost:"${TAILSCALE_SERVE_PORT}" + tailscale serve --bg --https 443 --set-path=/ http://localhost:"${TAILSCALE_SERVE_PORT}" else tailscale serve --bg -http 80 http://localhost:"${TAILSCALE_SERVE_PORT}" fi From aa4e8b493e8ff086090928a2eb3ab308c3e548df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Sun, 5 Nov 2023 17:14:00 +0100 Subject: [PATCH 034/118] Replaced by nftables --- root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run index db27719..cb15646 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-tailscale/run @@ -6,7 +6,7 @@ if [ ! -f /usr/bin/curl ] || [ ! -f /usr/bin/jq ] || [ ! -f /usr/sbin/iptables ] echo "\ curl \ jq \ - iptables" >> /mod-repo-packages-to-install.list + nftables" >> /mod-repo-packages-to-install.list fi # Alpine @@ -14,6 +14,6 @@ if [ ! -f /usr/bin/curl ] || [ ! -f /usr/bin/jq ] || [ ! -f /usr/sbin/iptables ] echo "\ curl \ jq \ - iptables" >> /mod-repo-packages-to-install.list + nftables" >> /mod-repo-packages-to-install.list fi fi From fbc6d5f3cec9b61a705d593121903822b11232d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:39:35 +0000 Subject: [PATCH 035/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/bu?= =?UTF-8?q?ild-push-action=20action=20to=20v5.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6cbe6d1..12e14be 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: org.opencontainers.image.title=${{ env.IMAGE }} - name: Build and push - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: push: ${{ github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }} From f9f845c2c53eda03acaebb2107af1f1c805e90a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:06:42 +0000 Subject: [PATCH 036/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/me?= =?UTF-8?q?tadata-action=20action=20to=20v5.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 12e14be..5a6bd73 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v5.0.0 + uses: docker/metadata-action@v5.2.0 with: # list of Docker images to use as base name for tags images: | From 716297441b13a48b7df929e7d7eb26227d1e369d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:08:56 +0000 Subject: [PATCH 037/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/me?= =?UTF-8?q?tadata-action=20action=20to=20v5.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 5a6bd73..8a2d349 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v5.2.0 + uses: docker/metadata-action@v5.3.0 with: # list of Docker images to use as base name for tags images: | From 2a4aa05e26704a4ae066516b2388acfe54cd1fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Wed, 6 Dec 2023 16:53:56 +0100 Subject: [PATCH 038/118] Renovate central config and labels --- .github/workflows/labels.yml | 21 +++++++++++++++++++++ renovate.json | 11 ++++------- 2 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 .github/workflows/labels.yml diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml new file mode 100644 index 0000000..6c247f6 --- /dev/null +++ b/.github/workflows/labels.yml @@ -0,0 +1,21 @@ +--- + +name: Sync labels + +on: + push: + branches: + - main + - master + paths: + - .github/labels.yml + schedule: + - cron: "34 5 * * *" + workflow_dispatch: + + +jobs: + labels: + name: ♻️ Sync labels + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.15 + diff --git a/renovate.json b/renovate.json index 99fe47d..dc121a2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "rebaseWhen": "behind-base-branch", - "dependencyDashboard": true, - "labels": ["dependencies", "no-stale"], - "commitMessagePrefix": "⬆️", - "commitMessageTopic": "{{depName}}", - "assignees": ["chukysoria"] -} + "extends": [ + "local>chukysoria/renovate-config" + ] +} \ No newline at end of file From 813074f26428dc787f67f1c3e30cd297e44d8ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Wed, 6 Dec 2023 17:01:26 +0100 Subject: [PATCH 039/118] Added draft-release --- .github/workflows/draft-release.yml | 12 ++++++++++++ .github/workflows/permissions.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/draft-release.yml diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml new file mode 100644 index 0000000..60d0baa --- /dev/null +++ b/.github/workflows/draft-release.yml @@ -0,0 +1,12 @@ +name: 'Release Drafter' + +on: + push: + branches: + - main + - master + +jobs: + update_release_draft: + name: Release + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.15 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 1447bc5..5f85d66 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.15 From fc4517aa8900d5f3ab8425682fcd88450a80a564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:02:32 +0000 Subject: [PATCH 040/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 60d0baa..418cd70 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.15 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.16 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 6c247f6..ab393de 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.15 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.16 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 5f85d66..f8061fb 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.15 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.16 From 45b9bf363cc32d44fc889c24640c665611828363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Wed, 6 Dec 2023 17:06:02 +0100 Subject: [PATCH 041/118] Added config file --- config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..7c14374 --- /dev/null +++ b/config.yaml @@ -0,0 +1,8 @@ +--- +image: tailscale-mod +version: v0.1.3 +name: TailscaleMod +description: "Tailscale Mod Install Tailscale VPN within a container." +ext_release: 1.1.0 +arch: + - noarch From a6bb01e58941ef56216b67fa98ea5373c3071cf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:10:19 +0000 Subject: [PATCH 042/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/me?= =?UTF-8?q?tadata-action=20action=20to=20v5.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 8a2d349..b3b7df7 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v5.3.0 + uses: docker/metadata-action@v5.4.0 with: # list of Docker images to use as base name for tags images: | From 9c20af6fdcf9ff2b789ba8f70e1c40bb2e795291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 12:06:15 +0000 Subject: [PATCH 043/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 418cd70..40213db 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.16 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.18 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index ab393de..6591ca0 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.16 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.18 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index f8061fb..a2ff1b7 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.16 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.18 From db99da37cdfcc349dc12c72347f3a7e5d806b363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:04:41 +0000 Subject: [PATCH 044/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/me?= =?UTF-8?q?tadata-action=20action=20to=20v5.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b3b7df7..407bf3c 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v5.4.0 + uses: docker/metadata-action@v5.5.0 with: # list of Docker images to use as base name for tags images: | From 85a96feafca7ffcc7096439a94d05ee703b68be0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 08:13:48 +0000 Subject: [PATCH 045/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 40213db..9f848aa 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.18 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.19 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 6591ca0..6f8505b 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.18 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.19 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index a2ff1b7..34a80f5 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.18 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.19 From dd1a66b5b6862561b3edf42556f328abcd582a79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:56:37 +0000 Subject: [PATCH 046/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 9f848aa..532ba21 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.19 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.20 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 6f8505b..963a79c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.19 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.20 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 34a80f5..5090e11 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.19 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.20 From 0e112032b4c27ec2b5e1c3ac55877bf599529ce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:01:12 +0000 Subject: [PATCH 047/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 532ba21..c9a25ad 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.20 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.21 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 963a79c..0191054 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.20 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.21 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 5090e11..7c3c55b 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.20 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.21 From 8a51bb046da4df3d0d788c40420041615e00e88d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:06:20 +0000 Subject: [PATCH 048/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/me?= =?UTF-8?q?tadata-action=20action=20to=20v5.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 407bf3c..12b95c2 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v5.5.0 + uses: docker/metadata-action@v5.5.1 with: # list of Docker images to use as base name for tags images: | From ba6d69fc7deffa0289e1bdd66d4629c008cadc76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:39:01 +0000 Subject: [PATCH 049/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c9a25ad..48cab01 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.21 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.22 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 0191054..bacb841 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.21 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.22 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 7c3c55b..afa26fb 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.21 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.22 From b8d92df431763f2620413a254369a76711064198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:45:59 +0000 Subject: [PATCH 050/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 48cab01..9afffac 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.22 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.23 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index bacb841..9c244c3 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.22 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.23 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index afa26fb..dd9695b 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.22 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.23 From fd6c0834fe19c224edff6ae9acf5e40136077845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:38:50 +0000 Subject: [PATCH 051/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 9afffac..4f4ba4c 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.23 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.24 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 9c244c3..0796c5c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.23 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.24 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index dd9695b..b513b00 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.23 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.24 From 6b121c20a62040a264331a36808babd64f315a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:32:25 +0000 Subject: [PATCH 052/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/bu?= =?UTF-8?q?ild-push-action=20action=20to=20v5.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 12b95c2..331d8fc 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: org.opencontainers.image.title=${{ env.IMAGE }} - name: Build and push - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: push: ${{ github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }} From 8b8eace95ac9f1765fb924d245a8037ad2b29ae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:28:52 +0000 Subject: [PATCH 053/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 4f4ba4c..9c784f4 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.24 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.25 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 0796c5c..59d16f0 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.24 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.25 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index b513b00..db764c5 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.24 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.25 From 299ccacb1da43a3d21b9d82d0cbf73987c295ffd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:13:04 +0000 Subject: [PATCH 054/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/lo?= =?UTF-8?q?gin-action=20action=20to=20v3.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 331d8fc..076dd00 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -19,7 +19,7 @@ jobs: run: echo "NOW=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - name: Login to Github Container Repo - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.actor }} From 1b4a076a5c6377ec2483be22f248d7c489bba001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:17:48 +0000 Subject: [PATCH 055/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/bu?= =?UTF-8?q?ild-push-action=20action=20to=20v5.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 076dd00..0cb8ded 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: org.opencontainers.image.title=${{ env.IMAGE }} - name: Build and push - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 with: push: ${{ github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }} From 8b9df187786805fe4d834d7e483e8edda0802cdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:06:44 +0000 Subject: [PATCH 056/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 9c784f4..d4c614e 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.25 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.26 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 59d16f0..fe88354 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.25 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.26 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index db764c5..76ffe2c 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.25 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.26 From e402b0815bea1c393cc94ac8045ae482548456cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:47:36 +0000 Subject: [PATCH 057/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d4c614e..8831841 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.26 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.27 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index fe88354..1cc2435 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.26 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.27 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 76ffe2c..ec3c695 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.26 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.27 From 39aa5cacd42b4f4d9a3817f605e29a7039ebdfab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:05:23 +0000 Subject: [PATCH 058/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.29?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 8831841..c72bac7 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.27 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.29 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 1cc2435..cb2d4c7 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.27 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.29 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index ec3c695..eb11752 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.27 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.29 From 44371220a28062bb402857d5c87d3ece74edacf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 13:53:11 +0000 Subject: [PATCH 059/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c72bac7..be87260 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,4 +9,4 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.29 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.30 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index cb2d4c7..df1ec94 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.29 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.30 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index eb11752..955c362 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.29 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.30 From 30db436c542c855b3ea9e48dd8f691983ed0034c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Tue, 21 May 2024 21:33:32 +0200 Subject: [PATCH 060/118] Update run --- root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run index 9d3ba0e..0673b7e 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash -FLAGS="" +FLAGS="--stateful-filtering" # configure `tailscale up` if ! [ -v TAILSCALE_AUTHKEY ]; then From 4d6b49b38ca956701438f736d91680b263d31441 Mon Sep 17 00:00:00 2001 From: chukysoria <1570952+chukysoria@users.noreply.github.com> Date: Tue, 21 May 2024 19:34:36 +0000 Subject: [PATCH 061/118] [create-pull-request] automated change --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 7c14374..9369814 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ --- image: tailscale-mod -version: v0.1.3 +version: v1.1.4 name: TailscaleMod description: "Tailscale Mod Install Tailscale VPN within a container." ext_release: 1.1.0 From d3f2f47a1edb38771e816197461cbe66d43c73c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Tue, 21 May 2024 21:40:54 +0200 Subject: [PATCH 062/118] Update draft-release.yml --- .github/workflows/draft-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index be87260..e5de84e 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -10,3 +10,5 @@ jobs: update_release_draft: name: Release uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.30 + with: + simple-build: true From aec64d3a401e8d9420ca898988269301dbd77708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Tue, 21 May 2024 21:41:52 +0200 Subject: [PATCH 063/118] Update build-image.yml --- .github/workflows/build-image.yml | 56 ++----------------------------- 1 file changed, 3 insertions(+), 53 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 0cb8ded..ee1e038 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -5,57 +5,7 @@ on: types: [published] push: -env: - IMAGE: "tailscale-mod" - USER: "chukysoria" - jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - name: Set current date as env variable - id: build-time - run: echo "NOW=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - - - name: Login to Github Container Repo - uses: docker/login-action@v3.1.0 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Docker meta - id: meta - uses: docker/metadata-action@v5.5.1 - with: - # list of Docker images to use as base name for tags - images: | - ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }} - # generate Docker tags based on the following events/attributes - flavor: - latest=true - tags: | - type=sha,prefix=,suffix=-${{ github.ref_name }} - type=semver,pattern=v{{version}} - type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }} - type=semver,pattern=v{{major}}.{{minor}} - labels: | - org.opencontainers.image.created=${{ steps.build-time.outputs.NOW }} - org.opencontainers.image.authors=Chukysoria - org.opencontainers.image.url=https://github.com/${{ env.USER }}/docker-mod/packages - org.opencontainers.image.source=https://github.com/chukysoria/docker-mod - org.opencontainers.image.version=${{ github.ref_name }} - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.vendor=Chukysoria - org.opencontainers.image.licenses=GPL-3.0-only - org.opencontainers.image.ref.name=${{ github.sha }} - org.opencontainers.image.title=${{ env.IMAGE }} - - - name: Build and push - uses: docker/build-push-action@v5.3.0 - with: - push: ${{ github.event_name == 'release' }} - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - pull: true + build-and-deploy: + name: Build and deploy + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.30 From a34d4938eff75f2525e90e67e3a7098cdda4e4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Tue, 21 May 2024 21:42:18 +0200 Subject: [PATCH 064/118] Update config.yaml --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 9369814..ab7a808 100644 --- a/config.yaml +++ b/config.yaml @@ -5,4 +5,4 @@ name: TailscaleMod description: "Tailscale Mod Install Tailscale VPN within a container." ext_release: 1.1.0 arch: - - noarch + - all From ad2f5a028e0c5a8377bc622d1735fcb43ec0060a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Tue, 21 May 2024 21:42:46 +0200 Subject: [PATCH 065/118] Create build.yaml --- build.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 build.yaml diff --git a/build.yaml b/build.yaml new file mode 100644 index 0000000..87d4369 --- /dev/null +++ b/build.yaml @@ -0,0 +1 @@ +---- From 9da5ff0385add5f19a170cc049dbb39825ef021a Mon Sep 17 00:00:00 2001 From: chukysoria <1570952+chukysoria@users.noreply.github.com> Date: Tue, 21 May 2024 19:44:33 +0000 Subject: [PATCH 066/118] [create-pull-request] automated change --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index ab7a808..88beae5 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ --- image: tailscale-mod -version: v1.1.4 +version: v1.1.5 name: TailscaleMod description: "Tailscale Mod Install Tailscale VPN within a container." ext_release: 1.1.0 From 981d58e735ed6f66515d38d3b05b24d020a5dac2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:15:10 +0000 Subject: [PATCH 067/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ee1e038..bd4a7d0 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.30 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.31 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e5de84e..e671def 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.30 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.31 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index df1ec94..e0887e3 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.30 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.31 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 955c362..2556104 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.30 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.31 From 6aca0e5477e3078963de8b7d18d6b417bfa794b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:47:13 +0000 Subject: [PATCH 068/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index bd4a7d0..8d4a67a 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.31 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.32 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e671def..5ead2e7 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.31 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.32 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e0887e3..b775ba7 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.31 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.32 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 2556104..2103f1a 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.31 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.32 From 621f99575a8e136bc5685b29838aa343fce9e3f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:56:13 +0000 Subject: [PATCH 069/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 8d4a67a..de5441f 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.32 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.33 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 5ead2e7..97b2c15 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.32 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.33 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index b775ba7..629ba8a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.32 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.33 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 2103f1a..42e86dd 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.32 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.33 From 35c0be9579c4c10d638b0dc36483fb1e4e852028 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:15:11 +0000 Subject: [PATCH 070/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index de5441f..0c9bac6 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.33 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.34 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 97b2c15..a1196ab 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.33 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.34 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 629ba8a..f9eb76c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.33 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.34 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 42e86dd..19bb8a5 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.33 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.34 From 7d67bff9111d0eeb9e19ef87cfd8497e76ad510e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:15:19 +0000 Subject: [PATCH 071/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 0c9bac6..6e1e62d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.34 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.35 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index a1196ab..99b2541 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.34 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.35 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index f9eb76c..e1813f9 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.34 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.35 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 19bb8a5..c297b74 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.34 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.35 From 93eda28abf20707214c8c94716fa126403b706d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 09:21:31 +0000 Subject: [PATCH 072/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6e1e62d..8b25aa2 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.35 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.36 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 99b2541..cd592e6 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.35 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.36 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e1813f9..e19c0e5 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.35 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.36 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index c297b74..538d801 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.35 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.36 From ca793b69b0efd94f0e49a5b386f3e04132aad21d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 07:57:16 +0000 Subject: [PATCH 073/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 8b25aa2..516114e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.36 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.37 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index cd592e6..dcb2fa4 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.36 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.37 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e19c0e5..3b3dc2d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.36 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.37 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 538d801..e4c39fa 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.36 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.37 From 9e0462f263773740f34c082f832f437a8a6c8ba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:30:27 +0000 Subject: [PATCH 074/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.38?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 516114e..2d41cfa 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.37 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.38 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index dcb2fa4..23f6a57 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.37 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.38 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 3b3dc2d..e9a9782 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.37 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.38 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index e4c39fa..94bbec4 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.37 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.38 From a5cdabcc2975d5edd2d5dd5e113655a5b6fbff61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 07:03:38 +0000 Subject: [PATCH 075/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.39?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2d41cfa..43047d3 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.38 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.39 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 23f6a57..dd6145a 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.38 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.39 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e9a9782..68358b7 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.38 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.39 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 94bbec4..e20c742 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.38 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.39 From c345ff0c716b29a3ad8913b780ce511d88eeb462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 05:13:26 +0000 Subject: [PATCH 076/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 43047d3..1c056e0 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.39 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.40 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index dd6145a..5831c7a 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.39 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.40 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 68358b7..c07da94 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.39 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.40 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index e20c742..65845e1 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.39 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.40 From 23f772885a22a40ebc71ca744832f5b758d08a57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 10:27:26 +0000 Subject: [PATCH 077/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 1c056e0..35b8195 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.40 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.41 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 5831c7a..6cb0ce0 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.40 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.41 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c07da94..b669dc0 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.40 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.41 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 65845e1..3b15cbd 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.40 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.41 From 771939e73bdf8809aaf6b7450f7571dc53dfe838 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:37:28 +0000 Subject: [PATCH 078/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 35b8195..71b0b71 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.41 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.42 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 6cb0ce0..3646cf5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.41 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.42 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index b669dc0..a64bdb4 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.41 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.42 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 3b15cbd..3c6f593 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.41 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.42 From 9b27d7dc26f6daa38922a56211f7c87e92fc5b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:20:53 +0000 Subject: [PATCH 079/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 71b0b71..0547e08 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.42 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.43 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 3646cf5..56b24e7 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.42 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.43 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index a64bdb4..d586b1a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.42 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.43 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 3c6f593..15544b7 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.42 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.43 From 2422ba34be35885394553ffae311dd4e58b251d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:30:43 +0000 Subject: [PATCH 080/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.44?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 0547e08..d14e98d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.43 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.44 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 56b24e7..66098be 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.43 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.44 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d586b1a..be0c38e 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.43 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.44 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 15544b7..dbe7b48 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.43 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.44 From 03eab4dc6de0e585dd6fdc2e198ba26948f4d59e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:09:48 +0000 Subject: [PATCH 081/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index d14e98d..919dd4e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.44 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.45 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 66098be..d0888d6 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.44 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.45 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index be0c38e..7d1f859 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.44 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.45 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index dbe7b48..a396b92 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.44 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.45 From b1ea2fac2bccc9e459f5a2bb483dd739d1dfb22a Mon Sep 17 00:00:00 2001 From: chukysoria <1570952+chukysoria@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:47:08 +0000 Subject: [PATCH 082/118] [create-pull-request] automated change --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 88beae5..e48ea29 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ --- image: tailscale-mod -version: v1.1.5 +version: v1.1.6 name: TailscaleMod description: "Tailscale Mod Install Tailscale VPN within a container." ext_release: 1.1.0 From 86931b99c87c8fafc159042fb98ab37b0d403ddb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 07:16:41 +0000 Subject: [PATCH 083/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.46=20(#73)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 919dd4e..486164d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.45 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.46 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d0888d6..509192f 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.45 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.46 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7d1f859..d3ff2fa 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.45 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.46 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index a396b92..9d1002d 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.45 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.46 From 23fd319fa3f1a8922a4423a42c9fd5f9e1e1c70d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:26:03 +0000 Subject: [PATCH 084/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.47=20(#75)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 486164d..473d0b3 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.46 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.47 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 509192f..24bb863 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.46 + uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.47 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d3ff2fa..7791c70 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.46 + uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.47 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 9d1002d..1247a7f 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.46 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.47 From 83efd753f1b879fc0615ea05b02a1ade05395d37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:55:48 +0000 Subject: [PATCH 085/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.48=20(#78)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 473d0b3..85a95df 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@v1.0.47 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 24bb863..d75cce2 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@v1.0.47 + uses: chukysoria/workflows/.github/workflows/new-release.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7791c70..77b8826 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@v1.0.47 + uses: chukysoria/workflows/.github/workflows/labels.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 1247a7f..9bc6ed7 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@v1.0.47 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 From fbbe9902fc91b813e7f221d503b78371fb5c0f69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:10:30 +0000 Subject: [PATCH 086/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.0.49=20(#80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 85a95df..f5b6522 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d75cce2..c58c6e9 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 + uses: chukysoria/workflows/.github/workflows/new-release.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 77b8826..7482a62 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 + uses: chukysoria/workflows/.github/workflows/labels.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 9bc6ed7..52a8927 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@1ef8aba7e69e22fa9d6f5dfbd5b9c43993e15cb5 # v1.0.48 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 From fb81a33d22be99fa08c00afa789d43dce67f49e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:57:17 +0000 Subject: [PATCH 087/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index f5b6522..d653ca0 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c58c6e9..8da505f 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 + uses: chukysoria/workflows/.github/workflows/new-release.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7482a62..57492a4 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 + uses: chukysoria/workflows/.github/workflows/labels.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 52a8927..ad2aa2c 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@798feda54b0864ec45c85ebbcf7dba417a873d96 # v1.0.49 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 From a49834c8d2ecfb743a360d6c06046d6e13a4a507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:22:12 +0000 Subject: [PATCH 088/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.1=20(#84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index d653ca0..7e97d0b 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 8da505f..7d8fd6a 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 + uses: chukysoria/workflows/.github/workflows/new-release.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 57492a4..4cb1803 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 + uses: chukysoria/workflows/.github/workflows/labels.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index ad2aa2c..d539c77 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@64b905cee0d9d7e21df94204f14aaa0387eb017d # v1.1.0 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 From 8e9a11eb808bc57859f2763a887b696b8ba0e6b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:28:43 +0000 Subject: [PATCH 089/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.2=20(#86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 7e97d0b..b89361d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 7d8fd6a..4a9960c 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 + uses: chukysoria/workflows/.github/workflows/new-release.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 4cb1803..132583d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 + uses: chukysoria/workflows/.github/workflows/labels.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index d539c77..ed5e956 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@09e51c1a4234034d0442892e2fa0bddfce35acd8 # v1.1.1 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 From a89792a93b90b5e3d559adfc74350d7de77bd58e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:03:32 +0000 Subject: [PATCH 090/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.3=20(#88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b89361d..b168410 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 4a9960c..32350a9 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 + uses: chukysoria/workflows/.github/workflows/new-release.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 132583d..28e001e 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 + uses: chukysoria/workflows/.github/workflows/labels.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index ed5e956..b3adc65 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@10318b6ea609d2ac2ea5c1841253bc5749a92ef6 # v1.1.2 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 From 72fa95d471814ea132338f34f3d1c38c77e6b6b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 13:26:05 +0000 Subject: [PATCH 091/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.4=20(#90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b168410..c5979e3 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 32350a9..03ff64d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 + uses: chukysoria/workflows/.github/workflows/new-release.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 28e001e..c2ef675 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 + uses: chukysoria/workflows/.github/workflows/labels.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index b3adc65..9fb13f7 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@059ffb38edd65c05615494be32f81b111cfb0cc6 # v1.1.3 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 From c2278507b94d2d913fd065ca4b6d6560ba29fef7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 23:22:04 +0000 Subject: [PATCH 092/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.5=20(#92)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index c5979e3..8a05fd4 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 03ff64d..973faad 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 + uses: chukysoria/workflows/.github/workflows/new-release.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c2ef675..0fd4355 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 + uses: chukysoria/workflows/.github/workflows/labels.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 9fb13f7..b0aecb0 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@bc0599ac8658bdb8224905ec19096b067a7c924a # v1.1.4 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 From 0b407fcfb0ee9da5b697297ece5417c4e799b853 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:54:46 +0000 Subject: [PATCH 093/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.6=20(#94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 8a05fd4..859bdbd 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 973faad..3242893 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 + uses: chukysoria/workflows/.github/workflows/new-release.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 0fd4355..1e095d3 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 + uses: chukysoria/workflows/.github/workflows/labels.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index b0aecb0..cbe8c41 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@3f090209503e305eb448bee651f363b0a9473a06 # v1.1.5 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 From 2f6e3a2847a5d8fe5163ff6589f88c73c74f4d1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 10:10:54 +0000 Subject: [PATCH 094/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.7=20(#96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 859bdbd..b8e62b6 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 3242893..65a6ef0 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 + uses: chukysoria/workflows/.github/workflows/new-release.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 1e095d3..766cdb1 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 + uses: chukysoria/workflows/.github/workflows/labels.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index cbe8c41..559527b 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@ba70367bf47493d617235ade746cb1ce8b0aa26b # v1.1.6 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 From 95d3f31bc07b03b76d41b224a169bb95816a8879 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 20:07:45 +0000 Subject: [PATCH 095/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.8=20(#98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b8e62b6..18eea3f 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 65a6ef0..c565ad3 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 + uses: chukysoria/workflows/.github/workflows/new-release.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 766cdb1..a66cc3e 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 + uses: chukysoria/workflows/.github/workflows/labels.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 559527b..78ca26c 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@167012e30a3cd6c0e3dc0d2129b62dc750e0008d # v1.1.7 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 From 099d41b1241825ddec184ba617de7724ac6fb6c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 18:05:15 +0000 Subject: [PATCH 096/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.9=20(#100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 18eea3f..6d8170c 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c565ad3..49a2096 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 + uses: chukysoria/workflows/.github/workflows/new-release.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index a66cc3e..d790b4f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 + uses: chukysoria/workflows/.github/workflows/labels.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 78ca26c..98c9ce3 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@101ff15c5529904c51c3d7c6ab72d7c7faf78067 # v1.1.8 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 From c7395730dd33e303bc6095e02a6807a89a3cb4ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 14:06:16 +0000 Subject: [PATCH 097/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.11=20(#102)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6d8170c..0d100aa 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 49a2096..2536c71 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 + uses: chukysoria/workflows/.github/workflows/new-release.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d790b4f..6739d80 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 + uses: chukysoria/workflows/.github/workflows/labels.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 98c9ce3..ba392e7 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@776dc292976143e26e3b6158c4c7434e87f72365 # v1.1.9 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 From 6598d2fb8e58e3d6f1287d68f9f9997ae072bad6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 08:53:13 +0000 Subject: [PATCH 098/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.12=20(#104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 0d100aa..9c90282 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 2536c71..e9f2eb5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 + uses: chukysoria/workflows/.github/workflows/new-release.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 6739d80..05aa4ed 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 + uses: chukysoria/workflows/.github/workflows/labels.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index ba392e7..9c7d85c 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@5fd050846a9eb02611205868826a6f4d8eae6d56 # v1.1.11 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 From 7fba4775a3c4e51e2bc80ebd14f10f0acb0770c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 08:53:16 +0000 Subject: [PATCH 099/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.13=20(#106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9c90282..61763a5 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e9f2eb5..88a23bd 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 + uses: chukysoria/workflows/.github/workflows/new-release.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 05aa4ed..3ae5783 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 + uses: chukysoria/workflows/.github/workflows/labels.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 9c7d85c..f0722cc 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@e98df1057d46d55b481567b2ed248be0ff745a52 # v1.1.12 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 From cf5604c841f847242329a3df2bc95f993fe4fb50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 08:53:46 +0000 Subject: [PATCH 100/118] [create-pull-request] automated change --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index e48ea29..eed59a1 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ --- image: tailscale-mod -version: v1.1.6 +version: v1.1.7 name: TailscaleMod description: "Tailscale Mod Install Tailscale VPN within a container." ext_release: 1.1.0 From 995ef9a240dacd2556a58a8e7da74ca7bc5383d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 07:14:39 +0000 Subject: [PATCH 101/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.14=20(#108)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 61763a5..6d3de03 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 88a23bd..57907bf 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 + uses: chukysoria/workflows/.github/workflows/new-release.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 3ae5783..920408c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 + uses: chukysoria/workflows/.github/workflows/labels.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index f0722cc..92f8ce4 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@2868574b7de914417a6d875ff99543d74575f66b # v1.1.13 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 From 215f7ab84020983b42852505b4e0963b4c485ba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 08:21:49 +0000 Subject: [PATCH 102/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.16=20(#110)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6d3de03..928a487 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 57907bf..6d06231 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 + uses: chukysoria/workflows/.github/workflows/new-release.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 920408c..2799823 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 + uses: chukysoria/workflows/.github/workflows/labels.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 92f8ce4..3918a60 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@c7483f81f59e511572609db26d9637e4aeb42b8e # v1.1.14 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 From 66ed8e748dc11c6ba2c7aa32174958da2e9adb36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:07:30 +0000 Subject: [PATCH 103/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.17=20(#112)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 928a487..f34dafe 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 6d06231..589fe75 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 + uses: chukysoria/workflows/.github/workflows/new-release.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2799823..b9e07c0 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 + uses: chukysoria/workflows/.github/workflows/labels.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 3918a60..a0d4d0a 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@da97f38fd76ad84737d40ed693de4d7a3f33e383 # v1.1.16 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 From 0cb14f83b3c711c27c41cf08be32ed3da94d127d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:07:54 +0000 Subject: [PATCH 104/118] [create-pull-request] automated change --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index eed59a1..407227c 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ --- image: tailscale-mod -version: v1.1.7 +version: v1.1.8 name: TailscaleMod description: "Tailscale Mod Install Tailscale VPN within a container." ext_release: 1.1.0 From 71f76f4608d8df34be8e0c7951e0e29367fe98b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:56:51 +0000 Subject: [PATCH 105/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.18=20(#114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index f34dafe..fea592d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 589fe75..59a73d3 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 + uses: chukysoria/workflows/.github/workflows/new-release.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index b9e07c0..c8105d2 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 + uses: chukysoria/workflows/.github/workflows/labels.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index a0d4d0a..14fd7cd 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@596d771b8c5f7e26697bda1483c0a40eb5898f46 # v1.1.17 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 From 098bb63c6db3ae654b4cb43249e5df9ec8477913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:49:07 +0000 Subject: [PATCH 106/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.19=20(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index fea592d..11eb7cf 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 59a73d3..2c984ac 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 + uses: chukysoria/workflows/.github/workflows/new-release.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c8105d2..cfaf522 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 + uses: chukysoria/workflows/.github/workflows/labels.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 14fd7cd..3cfebc7 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@55ec1c75a416ed417a5dae439306a1c493d78eab # v1.1.18 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 From 7d2ac45670bd2e9519edff1b8884dc4971787bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 13:10:32 +0000 Subject: [PATCH 107/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.20=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 11eb7cf..f46f635 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 2c984ac..99aa713 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 + uses: chukysoria/workflows/.github/workflows/new-release.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index cfaf522..248039d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 + uses: chukysoria/workflows/.github/workflows/labels.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 3cfebc7..c1ae158 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@cd870671c263b80aec39e2332cbbc02cef9287ad # v1.1.19 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 From 0a5c79ff861a3528b1c03b2d5eb80f96c3d560a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:33:29 +0000 Subject: [PATCH 108/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.21=20(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index f46f635..6e27b8c 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 99aa713..6eac824 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 + uses: chukysoria/workflows/.github/workflows/new-release.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 248039d..996fb44 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 + uses: chukysoria/workflows/.github/workflows/labels.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index c1ae158..fdf5f53 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@512ec689f489f3ee7c880bdb8a0b8618f5b00be4 # v1.1.20 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 From 37d4d475f1cab8e249e5c9c7a2504cf7fe7daa13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 09:30:49 +0000 Subject: [PATCH 109/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.22=20(#122)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6e27b8c..d3502c1 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 6eac824..d13afbc 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 + uses: chukysoria/workflows/.github/workflows/new-release.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 996fb44..8f117be 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 + uses: chukysoria/workflows/.github/workflows/labels.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index fdf5f53..5dc4ae9 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@710caf2f60dd1ec4702609bea2632ba80d04a65d # v1.1.21 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 From e081609fd6ea307cd6af88b03c11f8e413b779ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 09:52:08 +0000 Subject: [PATCH 110/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.23=20(#124)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index d3502c1..00a21b4 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d13afbc..1f1580d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 + uses: chukysoria/workflows/.github/workflows/new-release.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 8f117be..8fc30bf 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 + uses: chukysoria/workflows/.github/workflows/labels.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 5dc4ae9..c3c4c46 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@cb370cab218657e22c95035670f097c57d3d58cc # v1.1.22 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 From 2a14abd9c8a96ffa6812163959268d090c8e5ed5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:01:43 +0000 Subject: [PATCH 111/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.24=20(#126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 00a21b4..226db19 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 1f1580d..fbc7ff0 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 + uses: chukysoria/workflows/.github/workflows/new-release.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 8fc30bf..993360f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 + uses: chukysoria/workflows/.github/workflows/labels.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index c3c4c46..454e359 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@7d8953059de9ae1d6ab90e4d07704593831eaeb2 # v1.1.23 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 From 5f90c71882a3df58cafcb8bd765106a6fe56afe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:41:41 +0000 Subject: [PATCH 112/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.25=20(#128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 226db19..ecb5bef 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index fbc7ff0..5e3320a 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 + uses: chukysoria/workflows/.github/workflows/new-release.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 993360f..c155c2f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 + uses: chukysoria/workflows/.github/workflows/labels.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 454e359..5fd9a04 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@1e7ebebec654777dc927b4fd74ca815175d356aa # v1.1.24 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 From 9a67871ba7b0cbc140ade07d7a2ebcb6715ffb4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:40:48 +0000 Subject: [PATCH 113/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.26=20(#130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ecb5bef..5c3af7a 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 5e3320a..c48ca80 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 + uses: chukysoria/workflows/.github/workflows/new-release.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c155c2f..d7ab3cc 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 + uses: chukysoria/workflows/.github/workflows/labels.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 5fd9a04..60446dc 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@7ff21d108b6b8eefbae4b571409b7905dc08206f # v1.1.25 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 From 4130b373c1ee38e11349122d4cd502e0601405f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:47:03 +0000 Subject: [PATCH 114/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.35=20(#132)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 5c3af7a..e8935ec 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c48ca80..d16f72b 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 + uses: chukysoria/workflows/.github/workflows/new-release.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d7ab3cc..11db451 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 + uses: chukysoria/workflows/.github/workflows/labels.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 60446dc..1f6ddc5 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@4b247e285a531b5e101c50a8708d7ec7e28cff99 # v1.1.26 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 From 9ecd2269d666abc4fd7d3dd68631a1bc8706460a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:51:46 +0000 Subject: [PATCH 115/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.36=20(#134)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index e8935ec..f80a521 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d16f72b..ae17044 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 + uses: chukysoria/workflows/.github/workflows/new-release.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 11db451..973b791 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 + uses: chukysoria/workflows/.github/workflows/labels.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 1f6ddc5..c855e30 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@10aca50bfa04d7a7cea89245556132ebc517a598 # v1.1.35 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 From 6a80938f5b2985174ace29b2c1b1a8f92e984ce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 13:02:09 +0000 Subject: [PATCH 116/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.37=20(#136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index f80a521..30c2fa7 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index ae17044..f2250df 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 + uses: chukysoria/workflows/.github/workflows/new-release.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 973b791..e4a399c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 + uses: chukysoria/workflows/.github/workflows/labels.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index c855e30..87a9822 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@c06ad64aea96e53c39f958574bb782fd479c9039 # v1.1.36 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 From 543d631ecc5641753c92c69eb91715a239e15283 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 05:48:05 +0000 Subject: [PATCH 117/118] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chukysori?= =?UTF-8?q?a/workflows=20action=20to=20v1.1.38=20(#138)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/permissions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 30c2fa7..ea9c92e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -8,4 +8,4 @@ on: jobs: build-and-deploy: name: Build and deploy - uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 + uses: chukysoria/workflows/.github/workflows/build-image-simple.yml@624bd5750a5e2f4ffc50b89977fd840b66c4f1c1 # v1.1.38 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index f2250df..d5d6531 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,6 +9,6 @@ on: jobs: update_release_draft: name: Release - uses: chukysoria/workflows/.github/workflows/new-release.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 + uses: chukysoria/workflows/.github/workflows/new-release.yml@624bd5750a5e2f4ffc50b89977fd840b66c4f1c1 # v1.1.38 with: simple-build: true diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e4a399c..4fdf61e 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,5 +17,5 @@ on: jobs: labels: name: ♻️ Sync labels - uses: chukysoria/workflows/.github/workflows/labels.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 + uses: chukysoria/workflows/.github/workflows/labels.yml@624bd5750a5e2f4ffc50b89977fd840b66c4f1c1 # v1.1.38 diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 87a9822..c869a50 100644 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -7,4 +7,4 @@ on: - '**/check' jobs: permission_check: - uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@587e6a91fc74c2f8c415a6dbf2934ce164b1c300 # v1.1.37 + uses: chukysoria/workflows/.github/workflows/init-svc-executable-permissions.yml@624bd5750a5e2f4ffc50b89977fd840b66c4f1c1 # v1.1.38 From 121856a01890f4c3cd2d5719823aafd930a96966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Sun, 9 Aug 2026 09:37:03 +0000 Subject: [PATCH 118/118] =?UTF-8?q?Eliminar=20archivos=20obsoletos=20de=20?= =?UTF-8?q?configuraci=C3=B3n=20y=20agregar=20nuevo=20archivo=20para=20svc?= =?UTF-8?q?-mod-tailscale-up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dependencies.d/init-mod-universal-tailscale-postinstall | 0 .../{ => user-bundles.d}/user/contents.d/svc-mod-tailscale-up | 0 .../s6-rc.d/user/contents.d/init-mod-universal-tailscale | 0 .../user/contents.d/init-mod-universal-tailscale-postinstall | 0 root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale | 0 5 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/init-mod-universal-tailscale-postinstall rename root/etc/s6-overlay/s6-rc.d/{ => user-bundles.d}/user/contents.d/svc-mod-tailscale-up (100%) delete mode 100644 root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale delete mode 100644 root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale-postinstall delete mode 100644 root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale diff --git a/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/init-mod-universal-tailscale-postinstall b/root/etc/s6-overlay/s6-rc.d/svc-mod-tailscale-up/dependencies.d/init-mod-universal-tailscale-postinstall deleted file mode 100644 index e69de29..0000000 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-up b/root/etc/s6-overlay/s6-rc.d/user-bundles.d/user/contents.d/svc-mod-tailscale-up similarity index 100% rename from root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale-up rename to root/etc/s6-overlay/s6-rc.d/user-bundles.d/user/contents.d/svc-mod-tailscale-up diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale b/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale deleted file mode 100644 index e69de29..0000000 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale-postinstall b/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-universal-tailscale-postinstall deleted file mode 100644 index e69de29..0000000 diff --git a/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale b/root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-mod-tailscale deleted file mode 100644 index e69de29..0000000