Skip to content

Commit 5cfd422

Browse files
committed
chore(changelog): add v1.12.1 changelog
Signed-off-by: Clément Nussbaumer <clement.nussbaumer@postfinance.ch>
1 parent 7d06dea commit 5cfd422

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
username: ${{ secrets.DOCKERHUB_USERNAME }}
2121
password: ${{ secrets.DOCKERHUB_TOKEN }}
2222
- name: GoReleaser
23-
uses: goreleaser/goreleaser-action@v4
23+
uses: goreleaser/goreleaser-action@v5
2424
with:
2525
version: latest
2626
args: release --rm-dist

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.12.1] - 2024-04-05
2+
3+
**Full Changelog**: https://github.com/postfinance/kubenurse/compare/v1.12.0...1.12.1
4+
5+
### 📚 Documentation
6+
7+
- *(README)* Add background to drawings - ([bb1a24d](https://github.com/postfinance/kubenurse/commit/bb1a24d70cfd1004d4ac59640a4d8a706ab53cba))
8+
9+
### Build
10+
11+
- *(ci)* Switch branch name to main - ([7d06dea](https://github.com/postfinance/kubenurse/commit/7d06deac3f4d4170e8d15650d03f1dfb19ecc773))
12+
- *(helm)* Add values.histogram_buckets option - ([9824bc7](https://github.com/postfinance/kubenurse/commit/9824bc72de66ebc6474a149cd19491f1175de335))
13+
14+
115
## [1.12.0] - 2024-04-05
216

317
**Full Changelog**: https://github.com/postfinance/kubenurse/compare/v1.11.0...v1.12.0
@@ -27,6 +41,7 @@
2741

2842
- *(deps)* Bump k8s.io/api from 0.29.2 to 0.29.3 - ([4cd0aa4](https://github.com/postfinance/kubenurse/commit/4cd0aa49eeea2c1458ed1a237f8d28ef93d59129))
2943
- *(deps)* Bump k8s.io/client-go from 0.29.2 to 0.29.3 - ([c883fb1](https://github.com/postfinance/kubenurse/commit/c883fb1b3a6063c9fed3bfdb661dc735df4d1d3b))
44+
- Tailor git-cliff to add scope to changelog + release v1.12.0 - ([aa8c556](https://github.com/postfinance/kubenurse/commit/aa8c5566bf9e40421bd1579b57efa15b05828281))
3045

3146

3247
## [1.11.0] - 2024-03-15

0 commit comments

Comments
 (0)