Skip to content

Commit 9b5c75d

Browse files
committed
Bump version to 0.12.0
1 parent d9c77b2 commit 9b5c75d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.12.0] - 2026-01-19
9+
### Changed
10+
- Support k8s 1.33 (#56)
11+
812
## [0.11.0] - 2025-06-05
913
### Changed
1014
- Support k8s 1.32 (#53)
@@ -74,7 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7478
### Changed
7579
### Removed
7680

77-
[Unreleased]: https://github.com/cybozu-go/tenet/compare/v0.11.0...HEAD
81+
[Unreleased]: https://github.com/cybozu-go/tenet/compare/v0.12.0...HEAD
82+
[0.12.0]: https://github.com/cybozu-go/tenet/compare/v0.11.0...v0.12.0
7883
[0.11.0]: https://github.com/cybozu-go/tenet/compare/v0.10.1...v0.11.0
7984
[0.10.1]: https://github.com/cybozu-go/tenet/compare/v0.10.0...v0.10.1
8085
[0.10.0]: https://github.com/cybozu-go/tenet/compare/v0.9.0...v0.10.0

charts/tenet/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.11.0
18+
version: 0.12.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 0.11.0
24+
appVersion: 0.12.0

0 commit comments

Comments
 (0)