From b2d6700c24095320e56f0fb46ac35e38af5973dc Mon Sep 17 00:00:00 2001 From: woodpecker-bot <89799003+woodpecker-bot@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:19:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=201.0.0=20(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Anbraten --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++++++ charts/woodpecker/Chart.yaml | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9cc0476..d93f9e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## [1.0.0](https://github.com/woodpecker-ci/helm/releases/tag/1.0.0) - 2023-11-27 + +### ❤️ Thanks to all contributors! ❤️ + +@renovate[bot], @pat-s, @genofire + +### 💥 Breaking changes + +- Move charts to sub-folder [[#101](https://github.com/woodpecker-ci/helm/pull/101)] +- Remove dind [[#90](https://github.com/woodpecker-ci/helm/pull/90)] + +### ✨ Features + +- feat(woodpecker-server)!: add monitoring resources and other improvements [[#94](https://github.com/woodpecker-ci/helm/pull/94)] + +### 🐛 Bug Fixes + +- Correctly condition `volumeMounts` [[#98](https://github.com/woodpecker-ci/helm/pull/98)] + +### Misc + +- chore(deps): update dependency woodpecker-ci/woodpecker to v2 [[#127](https://github.com/woodpecker-ci/helm/pull/127)] +- chore(deps): update dependency woodpecker-ci/woodpecker to v1.0.5 [[#126](https://github.com/woodpecker-ci/helm/pull/126)] +- Add `helm-unittests` skeleton and assert `extraVolumes` and `extraVolumeMounts` [[#121](https://github.com/woodpecker-ci/helm/pull/121)] +- Add precommit and apply fixes [[#120](https://github.com/woodpecker-ci/helm/pull/120)] +- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.0.3 [[#124](https://github.com/woodpecker-ci/helm/pull/124)] +- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.0.2 [[#123](https://github.com/woodpecker-ci/helm/pull/123)] +- fix: image with v version prefix [[#122](https://github.com/woodpecker-ci/helm/pull/122)] +- Prepend 'v' to appVersion [[#117](https://github.com/woodpecker-ci/helm/pull/117)] +- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1 [[#114](https://github.com/woodpecker-ci/helm/pull/114)] +- chore(deps): update alpine/helm docker tag to v3.13.2 [[#115](https://github.com/woodpecker-ci/helm/pull/115)] +- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v0.7.0 [[#112](https://github.com/woodpecker-ci/helm/pull/112)] +- chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.10.1 [[#111](https://github.com/woodpecker-ci/helm/pull/111)] +- chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.10.0 [[#109](https://github.com/woodpecker-ci/helm/pull/109)] +- chore(deps): update quay.io/helmpack/chart-releaser docker tag to v1.6.1 [[#108](https://github.com/woodpecker-ci/helm/pull/108)] +- chore(deps): update appleboy/drone-git-push docker tag to v1.0.6 [[#106](https://github.com/woodpecker-ci/helm/pull/106)] +- Update docs and remove OCI WF [[#102](https://github.com/woodpecker-ci/helm/pull/102)] +- chore(deps): update alpine/helm docker tag to v3.13.1 [[#100](https://github.com/woodpecker-ci/helm/pull/100)] + ## [0.4.2](https://github.com/woodpecker-ci/helm/releases/tag/0.4.2) - 2023-10-13 ### ❤️ Thanks to all contributors! ❤️ diff --git a/charts/woodpecker/Chart.yaml b/charts/woodpecker/Chart.yaml index 1bbc2e5e..02b2d05a 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: 0.4.2 +version: 1.0.0 # renovate: datasource=github-releases depName=woodpecker-ci/woodpecker extractVersion=^v(?.*)$ appVersion: 2.0.0 home: https://woodpecker-ci.org/