mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-23 14:46:21 +00:00
🎉 Release 2.5.0
This commit is contained in:
parent
d4b0f37047
commit
55b1322887
1 changed files with 12 additions and 11 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -10,18 +10,9 @@
|
|||
|
||||
- Step logs removing API and Button [[#3451](https://github.com/woodpecker-ci/woodpecker/pull/3451)]
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 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
|
||||
|
||||
- Use forge from db [[#1417](https://github.com/woodpecker-ci/woodpecker/pull/1417)]
|
||||
- Remove review button from approval view [[#3617](https://github.com/woodpecker-ci/woodpecker/pull/3617)]
|
||||
- Rework addons (use rpc) [[#3268](https://github.com/woodpecker-ci/woodpecker/pull/3268)]
|
||||
- Allow to disable deployments [[#3570](https://github.com/woodpecker-ci/woodpecker/pull/3570)]
|
||||
|
@ -33,15 +24,25 @@
|
|||
|
||||
### 📚 Documentation
|
||||
|
||||
- Add Twine plugin [[#3619](https://github.com/woodpecker-ci/woodpecker/pull/3619)]
|
||||
- Fix docs [[#3615](https://github.com/woodpecker-ci/woodpecker/pull/3615)]
|
||||
- Document how to enable parallel step exec for all steps [[#3605](https://github.com/woodpecker-ci/woodpecker/pull/3605)]
|
||||
- Update dependency @types/marked to v6 [[#3544](https://github.com/woodpecker-ci/woodpecker/pull/3544)]
|
||||
- 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 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)]
|
||||
|
||||
### Misc
|
||||
|
||||
- Add Twine plugin [[#3619](https://github.com/woodpecker-ci/woodpecker/pull/3619)]
|
||||
- Fix spellcheck and enable more dirs [[#3603](https://github.com/woodpecker-ci/woodpecker/pull/3603)]
|
||||
- Update docker.io/golang Docker tag to v1.22.2 [[#3596](https://github.com/woodpecker-ci/woodpecker/pull/3596)]
|
||||
- Update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 [[#3597](https://github.com/woodpecker-ci/woodpecker/pull/3597)]
|
||||
|
|
Loading…
Reference in a new issue