diff --git a/CHANGELOG.md b/CHANGELOG.md index a96f020b..569521a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,28 @@ - - # Changelog +## [1.3.0](https://github.com/woodpecker-ci/helm/releases/tag/1.3.0) - 2024-04-18 + +### ❤️ Thanks to all contributors! ❤️ + +@antaanimosity, @pat-s + +### 📈 Enhancement + +- Improve agent sts pvc tests [[#185](https://github.com/woodpecker-ci/helm/pull/185)] + +### 🐛 Bug Fixes + +- Correctly apply extraVolumes and extraVolumeMounts [[#183](https://github.com/woodpecker-ci/helm/pull/183)] + +### Misc + +- Fix wp syntax in workflow file [[#177](https://github.com/woodpecker-ci/helm/pull/177)] +- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.1 [[#188](https://github.com/woodpecker-ci/helm/pull/188)] +- chore(deps): update alpine/helm docker tag to v3.14.4 [[#187](https://github.com/woodpecker-ci/helm/pull/187)] +- Add CODEOWNERS [[#186](https://github.com/woodpecker-ci/helm/pull/186)] +- [pre-commit.ci] pre-commit autoupdate [[#184](https://github.com/woodpecker-ci/helm/pull/184)] +- chore(deps): update dependency helm-unittest/helm-unittest to v0.4.4 [[#180](https://github.com/woodpecker-ci/helm/pull/180)] + ## [1.2.3](https://github.com/woodpecker-ci/helm/releases/tag/1.2.3) - 2024-03-20 ### ❤️ Thanks to all contributors! ❤️ diff --git a/charts/woodpecker/Chart.yaml b/charts/woodpecker/Chart.yaml index 1a6a1695..e7069aa1 100644 --- a/charts/woodpecker/Chart.yaml +++ b/charts/woodpecker/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: woodpecker description: A Helm chart for Woodpecker CI type: application -version: 1.2.3 +version: 1.3.0 # renovate: datasource=github-releases depName=woodpecker-ci/woodpecker extractVersion=^v(?.*)$ appVersion: 2.4.1 home: https://woodpecker-ci.org/