Update ghcr.io/woodpecker-ci/helm/woodpecker Docker tag to v3.1.0 #883

Merged
aaron merged 1 commit from renovate/ghcr.io-woodpecker-ci-helm-woodpecker-3.x into main 2025-04-24 20:48:10 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/woodpecker-ci/helm/woodpecker (source) minor 3.0.7 -> 3.1.0

Release Notes

woodpecker-ci/woodpecker (ghcr.io/woodpecker-ci/helm/woodpecker)

v3.1.0

❤️ Thanks to all contributors! ❤️

@​Levy-Tal, @​anbraten, @​cduchenoy, @​damuzhi0810, @​lafriks, @​mzampetakis, @​pat-s, @​qwerty287, @​xoxys

Features
  • Add allow list for approvals [#​4768]
🐛 Bug Fixes
  • Unsanitize user and org names in DB [#​4762]
  • Store/delete repos after forge communication [#​4827]
  • Fix k8s secret schema [#​4819]
  • Move section description to the top [#​4773]
📚 Documentation
  • Docs: Add Radicle forge addon [#​4833]
  • fix(deps): update docs npm deps non-major [#​4823]
  • chore(deps): update dependency isomorphic-dompurify to v2.21.0 [#​4805]
  • chore(deps): update dependency @​types/node to v22.13.0 [#​4799]
  • Add bluesky post plugin [#​4549]
  • Various docs improvements [#​4772]
  • fix(deps): update docs npm deps non-major [#​4774]
  • Add git basic changelog [#​4755]
📈 Enhancement
  • Optimize repository list loading to return also latest pipeline info [#​4814]
  • Add Git Ref To Build Status in BitbucketDatacenter [#​4724]
📦️ Dependency
  • fix(deps): update golang-packages [#​4834]
  • fix(deps): update web npm deps non-major [#​4831]
  • fix(deps): update dependency simple-icons to v14.6.0 [#​4830]
  • fix(deps): update golang-packages [#​4829]
  • fix(deps): update web npm deps non-major to v4.0.5 [#​4828]
  • chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v5.2.1 [#​4822]
  • fix(deps): update module github.com/google/go-github/v68 to v69 [#​4826]
  • fix(deps): update web npm deps non-major [#​4825]
  • fix(deps): update golang-packages [#​4812]
  • chore(deps): update dependency vitest to v3.0.5 [security] [#​4810]
  • chore(deps): lock file maintenance [#​4808]
  • chore(deps): update dependency @​antfu/eslint-config to v4.1.1 [#​4806]
  • fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.121.0 [#​4804]
  • fix(deps): update dependency simple-icons to v14.5.0 [#​4803]
  • fix(deps): update web npm deps non-major to v4.0.3 [#​4802]
  • fix(deps): update web npm deps non-major [#​4798]
  • fix(deps): update module github.com/getkin/kin-openapi to v0.129.0 [#​4790]
  • chore(deps): lock file maintenance [#​4783]
  • chore(deps): update dependency @​antfu/eslint-config to v4.1.0 [#​4780]
  • fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.1 [#​4781]
  • chore(deps): update dependency @​antfu/eslint-config to v4 [#​4779]
  • fix(deps): update web npm deps non-major [#​4777]
  • chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.44.0 [#​4776]
  • fix(deps): update module google.golang.org/protobuf to v1.36.4 [#​4775]
  • fix(deps): update module google.golang.org/grpc to v1.70.0 [#​4770]
  • chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v5.2.0 [#​4767]
  • chore(deps): update docker.io/mysql docker tag to v9.2.0 [#​4766]
  • fix(deps): update module github.com/hashicorp/go-plugin to v1.6.3 [#​4765]
  • chore(deps): update docker.io/woodpeckerci/plugin-ready-release-go docker tag to v3.1.3 [#​4764]
  • fix(deps): update docker to v27.5.1+incompatible [#​4761]
  • chore(deps): update dependency vite to v6.0.9 [security] [#​4757]
Misc
  • chore: fix some function names in comment [#​4769]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/woodpecker-ci/helm/woodpecker](https://woodpecker-ci.org/) ([source](https://github.com/woodpecker-ci/woodpecker)) | minor | `3.0.7` -> `3.1.0` | --- ### Release Notes <details> <summary>woodpecker-ci/woodpecker (ghcr.io/woodpecker-ci/helm/woodpecker)</summary> ### [`v3.1.0`](https://github.com/woodpecker-ci/woodpecker/blob/HEAD/CHANGELOG.md#310---2025-02-12) ##### ❤️ Thanks to all contributors! ❤️ [@&#8203;Levy-Tal](https://github.com/Levy-Tal), [@&#8203;anbraten](https://github.com/anbraten), [@&#8203;cduchenoy](https://github.com/cduchenoy), [@&#8203;damuzhi0810](https://github.com/damuzhi0810), [@&#8203;lafriks](https://github.com/lafriks), [@&#8203;mzampetakis](https://github.com/mzampetakis), [@&#8203;pat-s](https://github.com/pat-s), [@&#8203;qwerty287](https://github.com/qwerty287), [@&#8203;xoxys](https://github.com/xoxys) ##### ✨ Features - Add allow list for approvals \[[#&#8203;4768](https://github.com/woodpecker-ci/woodpecker/pull/4768)] ##### 🐛 Bug Fixes - Unsanitize user and org names in DB \[[#&#8203;4762](https://github.com/woodpecker-ci/woodpecker/pull/4762)] - Store/delete repos after forge communication \[[#&#8203;4827](https://github.com/woodpecker-ci/woodpecker/pull/4827)] - Fix k8s secret schema \[[#&#8203;4819](https://github.com/woodpecker-ci/woodpecker/pull/4819)] - Move section description to the top \[[#&#8203;4773](https://github.com/woodpecker-ci/woodpecker/pull/4773)] ##### 📚 Documentation - Docs: Add Radicle forge addon \[[#&#8203;4833](https://github.com/woodpecker-ci/woodpecker/pull/4833)] - fix(deps): update docs npm deps non-major \[[#&#8203;4823](https://github.com/woodpecker-ci/woodpecker/pull/4823)] - chore(deps): update dependency isomorphic-dompurify to v2.21.0 \[[#&#8203;4805](https://github.com/woodpecker-ci/woodpecker/pull/4805)] - chore(deps): update dependency [@&#8203;types/node](https://github.com/types/node) to v22.13.0 \[[#&#8203;4799](https://github.com/woodpecker-ci/woodpecker/pull/4799)] - Add bluesky post plugin \[[#&#8203;4549](https://github.com/woodpecker-ci/woodpecker/pull/4549)] - Various docs improvements \[[#&#8203;4772](https://github.com/woodpecker-ci/woodpecker/pull/4772)] - fix(deps): update docs npm deps non-major \[[#&#8203;4774](https://github.com/woodpecker-ci/woodpecker/pull/4774)] - Add git basic changelog \[[#&#8203;4755](https://github.com/woodpecker-ci/woodpecker/pull/4755)] ##### 📈 Enhancement - Optimize repository list loading to return also latest pipeline info \[[#&#8203;4814](https://github.com/woodpecker-ci/woodpecker/pull/4814)] - Add Git Ref To Build Status in BitbucketDatacenter \[[#&#8203;4724](https://github.com/woodpecker-ci/woodpecker/pull/4724)] ##### 📦️ Dependency - fix(deps): update golang-packages \[[#&#8203;4834](https://github.com/woodpecker-ci/woodpecker/pull/4834)] - fix(deps): update web npm deps non-major \[[#&#8203;4831](https://github.com/woodpecker-ci/woodpecker/pull/4831)] - fix(deps): update dependency simple-icons to v14.6.0 \[[#&#8203;4830](https://github.com/woodpecker-ci/woodpecker/pull/4830)] - fix(deps): update golang-packages \[[#&#8203;4829](https://github.com/woodpecker-ci/woodpecker/pull/4829)] - fix(deps): update web npm deps non-major to v4.0.5 \[[#&#8203;4828](https://github.com/woodpecker-ci/woodpecker/pull/4828)] - chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v5.2.1 \[[#&#8203;4822](https://github.com/woodpecker-ci/woodpecker/pull/4822)] - fix(deps): update module github.com/google/go-github/v68 to v69 \[[#&#8203;4826](https://github.com/woodpecker-ci/woodpecker/pull/4826)] - fix(deps): update web npm deps non-major \[[#&#8203;4825](https://github.com/woodpecker-ci/woodpecker/pull/4825)] - fix(deps): update golang-packages \[[#&#8203;4812](https://github.com/woodpecker-ci/woodpecker/pull/4812)] - chore(deps): update dependency vitest to v3.0.5 \[security] \[[#&#8203;4810](https://github.com/woodpecker-ci/woodpecker/pull/4810)] - chore(deps): lock file maintenance \[[#&#8203;4808](https://github.com/woodpecker-ci/woodpecker/pull/4808)] - chore(deps): update dependency [@&#8203;antfu/eslint-config](https://github.com/antfu/eslint-config) to v4.1.1 \[[#&#8203;4806](https://github.com/woodpecker-ci/woodpecker/pull/4806)] - fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.121.0 \[[#&#8203;4804](https://github.com/woodpecker-ci/woodpecker/pull/4804)] - fix(deps): update dependency simple-icons to v14.5.0 \[[#&#8203;4803](https://github.com/woodpecker-ci/woodpecker/pull/4803)] - fix(deps): update web npm deps non-major to v4.0.3 \[[#&#8203;4802](https://github.com/woodpecker-ci/woodpecker/pull/4802)] - fix(deps): update web npm deps non-major \[[#&#8203;4798](https://github.com/woodpecker-ci/woodpecker/pull/4798)] - fix(deps): update module github.com/getkin/kin-openapi to v0.129.0 \[[#&#8203;4790](https://github.com/woodpecker-ci/woodpecker/pull/4790)] - chore(deps): lock file maintenance \[[#&#8203;4783](https://github.com/woodpecker-ci/woodpecker/pull/4783)] - chore(deps): update dependency [@&#8203;antfu/eslint-config](https://github.com/antfu/eslint-config) to v4.1.0 \[[#&#8203;4780](https://github.com/woodpecker-ci/woodpecker/pull/4780)] - fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.1 \[[#&#8203;4781](https://github.com/woodpecker-ci/woodpecker/pull/4781)] - chore(deps): update dependency [@&#8203;antfu/eslint-config](https://github.com/antfu/eslint-config) to v4 \[[#&#8203;4779](https://github.com/woodpecker-ci/woodpecker/pull/4779)] - fix(deps): update web npm deps non-major \[[#&#8203;4777](https://github.com/woodpecker-ci/woodpecker/pull/4777)] - chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.44.0 \[[#&#8203;4776](https://github.com/woodpecker-ci/woodpecker/pull/4776)] - fix(deps): update module google.golang.org/protobuf to v1.36.4 \[[#&#8203;4775](https://github.com/woodpecker-ci/woodpecker/pull/4775)] - fix(deps): update module google.golang.org/grpc to v1.70.0 \[[#&#8203;4770](https://github.com/woodpecker-ci/woodpecker/pull/4770)] - chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v5.2.0 \[[#&#8203;4767](https://github.com/woodpecker-ci/woodpecker/pull/4767)] - chore(deps): update docker.io/mysql docker tag to v9.2.0 \[[#&#8203;4766](https://github.com/woodpecker-ci/woodpecker/pull/4766)] - fix(deps): update module github.com/hashicorp/go-plugin to v1.6.3 \[[#&#8203;4765](https://github.com/woodpecker-ci/woodpecker/pull/4765)] - chore(deps): update docker.io/woodpeckerci/plugin-ready-release-go docker tag to v3.1.3 \[[#&#8203;4764](https://github.com/woodpecker-ci/woodpecker/pull/4764)] - fix(deps): update docker to v27.5.1+incompatible \[[#&#8203;4761](https://github.com/woodpecker-ci/woodpecker/pull/4761)] - chore(deps): update dependency vite to v6.0.9 \[security] \[[#&#8203;4757](https://github.com/woodpecker-ci/woodpecker/pull/4757)] ##### Misc - chore: fix some function names in comment \[[#&#8203;4769](https://github.com/woodpecker-ci/woodpecker/pull/4769)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-04-20 13:03:14 +02:00
Update ghcr.io/woodpecker-ci/helm/woodpecker Docker tag to v3.1.0
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
e319a69745
aaron was assigned by tom 2025-04-22 19:18:16 +02:00
aaron merged commit 13d7ae2113 into main 2025-04-24 20:48:10 +02:00
aaron deleted branch renovate/ghcr.io-woodpecker-ci-helm-woodpecker-3.x 2025-04-24 20:48:10 +02:00
Sign in to join this conversation.
No description provided.