Skip to content

Commit

Permalink
Merge pull request #32 from cybozu-go/bump-0.6.0
Browse files Browse the repository at this point in the history
Bump version to 0.6.0
  • Loading branch information
umezawatakeshi committed Mar 31, 2023
2 parents c18f855 + fedc8f4 commit 8fb1b8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.0] - 2023-03-31

### Changed

- increase the default number of replicas (#31)

## [0.5.0] - 2023-02-28

### Changed
Expand Down Expand Up @@ -62,7 +68,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This is the first release.

[Unreleased]: https://github.com/cybozu-go/pod-security-admission/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/cybozu-go/pod-security-admission/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/cybozu-go/pod-security-admission/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/cybozu-go/pod-security-admission/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/cybozu-go/pod-security-admission/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/cybozu-go/pod-security-admission/compare/v0.2.4...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resources:

images:
- name: pod-security-admission
newTag: 0.5.0
newTag: 0.6.0
newName: quay.io/cybozu/pod-security-admission

generatorOptions:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package psa

const version = "0.5.0"
const version = "0.6.0"

// Version returns the semantic versioning string of pod-security-admission.
func Version() string {
Expand Down

0 comments on commit 8fb1b8c

Please sign in to comment.