From a57aa495388209c01e28432688d9a6579caa6ade Mon Sep 17 00:00:00 2001 From: David Gamero Date: Fri, 8 Mar 2024 18:07:19 -0500 Subject: [PATCH] update release workflow to major version tag (#86) * Update release-pr.yml * Update README.md --- .github/workflows/release-pr.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index a205b6b4..c7e83d16 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -13,6 +13,6 @@ jobs: permissions: actions: read contents: write - uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@a705b2ab6a3ee889f2b0d925ad0bd2f9eb733ce6 + uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@v1 with: changelogPath: ./CHANGELOG.md diff --git a/README.md b/README.md index f9527b74..02285b6c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Refer to the [action metadata file](./action.yml) for details about inputs. Note ### Kubeconfig approach ```yaml -- uses: azure/k8s-set-context@v3 +- uses: azure/k8s-set-context@v4 with: method: kubeconfig kubeconfig: @@ -50,7 +50,7 @@ Please refer to documentation on fetching [kubeconfig for any generic K8s cluste ### Service account approach ```yaml -- uses: azure/k8s-set-context@v3 +- uses: azure/k8s-set-context@v4 with: method: service-account k8s-url: @@ -74,7 +74,7 @@ kubectl get secret -n -o yaml ### Service account approach for arc cluster ```yaml -- uses: azure/k8s-set-context@v3 +- uses: azure/k8s-set-context@v4 with: method: service-account cluster-type: arc @@ -86,7 +86,7 @@ kubectl get secret -n -o yaml ### Service principal approach for arc cluster ```yaml -- uses: azure/k8s-set-context@v3 +- uses: azure/k8s-set-context@v4 with: method: service-principal cluster-type: arc