Skip to content

Commit c075623

Browse files
committed
Release 1.20.0
Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 11e6472 commit c075623

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 1.20.0 (July 17, 2025)
4+
5+
* [#5086](https://github.com/redhat-developer/vscode-openshift-tools/issues/5086) Use the latest @kubernetes/client-node
6+
* [#4535](https://github.com/redhat-developer/vscode-openshift-tools/issues/4535) Fixed the VSCode OpenShift Toolkit extension activation
7+
* [#4472](https://github.com/redhat-developer/vscode-openshift-tools/issues/4472) Added the validation and save for a K8s resources loaded from cluster
8+
39
## 1.19.0 (April 29, 2025)
410

511
* [#4816](https://github.com/redhat-developer/vscode-openshift-tools/issues/4816) Multiple K8s configuration files are supported when configured in KUBECONFIG environment variable

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
@@ -2,7 +2,7 @@
22
"name": "vscode-openshift-connector",
33
"displayName": "OpenShift Toolkit",
44
"description": "Fast iterative application development on Red Hat OpenShift and Kubernetes",
5-
"version": "1.19.0",
5+
"version": "1.20.0",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",

0 commit comments

Comments
 (0)