This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Releases: camel-tooling/vscode-camelk
Releases · camel-tooling/vscode-camelk
0.0.32
0.0.16 - upgrade to Camel K 1.1.0
This release fixes the issues encountered with the last runtime update.
- Update default runtime version to v1.1.0
- Fix runtime retrieval to use more of the GitHub API to determine download location via browser_download_url
Log view, task, and auto-upgrade fixes
This release includes:
- Numerous security version bumps
- Update to Apache Camel K Runtime version 1.0.0-RC2
- A new Log view window that can be moved more easily around the IDE
- New options to see the logs for the Camel K Operator and Integration kits
- The ability to create new tasks to launch more complex integrations consistently
0.0.12
The CLI release
- Remove Rest Proxy functionality
- Automatically download the kubectl and kamel CLI tools
- Clean up underlying code to consistently call kubectl and kamel for all actions
- Add optional namespace support
- Update several NPM versions and fix any security vulnerabilities
Config Map and Secret Support
- Added ability to deploy integrations with associated Kubernetes ConfigMaps or Secrets
- Added ability to create Kubernetes ConfigMaps or Secrets
- Began migrating away from direct Kubectl calls in favor of using the Kubernetes API component
- Changed 'Camel-K' to 'Apache Camel K' across the board for consistency
- Added tests for ConfigMap and Secret utilities
- Added Kotlin
- Moved menus to separate group to avoid cluttering up the Explorer context menu as much
Several improvements
Several improvements for this release:
- Addition of visual indicators in the Camel-K Integrations view to show state
- Additional status bar messages indicating events in flight
- New setting to turn off status bar messages (in case status bar gets too crowded)
- Fixes for a few minor things
Check the readme for details
Adding Kubernetes Rest support
issue #40 - updating readme with latest details (#41) Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
Streamline menus and update refresh
updating changelog ahead of 0.0.3 release (#23) Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
Fix readme
update version to 0.0.2 and fix readme image problem (#15) Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>