Skip to content

Releases: redhat-developer/vscode-openshift-tools

v0.0.12

23 Nov 11:58
bab41d4
Compare
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
Compare
Choose a tag to compare

Fix minor changes to extension description and update changelog

v0.0.9

05 Oct 16:36
Compare
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