Skip to content

Releases: redhat-developer/vscode-openshift-tools

v0.0.18

21 Mar 06:14

Choose a tag to compare

Changes:

  • Update to use odo v0.0.20
  • Support reference option for creating components from git repository
  • Add feature to store passwords in Credential Manager
  • Use '-wait' flag when creating service to wait until it is provisioned
  • Add OpenShift: Show Output Channel to command palette
  • Allow user to directly create components with 3 different options using command palette
  • Split OpenShift: Login into Cluster to two commands

Install from Visual Studio Marketplace or download binaries published below and use Install from VSX... command in Microsoft Visual Studio Code command palette.

v0.0.17

28 Feb 07:10
953fc8c

Choose a tag to compare

  • odo and oc updated to latest releases v0.0.19 and v3.11.0 respectively
  • OpenShift: Describe Service command added for Services in OpenShift Application Explorer view
  • Duplicate name validation added when creating new OpenShift resources in cluster
  • When deleting resource from cluster OpenShift Application Explorer view refresh is called after object is actually deleted

v0.0.16

05 Feb 15:22

Choose a tag to compare

  • Use requested port in odo link command if provided bff8c0f
  • Update extension recommendations 131edf0
  • Let extension to use oc ^3.9.0 if detected a95395a
  • Validation for creating new project f758825
  • Validation for creating new component 775580b
  • Do not show projects with status/phase 'Terminating' in explorer cb05aee
  • Update to odo v0.0.18 8fa2dbb
  • Add 'OpenShift: Link Component' command to command palette 44d6d81
  • Add 'OpenShift: Link Service' command to command palette 628896e
  • Add progress to storage deletion 9e2aa19
  • Refresh only component node afrer deleting storage 6fea17c
  • Call 'oc wait' to wait until project gone, then refresh Explorer view 9ce589a
  • Allow to create odo components form vscode Explorer view 9e4fc30
  • Show indeterminate progress bar for linking commands 021c3af

v0.0.15

05 Feb 15:12
e6990f2

Choose a tag to compare

  • Allow 'OpenShift New Project' command to appear in command palette e78d428
  • Add 'Link Service' and 'Link Component' to actions available for component eed3c41
  • Delete tools archives after download 7f4405a
  • Add login handling for when $userhome/.kube is empty 32ddbd3
  • Add majority of Openshift functionality to the command palette
  • Adjust wording on user warnings e51ca2f
  • Add validation for New Component name uniqueness 22a93e8
  • Remove kubernetes Clusters View from OpenShift Views Container 67f7b19

v0.0.14

05 Dec 19:51

Choose a tag to compare

  • Implement port selection when linking component with multiple ports.
  • Fix linking of components using odo link.
  • Add Coverage and Debug test launchers.

v0.0.13

04 Dec 19:55

Choose a tag to compare

  • Add implementation of Linking component to a service or component #425.
  • Add support to create component with binary file #347.
  • Improve push command feature to show build log directly into vscode terminal #416.
  • Improve progress representation for long running commands #422
  • Add fix to stop downloading odo/oc when cluster is down #406.
  • Commands executed in vscode terminal always use odo from ~/.vs-openshift directory #305
  • Update packages and transitive dependencies to fix security vulnerabilities.
  • Add more test scenarios and improve code coverage.

v0.0.12

23 Nov 11:58
bab41d4

Choose a tag to compare

  • Add actions to command palette
  • Fixed application name creation validation
  • Commands migrated from explorer view to cluster context
  • Activate extension on any command execution from UI
  • Add --namespace option to all oc calls invoked by 'Open in Browser'
  • Use oc v3.9.0 and odo v0.0.16
  • Fixed unit tests and increase code coverage

v0.0.11

22 Oct 13:51

Choose a tag to compare

Fix minor changes to extension description and update changelog

v0.0.9

05 Oct 16:36

Choose a tag to compare

Initial release of Visual Studio Code extension for Red Hat OpenShift.

Features

  • Login to cluster with auth token or credentials
  • Commands for creating OpenShift resources:
    • Project
    • Application
    • Component
    • Route
    • Storage
    • Service
  • Support for creating components from:
    • Local sources
    • git repository
  • and more