Releases: redhat-developer/vscode-openshift-tools
Releases Β· redhat-developer/vscode-openshift-tools
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 Foldercontext 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/extensionsduring 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
odocommands 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 testcommand 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 Browsercommand 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.
v1.1.2
v1.1.1
Fixed issues:
- #2738 Git repository validation never ends on Mac M1
- #2737 VSCode offers to install extension v0.2.9 on Mac M1
Download VSIX for your platform using links below:
Install from Microsoft Visual Studio Code Marketplace or Open VSX Registry.
v1.1.0
- #2700 Missing word in error message in Import from Git wizard
- #2726 Changing git repository field after validation does not invalidate valid state of the form
- #2718 Is it possible to change the colors of the YML keys?
- #2711 Migrate to odo 3.4.0
- #2710 remove patternfly dependencies from OpenShift Toolkit
- #2709 Fix the GitHub Readme badge error
- #2705 Devfile Registry View does not show errors for connectivity related issues and stays in 'Loading Registry View' mode forever
- #2701 Show and Follow log is not shown when set to open in web view
- #2700 Missing word in error message in Import from Git wizard
- #2693 Login to cluster does not work
- #2690 Support podman workflow using odo
- #2689 Update @material-ui/core package
- #2688 Update odo to v3.3.0
- #2685 OpenShift Local workflow broken in Windows
- #2682 Cannot create project with name of previously deleted project
- #2681 Cancel git clone process if user exists Import from Git workflow
- #2676 Enable odo telemetry based on current vscode telemetry opt-in status
- #2674 Unable to select devfile registry in git import when multiple devfile registry configured
- #2671 Unable to create component from Get started page view
- #2667 Support odo 3.2.0 workflow
- #2666 Typo: Component name spell error
- #2608 Debug session failed to start
- #2598 Manage Kubernetes Context Action
- #2579 Add Browse actions in registry view
- #2577 Registry view is empty by default when OpenShift extension is opened
- #2562 Perform odo v3 migration testing
- #2559 Enable telemetry for odo calls if user consents to telemetry request for the extension
- #2465 Detect debugger ext for component using devfile's language tags in the registry
- #1802 Provide a way to remove clusters from the list
v1.0.0
- #2651 Add analyze button in git import
- #2646 Component creation success message still shows Push information
- #2644 Deploy command is not shown even if deploy is true in odo describe
- #2640 Update readme gifs and information with latest workflow
- #2637 Components view refresh does not pickup changes from devfiles
- #2636 Context folder quick pick list should exclude folders with components
- #2632 Update Getting Started gifs with latest workflow
- #2621 Add Undeploy command for the components
- #2615 'Add Registry' command always triggers 'Edit Registry' workflow after Registry item selected in view
- #2607 Start dev results in stucked "dev starting" state
- #2605 Cannot change active project under OS connection
- #2604 Logging out of the cluster (crc) throws an error notification: All promises were rejected
- #2603 Add parsing of kubeconfig file, empty kube config file throws an error: Cannot read properties of undefined (reading 'clusters')
- #2597 Add Default kubeconfig File at the top of the cluster connected to
- #2595 Change the icon of
change active project - #2594 OpenShift welcome page layout breaks when zoomed in
- #2593 Open .kubeconfig in editor
- #2591 Update Readme with 1.0 changes and odov3 support
- #2590 Follow logs commands fails with error
- #2588 Odo logo output is missing in terminal when starting dev on k8s cluster
- #2582 Show the application explorer using the cluster and project structure
- #2580 Force stop dev fails with the following error
- #2578 Created component notification says is should be pushed into cluster, wrong description
- #2577 Registry view is empty by default when OpenShift extension is opened
- #2576 Application Explorer options (buttons) are missing and only "loaded-context" item is present when no kubeconfig is set
- #2574 Project creation does not do anything in Application Explorer
- #2573 Show current context only if it is active
- #2572 Change message for create component
- #2571 start dev fails for any component created
- #2568 Improve sandbox workflow and go directly to 'Copy Login Command' page
v0.7.0
- #2546 Support crc 2.9.0 in the extension
- #2533 Card Modal should use more width and be bigger
- #2532 Improve UX for devfile registry View
- #2531 Fix starter project card layout
- #2523 Registry Viewer: Selected item in starter projects list easily confused with buttons
- #2522 Registry Viewer: Devfile details view has two scroll bars
- #2521 Registry Viewer: White frame apperas when devfile selected
- #2520 SandBox Workflow: Use theme colors in forms for PhoneInput and Button components
- #2516 Add color labels to registry views added by the user
- #2461 Java debug fails for any java based devfile
- #2402 Design a new Welcome Page with Instructions and Feature sets