Skip to content

Commit

Permalink
Release 1.11.0 (#3738)
Browse files Browse the repository at this point in the history
* update version 1.11.0 and changelog.md

Signed-off-by: msivasubramaniaan <[email protected]>

* updated changelog.md

Signed-off-by: msivasubramaniaan <[email protected]>

---------

Signed-off-by: msivasubramaniaan <[email protected]>
  • Loading branch information
msivasubramaniaan authored Dec 13, 2023
1 parent 238f7cb commit f70925e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 1.11.0 (December 13, 2023)
* [#3609](https://github.com/redhat-developer/vscode-openshift-tools/issues/3609) Manage helm repositories
* [#3113](https://github.com/redhat-developer/vscode-openshift-tools/issues/3113) Show Helm charts from all Helm repos in the Helm chart explorer
* [#3701](https://github.com/redhat-developer/vscode-openshift-tools/issues/3701) Update UX for Helm View
* [#3636](https://github.com/redhat-developer/vscode-openshift-tools/issues/3636) Update UX for Devfile Registry View
* [#3652](https://github.com/redhat-developer/vscode-openshift-tools/issues/3652) Open OpenShift resources in browser
* [#3726](https://github.com/redhat-developer/vscode-openshift-tools/issues/3726) Command fails when expanding project in Application Explorer on crc
* [#3723](https://github.com/redhat-developer/vscode-openshift-tools/issues/3723) CRC OpenShift status showed as green even though it was stopped
* [#3720](https://github.com/redhat-developer/vscode-openshift-tools/issues/3720) Application Explorer is not refreshed when a component starts
* [#3715](https://github.com/redhat-developer/vscode-openshift-tools/pull/3715) added 'FINDSTR' when windows machine instead of grep
* [#3544](https://github.com/redhat-developer/vscode-openshift-tools/issues/3544) Create Service has empty dropdown on Sandbox
* [#3643](https://github.com/redhat-developer/vscode-openshift-tools/issues/3643) Error popups on trying to delete a project on sandbox due to user limitation
* [#3520](https://github.com/redhat-developer/vscode-openshift-tools/issues/3520) Error popup when expanding project in Application Explorer
* [#3637](https://github.com/redhat-developer/vscode-openshift-tools/issues/3637) Terminal icon would be knative if it is a serverless function call and the title should be in camel case
* [#3543](https://github.com/redhat-developer/vscode-openshift-tools/issues/3543) Ctrl+clicking a link in the OpenShift Terminal should open the URL
* [#3622](https://github.com/redhat-developer/vscode-openshift-tools/issues/3622) Helm Chart search is stuck loading if you close then reopen it

## 1.10.2 (November 7, 2023)
* [#3522](https://github.com/redhat-developer/vscode-openshift-tools/issues/3522) "Build and run" for Serverless Function fails

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.10.2",
"version": "1.11.0",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down

0 comments on commit f70925e

Please sign in to comment.