Skip to content

Commit cb028f0

Browse files
authored
release: prepare v5.0.0 (#232)
* release: prepare v4.1.0 changelog and version updates * update major ver * update ver in readme
1 parent f428524 commit cb028f0

File tree

4 files changed

+46
-7
lines changed

4 files changed

+46
-7
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Change Log
22

3+
## [5.0.0] - 2026-04-07
4+
5+
### Features
6+
7+
- #227 Migrate to ESM with esbuild, vitest
8+
9+
### Runtime and platform
10+
11+
- #222 Update Node version from 20 to 24
12+
13+
### Dependabot updates
14+
15+
- #231 Bump github/codeql-action in /.github/workflows in the actions group
16+
- #230 Bump typescript in the actions group across 1 directory
17+
- #228 Bump picomatch
18+
- #226 Bump github/codeql-action in /.github/workflows in the actions group
19+
- #223 Bump undici from 6.23.0 to 6.24.0
20+
- #221 Bump the actions group in /.github/workflows with 2 updates
21+
- #218 Bump the actions group in /.github/workflows with 2 updates
22+
- #219 Bump minimatch
23+
- #217 Bump undici and @actions/http-client
24+
- #216 Bump github/codeql-action in /.github/workflows in the actions group
25+
- #214 Bump the actions group in /.github/workflows with 2 updates
26+
- #212 Bump the actions group in /.github/workflows with 2 updates
27+
- #211 Bump the actions group with 3 updates
28+
- #210 Bump the actions group with 2 updates
29+
- #208 Bump @types/node from 25.0.2 to 25.0.3 in the actions group
30+
- #209 Bump github/codeql-action in /.github/workflows in the actions group
31+
- #206 Bump the actions group with 3 updates
32+
- #207 Bump github/codeql-action in /.github/workflows in the actions group
33+
- #205 Bump the actions group in /.github/workflows with 4 updates
34+
- #204 Bump the actions group with 2 updates
35+
- #202 Bump the actions group in /.github/workflows with 2 updates
36+
- #203 Bump prettier from 3.6.2 to 3.7.3 in the actions group
37+
- #201 Bump glob from 10.4.5 to 10.5.0
38+
- #200 Bump js-yaml from 3.14.1 to 3.14.2
39+
- #198 Bump js-yaml from 4.1.0 to 4.1.1
40+
- #199 Bump the actions group with 2 updates
41+
342
## [4.0.2] - 2025-11-13
443

544
- #[164](https://github.com/Azure/k8s-set-context/pull/164) Adding optional kubeconfig encoding variable

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Refer to the [action metadata file](./action.yml) for details about inputs. Note
1919
### Kubeconfig approach
2020

2121
```yaml
22-
- uses: azure/k8s-set-context@v4
22+
- uses: azure/k8s-set-context@v5
2323
with:
2424
method: kubeconfig
2525
kubeconfig: <your kubeconfig>
@@ -50,7 +50,7 @@ Please refer to documentation on fetching [kubeconfig for any generic K8s cluste
5050
### Service account approach
5151

5252
```yaml
53-
- uses: azure/k8s-set-context@v4
53+
- uses: azure/k8s-set-context@v5
5454
with:
5555
method: service-account
5656
k8s-url: <URL of the cluster's API server>
@@ -74,7 +74,7 @@ kubectl get secret <service-account-secret-name> -n <namespace> -o yaml
7474
### Service account approach for arc cluster
7575

7676
```yaml
77-
- uses: azure/k8s-set-context@v4
77+
- uses: azure/k8s-set-context@v5
7878
with:
7979
method: service-account
8080
cluster-type: arc
@@ -86,7 +86,7 @@ kubectl get secret <service-account-secret-name> -n <namespace> -o yaml
8686
### Service principal approach for arc cluster
8787
8888
```yaml
89-
- uses: azure/k8s-set-context@v4
89+
- uses: azure/k8s-set-context@v5
9090
with:
9191
method: service-principal
9292
cluster-type: arc

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "k8s-set-context-action",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"private": true,
55
"main": "lib/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)