From c8e6e7bbf832ffe6158de7730f6ae6395007596a Mon Sep 17 00:00:00 2001 From: Victor Rubezhny Date: Wed, 27 Nov 2024 15:07:18 +0100 Subject: [PATCH] Release 1.17.0 Signed-off-by: Victor Rubezhny --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee99bec30..b218c4932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 34aec2326..e5d4679b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-openshift-connector", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-openshift-connector", - "version": "1.16.0", + "version": "1.17.0", "license": "MIT", "dependencies": { "shelljs": "^0.8.5" diff --git a/package.json b/package.json index 87b32c8d6..bfe2aac3e 100644 --- a/package.json +++ b/package.json @@ -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",