From cac5e1cde6f090763a0c4986565a7d29d16444d3 Mon Sep 17 00:00:00 2001 From: Taras Novak Date: Tue, 31 Aug 2021 12:01:06 -0500 Subject: [PATCH] create proper changelog for the first 2 releases (#31) --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 220de4ca..f81ea857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,57 @@ # Change Log -All notable changes to the "weave-gitops-tools" extension will be documented in this file. +See [releases](https://github.com/weaveworks/vscode-gitops-tools/releases) for source code and `vscode-gitops-tools.vsix` extension package download. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +# v0.2.0 - [2021-08-31] -## [Unreleased] +- [#8](https://github.com/weaveworks/vscode-gitops-tools/issues/8) +Create custom GitOps Terminal +- [#10](https://github.com/weaveworks/vscode-gitops-tools/issues/10) +Create custom GitOps Clusters Tree View +- [#18](https://github.com/weaveworks/vscode-gitops-tools/issues/18) +Provide Kubernetes enabled sample application repos, staging environment, and account for testing +- [#19](https://github.com/weaveworks/vscode-gitops-tools/issues/19) +Create GitOps Repositories/Sources tree view +- [#20](https://github.com/weaveworks/vscode-gitops-tools/issues/20) +Create Cluster Deployments tree view +- [#22](https://github.com/weaveworks/vscode-gitops-tools/issues/22) +Add Kubernetes Tools API integration +- [#25](https://github.com/weaveworks/vscode-gitops-tools/issues/25) +Refactor tree views and data providers to support clusters, sources and deployments +- [#26](https://github.com/weaveworks/vscode-gitops-tools/issues/26) +Cleanup new editor config and linters update +- [#31](https://github.com/weaveworks/vscode-gitops-tools/issues/31) +Create changelog for the first 2 iteration releases +- [#33](https://github.com/weaveworks/vscode-gitops-tools/issues/33) +Refactor kubernetesTools interface +- [#35](https://github.com/weaveworks/vscode-gitops-tools/issues/35) +Add Flux check --pre on extension initialization -- Initial release \ No newline at end of file +# v0.1.0 - [2021-08-24] + +- [#1](https://github.com/weaveworks/vscode-gitops-tools/issues/1) +Create gitops extension code base setup +- [#2](https://github.com/weaveworks/vscode-gitops-tools/issues/2) +Review vscode k8s tools extension, commands, and potential api integrations +- [#3](https://github.com/weaveworks/vscode-gitops-tools/issues/3) +Create GitOps view container +- [#4](https://github.com/weaveworks/vscode-gitops-tools/issues/4) +Add extra gitOps extension metadata info to manifest +- [#5](https://github.com/weaveworks/vscode-gitops-tools/issues/5) +Add MPL-2.0 license file +- [#6](https://github.com/weaveworks/vscode-gitops-tools/issues/6) +Add Red Hat YAML vscode extension dependency +- [#7](https://github.com/weaveworks/vscode-gitops-tools/issues/7) +Add gitops-logo.svg and png icons for extension and gitops view container in activity bar +- [#9](https://github.com/weaveworks/vscode-gitops-tools/issues/9) +Add GitOps Documentation view to the GitOps sidebar +- [#12](https://github.com/weaveworks/vscode-gitops-tools/issues/12) +Add Kubernetes Tools extension dependency +- [#13](https://github.com/weaveworks/vscode-gitops-tools/issues/13) +Use GitOps for extension name, commands, and views, and drop Weave references +- [#14](https://github.com/weaveworks/vscode-gitops-tools/issues/14) +Add Dev Build instructions to README.md +- [#15](https://github.com/weaveworks/vscode-gitops-tools/issues/15) +Add GitOps extension Packaging and Installation instructions to README.md +- [#16](https://github.com/weaveworks/vscode-gitops-tools/issues/16) +Add Kubernetes Tools Dependencies section to README.md