Compare commits

...

2 Commits

Author SHA1 Message Date
GitHub Action ae59a723ba build 2025-11-13 22:17:51 +00:00
Suneha Bose 1614ec3cce changelog for v4.0.2 (#197)
* changelog for v4.0.2

* prettier fix
2025-11-13 17:00:58 -05:00
6 changed files with 205908 additions and 4 deletions
-1
View File
@@ -331,4 +331,3 @@ node_modules
coverage
# Transpiled JS
lib/
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## [4.0.2] - 2025-11-13
- #[164](https://github.com/Azure/k8s-set-context/pull/164) Adding optional kubeconfig encoding variable
- Dependabot updates
## [4.0.1] - 2024-09-06
- #90 update dev dependencies with Typescript to 5
+205895
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -0,0 +1,3 @@
{
"type": "module"
}
+4 -2
View File
@@ -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",
@@ -2819,6 +2819,7 @@
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.4.tgz",
"integrity": "sha512-8LwjnlP39s08C08J5NstzriPvW1SP8Zfpp1BvC2sI35kPeZnHfxVkCwu4/+Wodgnd60UtT1n8K8zw+Mp7J9JmQ==",
"dev": true,
"license": "MIT",
"bin": {
"ncc": "dist/ncc/cli.js"
}
@@ -5449,6 +5450,7 @@
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
+1 -1
View File
@@ -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",