From 2ae15842b16450e792bce056641b204dfb88f6e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:20:28 +0000 Subject: [PATCH] chore(master): release build-and-push-helm 1.0.1 --- .release-please-manifest.json | 2 +- actions/build-and-push-helm/CHANGELOG.md | 7 +++++++ actions/build-and-push-helm/README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28dd7f81..b113e8a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "6.0.0", - "actions/build-and-push-helm": "1.0.0", + "actions/build-and-push-helm": "1.0.1", "actions/helm-lint": "1.0.0", "actions/eslint": "1.0.0", "actions/push-docker": "1.0.0", diff --git a/actions/build-and-push-helm/CHANGELOG.md b/actions/build-and-push-helm/CHANGELOG.md index 28e98a5e..51fc975f 100644 --- a/actions/build-and-push-helm/CHANGELOG.md +++ b/actions/build-and-push-helm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/shared-workflows/compare/build-and-push-helm-v1.0.0...build-and-push-helm-v1.0.1) (2025-04-22) + + +### 📝 Documentation + +* change tags to sha ([#61](https://github.com/MapColonies/shared-workflows/issues/61)) ([1fc958d](https://github.com/MapColonies/shared-workflows/commit/1fc958d115218f9a928c489b085a806fd1fd6330)) + ## 1.0.0 (2025-04-22) diff --git a/actions/build-and-push-helm/README.md b/actions/build-and-push-helm/README.md index 725e9a69..4ae7ba48 100644 --- a/actions/build-and-push-helm/README.md +++ b/actions/build-and-push-helm/README.md @@ -24,14 +24,14 @@ This GitHub Action packages a Helm chart and pushes it to a Azure Container Regi ```yaml - name: Artifactory Login - uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.0 + uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.1 with: registry: ${{ secrets.ACR_URL }} username: ${{ secrets.ACR_PUSH_USER }} password: ${{ secrets.ACR_PUSH_TOKEN }} - name: Build and Push Helm Chart - uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.0 + uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.1 with: context: ./infra/monitoring domain: infra