From f5610dc7c863aef1084b308a8a134e8b5bcdca92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:10:43 +0000 Subject: [PATCH 1/2] chore(master): release update-artifacts-file 1.0.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 7948135e..5563bd62 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.0", "actions/artifactory-login": "1.0.0", - "actions/update-artifacts-file": "1.0.0", + "actions/update-artifacts-file": "1.0.1", "actions/build-docker": "1.0.0", "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 28e98a5e..6874aad3 100644 --- a/actions/update-artifacts-file/CHANGELOG.md +++ b/actions/update-artifacts-file/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/shared-workflows/compare/update-artifacts-file-v1.0.0...update-artifacts-file-v1.0.1) (2025-07-03) + + +### 🐛 Bug Fixes + +* **update-artifacts-file:** artifacts.json will change in the remote helm-charts repo ([#75](https://github.com/MapColonies/shared-workflows/issues/75)) ([f5aa3f0](https://github.com/MapColonies/shared-workflows/commit/f5aa3f08e3499a75a924ab19af85d8edb82a5861)) + ## 1.0.0 (2025-04-22) diff --git a/actions/update-artifacts-file/README.md b/actions/update-artifacts-file/README.md index cab0e5e0..4e623160 100644 --- a/actions/update-artifacts-file/README.md +++ b/actions/update-artifacts-file/README.md @@ -32,11 +32,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.0.0 + uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.0.1 with: domain: infra artifact_name: "sftpgo" - artifact_tag: "v2.0.2" + artifact_tag: "v1.0.1" type: "docker" registry: ${{ secrets.ACR_URL }} github_token: ${{ secrets.GH_PAT }} From cf853162bb320b6a3279c733ba88661f76ecfe88 Mon Sep 17 00:00:00 2001 From: michalby24 <55047068+michalby24@users.noreply.github.com> Date: Thu, 3 Jul 2025 16:11:38 +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 4e623160..beec798f 100644 --- a/actions/update-artifacts-file/README.md +++ b/actions/update-artifacts-file/README.md @@ -36,7 +36,7 @@ This GitHub Action builds and publishes a Helm chart to a specified registry and with: domain: infra artifact_name: "sftpgo" - artifact_tag: "v1.0.1" + artifact_tag: "v2.0.2" type: "docker" registry: ${{ secrets.ACR_URL }} github_token: ${{ secrets.GH_PAT }}