Releases: redhat-developer/vscode-openshift-tools
Releases · redhat-developer/vscode-openshift-tools
v0.0.18
Changes:
- Update to use
odo v0.0.20 - Support
referenceoption 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 Channelto command palette - Allow user to directly create components with 3 different options using command palette
- Split
OpenShift: Login into Clusterto 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
odoandocupdated to latest releases v0.0.19 and v3.11.0 respectivelyOpenShift: Describe Servicecommand added for Services inOpenShift Application Explorerview- Duplicate name validation added when creating new OpenShift resources in cluster
- When deleting resource from cluster
OpenShift Application Explorerview 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
pushcommand 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-openshiftdirectory #305 - Update packages and transitive dependencies to fix security vulnerabilities.
- Add more test scenarios and improve code coverage.
v0.0.12
- 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.0andodo v0.0.16 - Fixed unit tests and increase code coverage
v0.0.11
Fix minor changes to extension description and update changelog
v0.0.9
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