Skip to content

Commit

Permalink
πŸŽ‰ Release 2.0.0 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodpecker-bot authored Nov 25, 2024
1 parent 98d0830 commit 44a3311
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## [2.0.0](https://github.com/woodpecker-ci/helm/releases/tag/2.0.0) - 2024-11-24

### ❀️ Thanks to all contributors! ❀️

@pat-s, @wrenix

### πŸ’₯ Breaking changes

- Auto-create `WOODPECKER_AGENT_SECRET` secret [[#228](https://github.com/woodpecker-ci/helm/pull/228)]

### ✨ Features

- feat(woodpecker): add network-polices [[#252](https://github.com/woodpecker-ci/helm/pull/252)]

### πŸ“š Documentation

- Optimize README [[#254](https://github.com/woodpecker-ci/helm/pull/254)]

### πŸ“ˆ Enhancement

- fix: regressions of #228 [[#247](https://github.com/woodpecker-ci/helm/pull/247)]

### πŸ› Bug Fixes

- fix(server): add group name of prometheus-rules [[#246](https://github.com/woodpecker-ci/helm/pull/246)]

### πŸ“¦οΈ Dependency

- chore(deps): update docker.io/pipelinecomponents/yamllint docker tag to v0.33.0 [[#260](https://github.com/woodpecker-ci/helm/pull/260)]
- chore(deps): update pre-commit hook davidanson/markdownlint-cli2 to v0.15.0 [[#259](https://github.com/woodpecker-ci/helm/pull/259)]

### Misc

- Remove custom package rules and config [[#258](https://github.com/woodpecker-ci/helm/pull/258)]
- fix: update tarball output dir [[#257](https://github.com/woodpecker-ci/helm/pull/257)]
- chore(deps): update docker.io/alpine/helm docker tag to v3.16.3 [[#255](https://github.com/woodpecker-ci/helm/pull/255)]
- Refine CODEOWNER [[#256](https://github.com/woodpecker-ci/helm/pull/256)]
- chore: format via prettier [[#253](https://github.com/woodpecker-ci/helm/pull/253)]
- chore(deps): update docker.io/appleboy/drone-git-push docker tag to v1.1.1 [[#250](https://github.com/woodpecker-ci/helm/pull/250)]
- chore(deps): update docker.io/alpine/helm docker tag to v3.16.3 [[#249](https://github.com/woodpecker-ci/helm/pull/249)]
- chore(deps): update alpine/helm docker tag to v3.16.3 [[#248](https://github.com/woodpecker-ci/helm/pull/248)]
- chore(deps): update docker.io/davidanson/markdownlint-cli2 docker tag to v0.15.0 [[#244](https://github.com/woodpecker-ci/helm/pull/244)]

## [1.6.2](https://github.com/woodpecker-ci/helm/releases/tag/1.6.2) - 2024-11-09

### ❀️ 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: 1.6.2
version: 2.0.0
# renovate: datasource=github-releases depName=woodpecker-ci/woodpecker extractVersion=^v(?<version>.*)$
appVersion: 2.7.3
home: https://woodpecker-ci.org/
Expand Down

0 comments on commit 44a3311

Please sign in to comment.