Skip to content

Commit

Permalink
chore(changelog): add v1.12.1 changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Nussbaumer <clement.nussbaumer@postfinance.ch>
  • Loading branch information
clementnuss committed Apr 5, 2024
1 parent 7d06dea commit 5cfd422
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## [1.12.1] - 2024-04-05

**Full Changelog**: https://github.com/postfinance/kubenurse/compare/v1.12.0...1.12.1

### 📚 Documentation

- *(README)* Add background to drawings - ([bb1a24d](https://github.com/postfinance/kubenurse/commit/bb1a24d70cfd1004d4ac59640a4d8a706ab53cba))

### Build

- *(ci)* Switch branch name to main - ([7d06dea](https://github.com/postfinance/kubenurse/commit/7d06deac3f4d4170e8d15650d03f1dfb19ecc773))
- *(helm)* Add values.histogram_buckets option - ([9824bc7](https://github.com/postfinance/kubenurse/commit/9824bc72de66ebc6474a149cd19491f1175de335))


## [1.12.0] - 2024-04-05

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

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


## [1.11.0] - 2024-03-15
Expand Down

0 comments on commit 5cfd422

Please sign in to comment.