Releases: redhat-developer/vscode-openshift-tools
Releases · redhat-developer/vscode-openshift-tools
v0.0.22
v0.0.21
- Added dependency to Kubernetes extension from Microsoft
- Extend Kubernetes Clusters tree view
- Added Kubernetes Clusters view back to the OpenShift views container
v0.0.20
- 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 withopen
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
v0.0.18
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
odo
andoc
updated to latest releases v0.0.19 and v3.11.0 respectivelyOpenShift: Describe Service
command added for Services inOpenShift 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
- 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
- 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
- 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
- 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.