Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

81 lines (49 loc) · 2.03 KB

Change Log

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.

0.9.0 (2020/11/18)

  • Add Eventing tree
    • Set it to read Eventing data and display it.
    • Some Eventing concepts support displaying yaml.

0.8.1 (2020/10/17)

  • 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

0.8.0 (2020/09/15)

  • Add schema validation for Service YAML files.

0.7.0 (2020/08/05)

  • Edit Service YAML files and Apply them to the cluster.

0.6.0 (2020/06/08)

  • Add ability to add Tags to Revisions
  • Display tags on Revisions
  • Set Routes for any Revision with Traffic

0.5.0 (2020/06/02)

  • Add traffic percentage to the revision
  • Hide some unreachable commands from palette

0.4.1 (2020/05/22)

  • 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

0.4.0 (2020/05/11)

  • Display yaml file for Services and Revisions when selected.
  • Support Deletion of Services and Revisions

0.3.0 (2020/04/22)

  • Display Revisions for each Service.

0.2.1 (2020/04/08)

  • Patch to display icons in the explorer tree.

0.2.0 (2020/04/07)

  • 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.

0.1.4 (2020/03/13)

  • 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.

0.1.3 (2020/03/08)

  • Patch to update the kn cli tool to v0.11.0.

0.1.2 (2020/03/07)

  • Patch to fix download of cli tool.

0.1.0 (2020/02/15)

  • Initial release