-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create proper changelog for the first 2 releases (#31)
- Loading branch information
1 parent
94c2829
commit cac5e1c
Showing
1 changed file
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
# 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 |