Skip to content

Releases: redhat-developer/vscode-openshift-tools

Pre-Release

28 Nov 14:55

Choose a tag to compare

Pre-Release Pre-release
Pre-release

Commits

  • a338442: Log the output of the git-clone command into the OpenShift Logs. (Roland Grunberg) #5505

1.21.0

22 Sep 21:19

Choose a tag to compare

What's Changed

Features / Enhancements

  • Devfile Registries list needs not contain Default Devfile Registry by @rgrunber in #5361

Dependency Update

  • Update Alizer CLI to v1.9.1 by @github-actions in #5255
  • Update CRC CLI to 2.54.0 by @github-actions in #5350
  • Update OC CLI to 4.19.11 by @github-actions in #5354
  • Update FUNC CLI to 1.19.3 by @github-actions in #5355
  • Update HELM CLI to v3.19.0 by @github-actions in #5344

Bugs

  • Fixed Pod selector when loading Pods from Che Dev Space workspace by @vrubezhny in #5216

Full Changelog: 1.20.0...1.21.0

1.20.0

18 Jul 10:29

Choose a tag to compare

What's Changed

Features / Enhancements

  • Use the latest @kubernetes/client-node and other ESM dependecies by @vrubezhny in #5086
  • Fixed the VSCode OpenShift Toolkit extension activation by @vrubezhny in #4535
  • Added the validation and save for a K8s resources loaded from cluster by @vrubezhny in #4472

Dependency Update

  • Update Alizer CLI to v1.8.2 by @github-actions in #5132
  • Update CRC CLI to 2.52.0 by @github-actions in #5174
  • Update OC CLI to 4.19.3 by @github-actions in #5210
  • Update ODO CLI to 3.16.1 (2179f5f5f-nightly) by @github-actions in #5066
  • Update FUNC CLI to 1.18.1 by @github-actions in #5039
  • Update HELM CLI to v3.18.4 by @github-actions in #5199

Bugs

  • Fixed: Vulnerability in brace-expansion >=2.0.1 <=4.0.0 by @vrubezhny in #5134
  • Fixed: An error appears when validating a local K8s resource by @vrubezhny in #5087

Full Changelog: 1.19.0...1.20.0

1.19.0

29 Apr 20:48

Choose a tag to compare

What's Changed

Features / Enhancements

  • Multiple K8s configuration files are supported when configured in KUBECONFIG environment variable by @vrubezhny in #4816

Dependency Update

  • Update CRC CLI to 2.49.0 by @github-actions in #4960
  • Update OC CLI to 4.18.9 by @github-actions in #5012
  • Update FUNC CLI to 1.18.0 by @github-actions in #5014
  • Update HELM CLI to v3.17.3 by @github-actions in #4982

Bugs

  • Fixed: Cluster is not accessible even if correct K8s configuration file is selected by @vrubezhny in #4874
  • Fixed: Listen to changes in K8s configuration files configured in KUBECONFIG environment variable by @vrubezhny in #1579

Full Changelog: 1.18.0...1.19.0

1.18.0

12 Feb 21:54

Choose a tag to compare

What's Changed

Features / Enhancements

  • The "Bind Service" feature is removed due to the deprecation of the Service Binding Operator by @msivasubramaniaan in #4681
  • OpenShift Pipeline Tasks in Cluster View are added to the Application Explorer by @vrubezhny in #4484

Dependency Update

  • Update CRC CLI to 2.46.0 by @github-actions in #4777
  • Update OC CLI to 4.17.14 by @github-actions in #4813
  • Update ODO CLI to 3.16.1 (eb622e57d-nightly) by @github-actions in #4796
  • Update FUNC CLI to 1.17.0 by @github-actions in #4788
  • Update HELM CLI to v3.17.0 by @github-actions in #4767

