Skip to content

Releases: redhat-developer/vscode-openshift-tools

v0.0.22

18 Jun 14:13
Compare
Choose a tag to compare
  • #888 Prettify json in OpenShift Output Channel
  • #882 Add BuildConfig and Builds to Clusters View
  • #835 Provide keybinding for Login, push and refresh commands
  • #873 Hide session token when used for log in to the cluster

v0.0.21

17 May 19:51
1e4c743
Compare
Choose a tag to compare
  • Added dependency to Kubernetes extension from Microsoft
  • Extend Kubernetes Clusters tree view
    • #853 Show OpenShift icon for OpenShift clusters
    • #851 Show OpenShift resources
      • Projects
      • Templates
      • Deployment Configs under Workloads node
      • Image Streams under Workloads node
      • Routes under Network node
    • #852 Add Use Project command for switching between Projects
  • Added Kubernetes Clusters view back to the OpenShift views container

v0.0.20

02 May 08:19
Compare
Choose a tag to compare
  • URL management for a component in Application Explorer
    • Showcase URL names as child nodes inside a component in Application Explorer
    • Allow Delete and Open in Browser for an individual URL
    • Display hostname and port information when selecting the URL to open in browser
  • Add OpenShift Connector: Output verbosity level setting. This helps to configure Output verbosity level (value between 0 and 9) for OpenShift Create, Push and Watch commands in output channel and terminal view
  • Remove deprecated opn module with open npm module
  • Nodes are sorted alphabetically in Explorer view
  • .vsix files are added to the release builds

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.19

19 Apr 12:48
Compare
Choose a tag to compare
update readme with latest gif

v0.0.18

21 Mar 06:14
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.