Skip to content

Commit 6ba91a8

Browse files
committed
Release 1.16.0
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
1 parent b1925b2 commit 6ba91a8

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
# Change Log
22

3+
## 1.16.0 (September 3, 2024)
4+
5+
* [#4151](https://github.com/redhat-developer/vscode-openshift-tools/issues/4151) Added support for creating deployments using a BuildConfig
6+
* [#4297](https://github.com/redhat-developer/vscode-openshift-tools/issues/4297) Added the UI for changing the selection of builder image
7+
* [#2883](https://github.com/redhat-developer/vscode-openshift-tools/issues/2883) Allow options to configure Helm Chart with a build image and other details
8+
* [#4108](https://github.com/redhat-developer/vscode-openshift-tools/issues/4108) Introduced support for the devfile for .NET 9
9+
* [#4357](https://github.com/redhat-developer/vscode-openshift-tools/pull/4357) Enabled command compatibility with files using the `.yml` extension
10+
* [#3898](https://github.com/redhat-developer/vscode-openshift-tools/issues/3898) Added an informational message to the Openshift terminal when there were no operations performed yet
11+
* [#4344](https://github.com/redhat-developer/vscode-openshift-tools/issues/4344) Replaced the `odo analyze` command with the new Alizer tool
12+
* [#3911](https://github.com/redhat-developer/vscode-openshift-tools/issues/3911) Enhanced the workflow for entering a container image URL
13+
* [#4289](https://github.com/redhat-developer/vscode-openshift-tools/issues/4289) Resolved the slow tree loading issue in the Application Explorer
14+
* [#4349](https://github.com/redhat-developer/vscode-openshift-tools/issues/4349) Fixed the broken Helm Chart installation view
15+
* [#4298](https://github.com/redhat-developer/vscode-openshift-tools/issues/4298) Fixed the issue with duplicate deployment names displaying in the tree view
16+
* [#4253](https://github.com/redhat-developer/vscode-openshift-tools/issues/4253) Fixed the issue of missing images on the "Add OpenShift Cluster" page
17+
318
## 1.15.0 (July 16, 2024)
419

5-
* [#4291](https://github.com/redhat-developer/vscode-openshift-tools/pull/4291) Fix issue opening Routes node in OpenShift explorer
20+
* [#4291](https://github.com/redhat-developer/vscode-openshift-tools/pull/4291) Fixed the issue preventing the opening of the Routes node in the OpenShift Explorer
621
* [#4283](https://github.com/redhat-developer/vscode-openshift-tools/pull/4283) Added validation for container image to be deployed from an image URL
722
* [#4255](https://github.com/redhat-developer/vscode-openshift-tools/issues/4255) Remove outdated method from the extension activation
823
* [#4247](https://github.com/redhat-developer/vscode-openshift-tools/pull/4247) Remove dependency to 'make-fetch-happen' NPM module

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

0 commit comments

Comments
 (0)