Bugs

  • The extension activation is fixed for the cases when the 'KUBECONGIG' environment variable is misconfigured by @vrubezhny in #4677
  • Fixed the failure with logging in to an existing cluster by @vrubezhny in #3935
  • Fixed the failure with logging in to a cluster when Kube config doesn't exist by @vrubezhny in #3872

Full Changelog: 1.17.0...1.18.0

1.17.0

27 Nov 19:13

Choose a tag to compare

What's Changed

Features / Enhancements

  • The extension activation is improved by bundling and removing unnecessary files by @vrubezhny in #4584
  • "Components" sidebar section loading is improved by @vrubezhny in #4473
  • Use SSO account to configure sandbox in one click by @vrubezhny in #4439
  • The Helm UI Page is added with additional tag based filtering by @msivasubramaniaan in #4525
  • The selection of devfile version is added to the Devfile Registry editor by @vrubezhny in #4467

Dependency Update

  • Update CRC CLI to 2.44.0 by @github-actions in #4658
  • Update OC CLI to 4.17.5 by @github-actions in #4668
  • Update ODO CLI to 3.16.1 (b8fcd7483-nightly) by @github-actions in #4551
  • Update FUNC CLI to 1.16.1 by @github-actions in #4640
  • Update HELM CLI to v3.16.3 by @github-actions in #4624

Bugs

  • Removed the odo log command by @msivasubramaniaan in #4566
  • Port validation is fixed when create a Component from local codebase by @vrubezhny in #4552
  • Fixed the Devfile Registry related views for the cases where the current Devfile Registry is removed by @vrubezhny in #4536
  • Fixed the issue with not trimmed token value used when logging into sandbox using quick pick workflow with token by @vrubezhny in #4460
  • Moved from react-syntax-highlighter to codemirror for YAML syntax highlighting by @msivasubramaniaan in #4428
  • Fixed the CRC setup preferences reset after the wizard is closed by @vrubezhny in #4437

Full Changelog: 1.16.0...1.17.0

1.16.0

03 Sep 22:37

Choose a tag to compare

What's Changed

Features / Enhancements

Dependency Update

  • Update OC CLI to 4.16.8 by @github-actions in #4385
  • Update ODO CLI to 3.16.1 (b4853e1fa-nightly) by @github-actions in #4418
  • Update HELM CLI to v3.15.4 by @github-actions in #4367
  • Update CRC CLI to 2.41.0 by @github-actions in #4407
  • Update FUNC CLI to 1.15.0 by @github-actions in #4367

Bugs

New Contributors

Full Changelog: 1.15.0...1.16.0

1.15.0

16 Jul 21:53

Choose a tag to compare

What's Changed

Features / Enhancements

  • Added validation for container image to be deployed from an image URL by @msivasubramaniaan in #4283
  • There is no error/warning notification when Helm Chart cannot be installed #4172 by @vrubezhny in #4206
  • Migrate Kubernetes Resource Link Provider from Kubernetes VSCode Extension to OpenShift Toolkit #4118 by @vrubezhny in #4171
  • Use the value saved in the clipboard when logging in using a token #4165 by @vrubezhny in #4179
  • Display status information for Deployments in Application Explorer tree #3823 by @vrubezhny in #4148

Dependency Update

  • Update OC CLI to 4.16.1 by @github-actions in #4278
  • Update ODO CLI to 3.16.1 (817faa69f-nightly) by @github-actions in #4261
  • Update HELM CLI to v3.15.3 by @github-actions in #4277
  • Update CRC CLI to 2.38.0 by @github-actions in #4240

Bugs

Full Changelog: 1.14.0...1.15.0

1.14.0

29 May 18:35

Choose a tag to compare

What's Changed

Features / Enhancements

Dependency Update

  • Update oc to 4.15.14 by @github-actions in #4163
  • Update helm to 3.13.2 by @github-actions in #4070
  • Update func to 1.14.0 by @github-actions in #4097
  • Update crc to 2.36.0 by @github-actions in #4127

Bugs

Full Changelog: 1.13.0...1.14.0