From dc563d3cfd2d413725dfa5511ac17cd304fb9a39 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Wed, 28 Jan 2026 23:01:22 +0100 Subject: [PATCH] chore(release): 1.0.4-rc.18 --- .github/workflows/docker.yml | 8 ++++---- CITATION.cff | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2f5b327..7dacb4f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -264,7 +264,7 @@ jobs: id: upload run: echo "${{ steps.set-tags.outputs.image }}" > image.txt - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f with: name: image-${{ matrix.platform }} path: image.txt @@ -274,18 +274,18 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: name: image-linux/amd64 path: /tmp/digests - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 with: name: image-linux/arm64 path: /tmp/digests - name: Login to Docker - uses: docker/login-action@v3 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/CITATION.cff b/CITATION.cff index 444fd50..cc616a2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 1.0.4-rc.17 +version: 1.0.4-rc.18 date-released: "2026-01-28" \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 86de563..59f2def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1595,7 +1595,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "portabase-agent" -version = "1.0.4-rc.16" +version = "1.0.4-rc.17" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 60dec09..6a00ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "1.0.4-rc.17" +version = "1.0.4-rc.18" edition = "2024" [dependencies]