From 26141823ceb334a172def6fc4c5b9d23b77810b3 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 30 Apr 2024 08:20:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=202.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331d47e7e..066da2f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.5.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.5.0) - 2024-04-29 +## [2.5.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.5.0) - 2024-04-30 ### ❤️ Thanks to all contributors! ❤️ @@ -14,6 +14,18 @@ - Step logs removing API and Button [[#3451](https://github.com/woodpecker-ci/woodpecker/pull/3451)] +### 🐛 Bug Fixes + +- Sanitize tag ref for gitea/forgejo [[#3664](https://github.com/woodpecker-ci/woodpecker/pull/3664)] +- Fix secret loading [[#3620](https://github.com/woodpecker-ci/woodpecker/pull/3620)] +- fix cli config loading and correct comment [[#3618](https://github.com/woodpecker-ci/woodpecker/pull/3618)] +- Handle ImagePullBackOff pod status [[#3580](https://github.com/woodpecker-ci/woodpecker/pull/3580)] +- Apply skip ci filter only on push events [[#3612](https://github.com/woodpecker-ci/woodpecker/pull/3612)] +- Fix bitbucket file fetching [[#3604](https://github.com/woodpecker-ci/woodpecker/pull/3604)] +- agent: Continue to retry indefinitely [[#3599](https://github.com/woodpecker-ci/woodpecker/pull/3599)] +- Fix cli version comparison and improve setup [[#3518](https://github.com/woodpecker-ci/woodpecker/pull/3518)] +- Fix flag name [[#3534](https://github.com/woodpecker-ci/woodpecker/pull/3534)] + ### 📚 Documentation - Add discord plugin [[#3662](https://github.com/woodpecker-ci/woodpecker/pull/3662)] @@ -29,17 +41,6 @@ - Update docs npm deps non-major [[#3485](https://github.com/woodpecker-ci/woodpecker/pull/3485)] - Docs updates and fixes [[#3535](https://github.com/woodpecker-ci/woodpecker/pull/3535)] -### 🐛 Bug Fixes - -- Fix secret loading [[#3620](https://github.com/woodpecker-ci/woodpecker/pull/3620)] -- fix cli config loading and correct comment [[#3618](https://github.com/woodpecker-ci/woodpecker/pull/3618)] -- Handle ImagePullBackOff pod status [[#3580](https://github.com/woodpecker-ci/woodpecker/pull/3580)] -- Apply skip ci filter only on push events [[#3612](https://github.com/woodpecker-ci/woodpecker/pull/3612)] -- Fix bitbucket file fetching [[#3604](https://github.com/woodpecker-ci/woodpecker/pull/3604)] -- agent: Continue to retry indefinitely [[#3599](https://github.com/woodpecker-ci/woodpecker/pull/3599)] -- Fix cli version comparison and improve setup [[#3518](https://github.com/woodpecker-ci/woodpecker/pull/3518)] -- Fix flag name [[#3534](https://github.com/woodpecker-ci/woodpecker/pull/3534)] - ### 📈 Enhancement - Split client into multiple files and add more tests [[#3647](https://github.com/woodpecker-ci/woodpecker/pull/3647)]