Skip to content

Commit

Permalink
Merge pull request #28 from cybozu-go/bump-0.4.0
Browse files Browse the repository at this point in the history
Bump version to 0.4.0
  • Loading branch information
masa213f authored Jan 31, 2023
2 parents 0c62a6e + 196c4ab commit 3a35caf
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.4.0] - 2023-01-31

### Added

- Allow net.ipv4.ip_unprivileged_port_start (#27)

## [0.3.0] - 2022-10-06

### Added
Expand Down Expand Up @@ -47,7 +53,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.3.0...HEAD
[Unreleased]: https://github.com/cybozu-go/pod-security-admission/compare/v0.4.0...HEAD
[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
[0.2.3]: https://github.com/cybozu-go/pod-security-admission/compare/v0.2.2...v0.2.3
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.3.0
newTag: 0.4.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.3.0"
const version = "0.4.0"

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

0 comments on commit 3a35caf

Please sign in to comment.