Skip to content

Commit

Permalink
Release 1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny authored and datho7561 committed Nov 27, 2024
1 parent 63fd439 commit c8e6e7b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.17.0 (November 27, 2024)

* [#4226](https://github.com/redhat-developer/vscode-openshift-tools/issues/4226) The extension activation is improved by bundling and removing unnecessary files
* [#3850](https://github.com/redhat-developer/vscode-openshift-tools/issues/3850) "Components" sidebar section loading is improved
* [#4566](https://github.com/redhat-developer/vscode-openshift-tools/pull/4566) Removed the `odo log` command
* [#4552](https://github.com/redhat-developer/vscode-openshift-tools/pull/4552) Port validation is fixed when create a Component from local codebase
* [#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
* [#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
* [#4439](https://github.com/redhat-developer/vscode-openshift-tools/pull/4439) Use SSO account to configure sandbox in one click
* [#4426](https://github.com/redhat-developer/vscode-openshift-tools/issues/4426) Moved from `react-syntax-highlighter` to `codemirror` for YAML syntax highlighting
* [#4425](https://github.com/redhat-developer/vscode-openshift-tools/issues/4425) The Helm UI Page is added with additional tag based filtering
* [#4424](https://github.com/redhat-developer/vscode-openshift-tools/issues/4424) Add and delete helm repository.
* [#4411](https://github.com/redhat-developer/vscode-openshift-tools/issues/4411) Fixed the CRC setup preferences reset after the wizard is closed
* [#4189](https://github.com/redhat-developer/vscode-openshift-tools/issues/4189) The selection of devfile version is added to the Devfile Registry editor

## 1.16.0 (September 3, 2024)

* [#4151](https://github.com/redhat-developer/vscode-openshift-tools/issues/4151) Added support for creating deployments using a BuildConfig
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-openshift-connector",
"displayName": "OpenShift Toolkit",
"description": "Fast iterative application development on Red Hat OpenShift and Kubernetes",
"version": "1.16.0",
"version": "1.17.0",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down

0 comments on commit c8e6e7b

Please sign in to comment.