All notable changes to the "vscode-knative" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add Eventing tree
- Set it to read Eventing data and display it.
- Some Eventing concepts support displaying yaml.
- Update
kn
from 0.14.0 to 0.18.1 - Update
kubectl
from 1.18.3 to 1.18.8 - Fix bug; Error thrown when modifying a Service for the first time.
- Fix bug; Allow deleting of tagged Revisions
- Add schema validation for Service YAML files.
- Edit Service YAML files and Apply them to the cluster.
- Add ability to add Tags to Revisions
- Display tags on Revisions
- Set Routes for any Revision with Traffic
- Add traffic percentage to the revision
- Hide some unreachable commands from palette
- Updated version of the
kn
cli to 0.14.0 - Removed double name displayed in the tree
- Added support for refresh when kubeconfig ENV changes
- Display yaml file for Services and Revisions when selected.
- Support Deletion of Services and Revisions
- Display Revisions for each Service.
- Patch to display icons in the explorer tree.
- Feature added to allow you to create a new knative service.
- This initial release is limited to just making a service with the name and image url.
- Patch to allow locally built versions of the
kn
cli tool. - Patch to add a
Refresh
button the explorer. - Patch to fix the
Report Issue
button in the exporer. - Patch to add a default value when no Service is found.
- Patch to update the kn cli tool to v0.11.0.
- Patch to fix download of cli tool.
- Initial release