Add Changelog for v0.15.4 (#1165)

This commit is contained in:
6543 2022-09-04 17:33:04 +02:00 committed by GitHub
parent 9e3dceda48
commit 98dae07c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,18 @@
# Changelog
## [0.15.4](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.4) - 2022-09-06
* BUGFIXES
* Extract commit message from branch creation (#1150) (#1153)
* Respect WOODPECKER_GITEA_SKIP_VERIFY (#1152) (#1151)
* update golang.org/x/crypto (#1124)
* Implement Refresher for GitLab (#1031) (#1120)
* Make returned proc list to be returned always in correct order (#1060) (#1065)
* Update type of 'log_data' from blob to longblob (#1050) (#1052)
* Make ListItem component more accessible by using a button tag when clickable (#1044) (#1046)
* MISC
* Update base images (#1024) (#1025)
## [0.15.3](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.3) - 2022-06-16
* SECURITY