Skip to content

Commit c8e6e7b

Browse files
vrubezhnydatho7561
authored andcommitted
Release 1.17.0
Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 63fd439 commit c8e6e7b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## 1.17.0 (November 27, 2024)
4+
5+
* [#4226](https://github.com/redhat-developer/vscode-openshift-tools/issues/4226) The extension activation is improved by bundling and removing unnecessary files
6+
* [#3850](https://github.com/redhat-developer/vscode-openshift-tools/issues/3850) "Components" sidebar section loading is improved
7+
* [#4566](https://github.com/redhat-developer/vscode-openshift-tools/pull/4566) Removed the `odo log` command
8+
* [#4552](https://github.com/redhat-developer/vscode-openshift-tools/pull/4552) Port validation is fixed when create a Component from local codebase
9+
* [#4536](https://github.com/redhat-developer/vscode-openshift-tools/pull/4536) Fixed the Devfile Registry related views for the cases where the current Devfile Registry is removed
10+
* [#4459](https://github.com/redhat-developer/vscode-openshift-tools/issues/4459) Fixed the issue with not trimmed token value used when logging into sandbox using quick pick workflow with token
11+
* [#4439](https://github.com/redhat-developer/vscode-openshift-tools/pull/4439) Use SSO account to configure sandbox in one click
12+
* [#4426](https://github.com/redhat-developer/vscode-openshift-tools/issues/4426) Moved from `react-syntax-highlighter` to `codemirror` for YAML syntax highlighting
13+
* [#4425](https://github.com/redhat-developer/vscode-openshift-tools/issues/4425) The Helm UI Page is added with additional tag based filtering
14+
* [#4424](https://github.com/redhat-developer/vscode-openshift-tools/issues/4424) Add and delete helm repository.
15+
* [#4411](https://github.com/redhat-developer/vscode-openshift-tools/issues/4411) Fixed the CRC setup preferences reset after the wizard is closed
16+
* [#4189](https://github.com/redhat-developer/vscode-openshift-tools/issues/4189) The selection of devfile version is added to the Devfile Registry editor
17+
318
## 1.16.0 (September 3, 2024)
419

520
* [#4151](https://github.com/redhat-developer/vscode-openshift-tools/issues/4151) Added support for creating deployments using a BuildConfig

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

0 commit comments

Comments
 (0)