Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

55 lines (39 loc) · 3.43 KB

Change Log

2.0.1 (February 2, 2023)

  • #212 Add support to unzip .tar.gz archive

2.0.0 (December 20, 2022)

This release updates the minimum node version supported to 10. Old workflows might break up when switching to it

  • #196 Make extension works with node 10 by default
  • #202 Add support to unzip .tar archive
  • #194 Wrong bundle name cached in windows
  • #200 Remove travis CI

1.6.0 (April 24, 2020)

  • #151 Added cache support
  • #152 Added new task to perform conditional commands
  • #160 Added support for command interpolation
  • #146 Added support to define connection config at runtime
  • #165 Updated oc versions file
  • #156 Refactor how errors are handled by extension
  • #158 Switched from Azure pipelines to Github Actions

Thanks to Rinor Maloku for his contribution

1.5.0 (February 17, 2020)

  • #135 Added proxy support
  • #130 Added support for pipes and redirector operators
  • #136 Fixed issue when typing oc version in format x.xx
  • #142 Moved to eslint

1.4.2 (December 3, 2019)

This release brings to you:

  • #120 Added Certificate Authority flag to connect to Openshift by using an exteral certificate authority file
  • #124 Exported constants to external JSON file

1.4.1 - (November 20, 2019)

  • Updated marketplace description/fixed wrong links

1.4.0 - (November 12, 2019)

This release brings to you:

  • #46 Added new flag to ignore non success return value
  • #97 Check if oc cli already exists locally and prevent from downloading new version
  • #115 Changed way oc cli is downloaded. Now extension uses mirror.openshift.com
  • #99 Added new Azure Devops badge
  • #96 Changed way to create download directory
  • #75 Use sinon to make test and preventing downloading useless archive
  • #104 Create Jenkins task to publish new version into marketplace
  • #74 Updated Azure Devops CI to work on all Oses