mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-03-03 04:12:18 +08:00
changelog for v4.0.2
This commit is contained in:
parent
835bd530f0
commit
b28bea0bcd
@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
## [4.0.2] - 2025-11-13
|
||||
|
||||
|
||||
- #164 Adding optional kubeconfig encoding variable
|
||||
- Dependabot updates
|
||||
|
||||
## [4.0.1] - 2024-09-06
|
||||
|
||||
- #90 update dev dependencies with Typescript to 5
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "k8s-set-context-action",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "k8s-set-context-action",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "k8s-set-context-action",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.2",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user