Skip to content

Commit

Permalink
Merge pull request #31 from cybozu-go/bump-0.2.0
Browse files Browse the repository at this point in the history
Bump version to 0.2.0
  • Loading branch information
zoetrope authored Oct 26, 2021
2 parents 6ee915b + d3b8628 commit 7965298
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,30 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.0] - 2021-10-26

### Added

- Add `kubectl-accurate template list` sub command [#9](https://github.com/cybozu-go/accurate/pull/9)
- Add Helm chart [#11](https://github.com/cybozu-go/accurate/pull/11)

### Changed

- Change LICENSE from MIT to Apache 2 [#5](https://github.com/cybozu-go/accurate/pull/5)
- Allow shell glob patterns for label/annotation keys [#8](https://github.com/cybozu-go/accurate/pull/8)
- Add ResourceQuota propagation to the default setting [#15](https://github.com/cybozu-go/accurate/pull/15)

### Fixed

- Add role to view all resources for propagate resource [#21](https://github.com/cybozu-go/accurate/pull/21)
- Import auth plugin in kubectl-accurate [#27](https://github.com/cybozu-go/accurate/pull/27)
- Fix infinite reconciliation on non-existent namespaces [#28](https://github.com/cybozu-go/accurate/pull/28)
- Do not delete non-propagated resources in template/root namespaces [#29](https://github.com/cybozu-go/accurate/pull/29)

## [0.1.0]

This is the first public release.

[Unreleased]: https://github.com/cybozu-go/accurate/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/cybozu-go/accurate/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/cybozu-go/accurate/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/cybozu-go/accurate/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...v0.1.0
2 changes: 2 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ It should look like:
GitHub actions will build and push artifacts such as container images and
create a new GitHub release.

8. [Release Chart](https://github.com/cybozu-go/accurate/tree/main/charts/accurate#release-chart)

[semver]: https://semver.org/spec/v2.0.0.html
[example]: https://github.com/cybozu-go/etcdpasswd/commit/77d95384ac6c97e7f48281eaf23cb94f68867f79
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ configMapGenerator:

images:
- name: ghcr.io/cybozu-go/accurate
newTag: 0.1.0
newTag: 0.2.0
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package accurate

// Version represents the version of accurate.
const Version = "0.1.0"
const Version = "0.2.0"

0 comments on commit 7965298

Please sign in to comment.