azure-setup-kubectl/CHANGELOG.md
David Gamero 6522dcd602
Some checks are pending
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration test for setup-kubectl / Validate release and master branch (push) Waiting to run
Run prettify / Prettier Check (push) Waiting to run
Release Project / release (push) Waiting to run
Run unit tests. / build (push) Waiting to run
release: prepare v5.1.0 (#249)
* release: prepare v5.1.0 — ESM migration with esbuild/vitest

* sync package-lock.json version to 5.1.0

* add version sync check to pre-commit hook

* regenerate package-lock.json for npm ci compatibility
2026-04-15 09:59:13 +12:00

2 KiB

Changelog

[5.1.0] - 2026-04-11

Changed

  • #243 Migrate to ESM with esbuild and vitest
    • Replaced @vercel/ncc with esbuild for ESM bundling
    • Replaced jest/ts-jest with vitest for testing
    • Upgraded @actions/core to ^3.0.0, @actions/exec to ^3.0.0, @actions/tool-cache to ^4.0.0
    • Updated tsconfig.json to NodeNext module resolution
  • Add npm run build step to CI unit-tests workflow

Security

[5.0.0] - 2026-03-25

Changed

Added

[4.0.1] - 2025-06-17

  • Remove erronious 'v' prefix on previous changelog for v4.0.0 that led to "vv4.0.0" tag issue
  • Dependabot fixes

[4.0.0] - 2024-01-30

Changed

  • #90 Migrate to node 20 as node 16 is deprecated