Skip to content

Commit

Permalink
cut release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Oct 16, 2021
1 parent 928358c commit 701e841
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

<a name="v0.6.0"></a>
## [v0.6.0] - 2021-10-16
### Feature
- add --batch flag to `service reconcile` to configure max amount of k8s resources to process with jq to help speedup initial startup
- enable k8s controller mode with new command `service reconcile`


<a name="v0.5.1"></a>
## [v0.5.1] - 2021-10-04
### Bugfix
Expand Down Expand Up @@ -259,6 +266,7 @@
<a name="v0.0.1"></a>
## v0.0.1 - 2021-03-25

[v0.6.0]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.4.9...v0.5.0
[v0.4.9]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.4.8...v0.4.9
Expand Down
11 changes: 6 additions & 5 deletions src/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

<a name="v0.5.1"></a>
## [v0.5.1] - 2021-10-04
### Bugfix
- 0.5.0 docker image didn't run after refactor
<a name="v0.6.0"></a>
## [v0.6.0] - 2021-10-16
### Feature
- add --batch flag to `service reconcile` to configure max amount of k8s resources to process with jq to help speedup initial startup
- enable k8s controller mode with new command `service reconcile`


[v0.5.1]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.5.0...v0.5.1
[v0.6.0]: https://github.com/OpsLevel/kubectl-opslevel/compare/v0.5.1...v0.6.0

0 comments on commit 701e841

Please sign in to comment.