Releases: redhat-developer/vscode-openshift-tools
Releases · redhat-developer/vscode-openshift-tools
1.9.1
What's Changed
- #3342 Sandbox page in
Add OpenShift Cluster
editor stays in 'Detecting' status forever. - #3356 Extension fails to activate when a deleted folder is in the workspace.
Full Changelog: 1.9.0...1.9.1
1.9.0
What's Changed
- #3086 In Devfile search view, you can now filter by debug/deploy support and tags.
- #2781 Add support for Devfile port and name detection.
- #2819 Create a separate terminal pane for all vscode-openshift related commands to run in.
- #3316 Fix bug where invoking "Cloud Events" functions didn't work.
- #2854 Killing terminal from older start dev action stops current dev.
- #3323 Prevent "Create Dev Sandbox" wizard from getting stuck at loading screen.
- #3293 Trying "Create Component" with a mostly empty git repository doesn't work.
- #3324 Remove "Connect on Slack" button in "Dev Sandbox" wizard, since the link no longer works.
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- #3128 Create Serverless Functions based on templates from configured template repositories.
- #3251 Add a walkthrough for creating a Serverless Function from a template.
- #3260 Improve README with content about Serverless Functions.
- #3136 Fix newly created Serverless Functions not appearing in serverless functions view when they are created outside of the workspace.
- #3154 Fix "No such file" error when opening "Create OpenShift Local Cluster".
- #3145 Don't show the current namespace in the Serverless Functions view.
- #3268 Fix Developer Sandbox WebView font color not adapting when switching to a light theme.
- #3272 Fix links to screencasts in READMEs.
- #3091 Depend on vscode-kubernetes while developing and testing the extension.
- #3239 Update crc to 2.26.0.
- #3189 Check for and remove cycles in module dependencies.
- Update many of the extension dependencies.
- Remove many unused extension dependencies.
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- Update odo to 3.13.0 by @github-actions in #3063
- bump v1.7.0 by @vrubezhny in #3106
- listServiceInstances is only used in integration tests #3075 by @vrubezhny in #3107
- Improve contributing documentation by @datho7561 in #3109
- listCatalogComponents is only ever invoked in listCatalogComponentsJs… by @vrubezhny in #3110
- config functionality added by @msivasubramaniaan in #3117
- Updated CONTRIBUTING docs with info on microshift and k3s by @datho7561 in #3118
- Update crc to 2.25.0 by @github-actions in #3119
- Add tree elements including the devfile commands in component views #… by @vrubezhny in #3114
- 3010 create UI for serverless invoke function by @msivasubramaniaan in #3115
- [test] Add integration test suite and test for running a component co… by @vrubezhny in #3125
- Handle importing git repos that already have a Devfile by @datho7561 in #3111
- Don't show card if existing Devfile is used by @datho7561 in #3130
- Background colour for "Create Function" wizard should respect theme. by @rgrunber in #3133
- [test] A test suite and test for verifying a component command tree by @vrubezhny in #3140
- [build] Use Node.js v18.17.1 (LTS) by @vrubezhny in #3141
- [tests] Use Node.js v18 images for component containers by @vrubezhny in #3144
- Update odo to 3.14.0 by @github-actions in #3131
- Implement manage repositories workflow in serverless view by @msivasubramaniaan in #3126
- Dispose of watchers in serverless function code by @datho7561 in #3139
- [tests] Fix File Watcher Utility test - close FileWatcher by @vrubezhny in #3148
- Use correct folder during create component context menu button by @datho7561 in #3149
- Fix suggest component name on Windows by @datho7561 in #3142
- CHANGELOG for 1.7.0 by @datho7561 in #3151
- Wild West Demo App Walkthrough by @datho7561 in #3108
- Sanitize the folder name into a valid component name by @datho7561 in #3152
- Run integration tests on KinD by @datho7561 in #3116
- Add sanitize name to CHANGELOG by @datho7561 in #3153
New Contributors
- @vrubezhny made their first contribution in #3106
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- #2922 Combine different component creation strategies ("From Git", "From Local Folder", "From Template") into one, new UI.
- #3039 Add
Create Component from Folder
context menu item to quickly create components from file explorer - #2993 Create, build, and run KNative Serverless functions
- #3073 Deploy, redeploy, and undeploy KNative Serverless functions
- #3009 Add telemetry events for Serverless Functions view
- #2803 Support binding components to Operator-backed services
- #2962 Contribute "OpenShift Local" and "OpenShift Dev Sandbox" to the vscode-kubernetes' cloud explorer
- #3059 Migrate Jenkins release build to GitHub Actions
- #3021 Fix uninstalling Helm releases
- #3013 Update odo to 3.12.0
- #2878 Prompt to login to a cluster when attempting an action that requires access to a cluster
- #2979 Login with incorrect credentials no longer gives login successful notification
- #2977 Login to Devsandbox button workflow improvement
- #2976 Improve back button style for Add cluster page
- #2965 Prevent users from creating two devfile registries with the same URL
- #2964 Adding a new Devfile registry refreshes the Devfile registry UI
- #2940 During "Import from Git", remove the repo if cloning fails
- #2915 Fix validation of git URLs containing issue numbers during "Import from Git".
- #2910 "Describe Component" context menu now respects
openshiftToolkit.useWebviewInsteadOfTerminalView
. - #2840 Add OpenShift binaries to Dev Containers
- #2808 Prompt to install podman if it's not present on the system (when attempting to run "Dev on Podman")
- #2628 Open in Developer console fails for Kubernetes applications
- #2023 Request if components should be deleted when deleting Application or Project from Application explorer
- #1874 Simplify logging into crc from inside "Create Cluster" wizard
Full Changelog: v1.5.0...1.6.0
Install from Microsoft Visual Studio Code Marketplace or Open VSX Registry.
v1.5.0
What's Changed
- Add 'Show welcome page on startup' checkbox by @JessicaJHee in #2881
- Publish platform-specific VSIXs for OpenVSX. by @rgrunber in #2908
- Fix code scanning issue "incomplete URL substring" by @datho7561 in #2902
- Replace all path separators by @datho7561 in #2907
- Update extension debug documentation by @JessicaJHee in #2911
- Simplify regex to check devfile location by @datho7561 in #2916
- Switch from webpack to esbuild for bundling webviews by @datho7561 in #2914
- Use the extensions from
./test-resources/extensions
during UI tests by @datho7561 in #2920 - Add workflow_dispatch to enable easy manual triggering. by @rgrunber in #2924
- Update crc to 2.20.0 by @github-actions in #2928
- Update odo to 3.11.0 by @github-actions in #2923
- Update package.json by @mohitsuman in #2933
- changed height to rem from vh by @msivasubramaniaan in #2934
- adjusted with marginTop by @msivasubramaniaan in #2935
- Made same style with Devfile Registry and Helm Charts webviews by @msivasubramaniaan in #2942
- Update .gitignore by @msivasubramaniaan in #2944
- updated changelog.md for release 1.5.0 by @msivasubramaniaan in #2945
- Hide deleteConfigurationFiles and deleteSourceFolder option when running by @JessicaJHee in #2946
- Install tools binaries in remote container by @JessicaJHee in #2932
- Show all the devfiles when no devfile.yaml in the git repo by @msivasubramaniaan in #2943
- Add feedback webview by @msivasubramaniaan in #2925
- Update CHANGELOG.md by @mohitsuman in #2947
- prevent to creating the duplicate debug session by @msivasubramaniaan in #2949
- Move download scripts into ./src by @datho7561 in #2950
New Contributors
- @JessicaJHee made their first contribution in #2881
Full Changelog: v1.4.0...v1.5.0
Install from Microsoft Visual Studio Code Marketplace or Open VSX Registry.
v1.4.0
What's Changed
- Add 'Sign in with Red Hat ...' item to Accounts menu when ext activated by @dgolovin in #2861
- Remove the old service create/delete commands by @datho7561 in #2862
- Test case for component creation by importing from git. by @rgrunber in #2868
- Fix "OpenShift: Create" command by @datho7561 in #2865
- Update odo to 3.10.0 by @github-actions in #2870
- Replace "delete component" command by @datho7561 in #2863
- Increase timeouts for "Import from Git" UI test by @datho7561 in #2876
- Integration test suite for
odo
commands we call by @datho7561 in #2866 - Update crc to 2.19.0 by @github-actions in #2880
- fix ui changes in helm chart view by @msivasubramaniaan in #2874
- show circular progress on helm chart during installation by @msivasubramaniaan in #2885
- update walkthrough gif for helm charts by @mohitsuman in #2888
- update readme contents by @mohitsuman in #2892
- updated latest helm 3.11.1 by @msivasubramaniaan in #2899
- added progress bar during chart installation by @msivasubramaniaan in #2897
- removed experimental feature by @msivasubramaniaan in #2898
- updated the latest dev run gif by @msivasubramaniaan in #2900
- updated changelog.md for release 1.4.0 by @msivasubramaniaan in #2901
- Fix extension activation by @datho7561 in #2904
- fix
npm run test
command that running unit tests without coverage by @dgolovin in #2905
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Fixed issues:
- #2132 Add Helm Charts UI in extension
- #2180 Namespace non existent should be handled
- #2658 Fix npm install warnings for packages and their dependencies
- #2788 Add Helm Workflow information in Walkthrough
- #2790 Use odo analyze command to detect devfiles in Import From Git workflow
- #2801 Hide commands that require selecting a component
- #2806 Update the CRC version to latest in OpenShift Toolkit
- #2809 Add reference of podman keyword in the extension keywords section
- #2812 'Show Logs' and 'Follow logs' commands doesn't work when dev is running on podman
- #2823 Trying to load a helm chart fails
- #2830 Changing the show/follow log output to webview based editor results in empty page
- #2836 updated Node.js 16 in GH workflow actions
- #2839 disable next button until user selects the installed location of local CRC
- #2843 added null check for starter project
- #2845 Helm charts view is loading indefinitely
- #2848 Helm Charts doesn't appear in context menu until you switch namespaces
- #2852 Add --forward-localhost on podman dev
Download VSIX for your platform using links below:
- Windows amd64 (SHA256) and arm64 (SHA256)
- Linux amd64 (SHA256)
- MacOS amd64 (SHA256) and arm64 (SHA256)
Install from Microsoft Visual Studio Code Marketplace or Open VSX Registry.
v1.2.0
Fixed issues:
- #2553 Use 'workbench.action.openIssueReporter' to report issues for the extension
- #2771
Open in Browser
command does not work for components running in dev mode on podman - #2764 Update odo to v3.6.0 release
- #2757 Quickly create component form the current workspace
- #2755 Unknown flag --run-on when use
Start Dev on Podman
- #2745 Update Red Hat Authentication extension to v0.1.0
- #2725 Active and disabled 'Create Component' buttons look the same
- #2724 Incorrect error 'rate limit is exceeded' in case of connectivity issues
- #2035 Check devfile version is 2.0.0 before using it in odo --devfile option
Download VSIX for your platform using links below:
- Windows amd64 (SHA256) and arm64 (SHA256)
- Linux amd64 (SHA256)
- MacOS amd64 (SHA256) and arm64 (SHA256)
Install from Microsoft Visual Studio Code Marketplace or Open VSX Registry.