Skip to content

Commit

Permalink
🎉 Release 1.0.0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Anbraten <[email protected]>
  • Loading branch information
woodpecker-bot and anbraten authored Nov 27, 2023
1 parent cfd1943 commit b2d6700
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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! ❤️
Expand Down
2 changes: 1 addition & 1 deletion charts/woodpecker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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(?<version>.*)$
appVersion: 2.0.0
home: https://woodpecker-ci.org/
Expand Down

0 comments on commit b2d6700

Please sign in to comment.