Skip to content

Commit

Permalink
Release 1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Jul 16, 2024
1 parent 80b186f commit 3d9bed9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 1.15.0 (July 16, 2024)

* [#4283](https://github.com/redhat-developer/vscode-openshift-tools/pull/4283) Added validation for container image to be deployed from an image URL
* [#4255](https://github.com/redhat-developer/vscode-openshift-tools/issues/4255) Remove outdated method from the extension activation
* [#4247](https://github.com/redhat-developer/vscode-openshift-tools/pull/4247) Remove dependency to 'make-fetch-happen' NPM module
* [#4233](https://github.com/redhat-developer/vscode-openshift-tools/issues/4233) Cluster Webview: sandbox detection status never ends
* [#4183](https://github.com/redhat-developer/vscode-openshift-tools/issues/4183) ODO CLI binary stopped working after Devfile schema update to v.2.2.2
* [#4172](https://github.com/redhat-developer/vscode-openshift-tools/issues/4172) There is no error/warning notification when Helm Chart cannot be installed
* [#4166](https://github.com/redhat-developer/vscode-openshift-tools/pull/4166) Trim token value from Clipboard when logging in to DevSandbox
* [#4165](https://github.com/redhat-developer/vscode-openshift-tools/issues/4165) Use the value saved in the clipboard when logging in using a token
* [#4118](https://github.com/redhat-developer/vscode-openshift-tools/issues/4118) Migrate Kubernetes Resource Link Provider from Kubernetes VSCode Extension to OpenShift Toolkit
* [#4033](https://github.com/redhat-developer/vscode-openshift-tools/issues/4033) Migrate to upstream version for Helm CLI binary.
* [#3823](https://github.com/redhat-developer/vscode-openshift-tools/issues/3823) Display status information for Deployments in Application Explorer tree.

## 1.14.0 (May 29, 2024)

* [#3906](https://github.com/redhat-developer/vscode-openshift-tools/issues/3906) Add a new UI for showing, adding, and removing port forwards.
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.14.0",
"version": "1.15.0",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down

0 comments on commit 3d9bed9

Please sign in to comment.