Skip to content

Commit c8baf13

Browse files
authored
release: v5.0.0 — node24 upgrade and dependency updates (#240)
1 parent 5934a11 commit c8baf13

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [5.0.0] - 2026-03-25
4+
5+
### Changed
6+
7+
- #233 [Update Node.js runtime from node20 to node24](https://github.com/Azure/setup-kubectl/pull/233)
8+
- #228 [Replace cdn.dl.k8s.io with dl.k8s.io](https://github.com/Azure/setup-kubectl/pull/228)
9+
- #219 [Remove download redirects, use cdn.dl.k8s.io domain](https://github.com/Azure/setup-kubectl/pull/219)
10+
- #190 [Update stableVersionUrl to dl.k8s.io](https://github.com/Azure/setup-kubectl/pull/190)
11+
- #235 [Bump undici from 6.23.0 to 6.24.1](https://github.com/Azure/setup-kubectl/pull/235)
12+
- #226 [Bump undici and @actions/http-client](https://github.com/Azure/setup-kubectl/pull/226)
13+
- #230 [Bump minimatch](https://github.com/Azure/setup-kubectl/pull/230)
14+
15+
### Added
16+
17+
- #172 [Enhance version handling: auto-resolve kubectl major.minor to latest patch](https://github.com/Azure/setup-kubectl/pull/172)
18+
- #171 [Add husky precommit check](https://github.com/Azure/setup-kubectl/pull/171)
19+
320
## [4.0.1] - 2025-06-17
421

522
- Remove erronious 'v' prefix on previous changelog for v4.0.0 that led to "vv4.0.0" tag issue

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": "setup-kubectl-action",
3-
"version": "0.0.0",
3+
"version": "5.0.0",
44
"private": true,
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)