Skip to content

Commit

Permalink
Bump version to 0.5.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Feb 28, 2023
1 parent b8cbf41 commit 3cb4e20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.0] - 2023-02-28

### Changed

- Support Kubernetes 1.25 ([#29](https://github.com/cybozu-go/pod-security-admission/pull/29))
- Build with go 1.20
- Update Ubuntu to 22.04
- Update dependencies

## [0.4.0] - 2023-01-31

### Added
Expand Down Expand Up @@ -53,7 +62,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.4.0...HEAD
[Unreleased]: https://github.com/cybozu-go/pod-security-admission/compare/v0.5.0...HEAD
[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
[0.2.4]: https://github.com/cybozu-go/pod-security-admission/compare/v0.2.3...v0.2.4
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.4.0
newTag: 0.5.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.4.0"
const version = "0.5.0"

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

0 comments on commit 3cb4e20

Please sign in to comment.