Skip to content

Commit a55be4a

Browse files
committed
Release 1.18.0
Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 1b95aa5 commit a55be4a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## 1.18.0 (February 12, 2025)
4+
5+
* [#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
6+
* [#4677](https://github.com/redhat-developer/vscode-openshift-tools/pull/4677) The extension activation is fixed for the cases when the 'KUBECONGIG' environment variable is misconfigured
7+
* [#4484](https://github.com/redhat-developer/vscode-openshift-tools/issues/4484) OpenShift Pipeline Tasks in Cluster View are added to the Application Explorer
8+
* [#3935](https://github.com/redhat-developer/vscode-openshift-tools/issues/3935) Fixed the failure with logging in to an existing cluster
9+
* [#3872](https://github.com/redhat-developer/vscode-openshift-tools/issues/3872) Fixed the failure with logging in to a cluster when Kube config doesn't exist
10+
311
## 1.17.0 (November 27, 2024)
412

513
* [#4226](https://github.com/redhat-developer/vscode-openshift-tools/issues/4226) The extension activation is improved by bundling and removing unnecessary files

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

0 commit comments

Comments
 (0)