From d5668a70b870f087f101d0f1ae72825996a77f53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 08:59:35 +0000 Subject: [PATCH 1/2] chore(master): release update-artifacts-file 1.1.1 --- .release-please-manifest.json | 2 +- actions/update-artifacts-file/CHANGELOG.md | 7 +++++++ actions/update-artifacts-file/README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 559fdb9..b10b387 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "actions/eslint": "1.0.1", "actions/push-docker": "1.0.1", "actions/artifactory-login": "1.0.0", - "actions/update-artifacts-file": "1.1.0", + "actions/update-artifacts-file": "1.1.1", "actions/build-docker": "1.0.1", "actions/openapi-lint": "1.0.0", "actions/init-npm": "1.0.0" diff --git a/actions/update-artifacts-file/CHANGELOG.md b/actions/update-artifacts-file/CHANGELOG.md index 7dce3dc..0485e35 100644 --- a/actions/update-artifacts-file/CHANGELOG.md +++ b/actions/update-artifacts-file/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/MapColonies/shared-workflows/compare/update-artifacts-file-v1.1.0...update-artifacts-file-v1.1.1) (2025-07-09) + + +### 🐛 Bug Fixes + +* **update-artifacts-file:** set the scripts as executable ([#81](https://github.com/MapColonies/shared-workflows/issues/81)) ([ac8755c](https://github.com/MapColonies/shared-workflows/commit/ac8755c3562efdf277de83dd8d0d0ea7f521cc19)) + ## [1.1.0](https://github.com/MapColonies/shared-workflows/compare/update-artifacts-file-v1.0.1...update-artifacts-file-v1.1.0) (2025-07-08) diff --git a/actions/update-artifacts-file/README.md b/actions/update-artifacts-file/README.md index d7439b5..1e1bb1f 100644 --- a/actions/update-artifacts-file/README.md +++ b/actions/update-artifacts-file/README.md @@ -33,11 +33,11 @@ This GitHub Action builds and publishes a Helm chart to a specified registry and ```yaml - name: Update artifacts.json - uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.0 + uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1 with: domain: infra artifact_name: "sftpgo" - artifact_tag: "v2.0.2" + artifact_tag: "v1.1.1" type: "docker" registry: ${{ secrets.ACR_URL }} github_token: ${{ secrets.GH_PAT }} From e8b06db58ea4c9c65ee841ec41e89fd35a3ff9db Mon Sep 17 00:00:00 2001 From: Netanel Cohen <34451523+netanelC@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:01:49 +0300 Subject: [PATCH 2/2] Update README.md --- actions/update-artifacts-file/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/update-artifacts-file/README.md b/actions/update-artifacts-file/README.md index 1e1bb1f..717d96e 100644 --- a/actions/update-artifacts-file/README.md +++ b/actions/update-artifacts-file/README.md @@ -37,7 +37,7 @@ This GitHub Action builds and publishes a Helm chart to a specified registry and with: domain: infra artifact_name: "sftpgo" - artifact_tag: "v1.1.1" + artifact_tag: "version" type: "docker" registry: ${{ secrets.ACR_URL }} github_token: ${{ secrets.GH_PAT }}