Skip to content

Commit 8941f29

Browse files
committed
Release 1.19.0
Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 21eb05f commit 8941f29

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.19.0 (April 29, 2025)
4+
5+
* [#4816](https://github.com/redhat-developer/vscode-openshift-tools/issues/4816) Multiple K8s configuration files are supported when configured in KUBECONFIG environment variable
6+
* [#4874](https://github.com/redhat-developer/vscode-openshift-tools/issues/4874) Fixed: Cluster is not accessible even if correct K8s configuration file is selected
7+
* [#1579](https://github.com/redhat-developer/vscode-openshift-tools/issues/1579) Fixed: Listen to changes in K8s configuration files configured in KUBECONFIG environment variable
8+
39
## 1.18.0 (February 12, 2025)
410

511
* [#4681](https://github.com/redhat-developer/vscode-openshift-tools/pull/4681) The "Bind Service" feature is **removed** due to the deprecation of the Service Binding Operator

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.18.0",
5+
"version": "1.19.0",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",

0 commit comments

Comments
 (0)