Changelog v0.15.7 (#1622) (#1623)

Frontport #1622
This commit is contained in:
6543 2023-03-14 15:56:45 +01:00 committed by GitHub
parent 1c1c08831f
commit 9c8c610cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,18 @@
# Changelog
## [0.15.7](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.7) - 2023-03-14
* SECURITY
* Update dependencies golang/x libs (#1612) (#1621)
* BUGFIXES
* Docker backend should not close 'engine.Tail' result (#1616) (#1620)
* Force pure Go resolver onto server (#1502) (#1503)
* ENHANCEMENTS
* SanitizeParamKey "-" to "_" for plugin settings (#1511)
* MISC
* Bump xgo and go to v1.19.5 (#1538) (#1547)
* Pin official default clone image (#1526) (#1534)
## [0.15.6](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.6) - 2022-12-23
* SECURITY