mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-13 15:24:12 +00:00
Changelog v0.15.2 (#966)
* Backport Changelog v0.15.1 * Add Changelog v0.15.2
This commit is contained in:
parent
8ddfdfed8e
commit
6d87e73688
1 changed files with 20 additions and 1 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,5 +1,24 @@
|
|||
# Changelog
|
||||
|
||||
## [0.15.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.2) - 2022-06-14
|
||||
|
||||
* BUGFIXES
|
||||
* Fix uppercase from_secrets (#842) (#925)
|
||||
* Fix key/val format for dind env vars (#889) (#890)
|
||||
* Update helm chart releasing (#882) (#888)
|
||||
* DOCUMENTATION
|
||||
* Fix run_on references with runs_on in docs (#965)
|
||||
|
||||
## [0.15.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.1) - 2022-04-13
|
||||
|
||||
* SECURITY
|
||||
* Escape html / xml in log view (#879) (#880)
|
||||
* FEATURES
|
||||
* Build multiarch images for server (#821) (#822)
|
||||
* BUGFIXES
|
||||
* Branch list enhancements (#808) (#809)
|
||||
* Get Netrc machine from clone url (#800) (#803)
|
||||
|
||||
## [v0.15.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.0) - 2022-02-24
|
||||
|
||||
* BREAKING
|
||||
|
@ -104,7 +123,7 @@
|
|||
* Format code with 'simplify' flag and check via CI (#509)
|
||||
* Use Goblin Assert as intended (#501)
|
||||
* Embedding libcompose types for yaml parsing (#495)
|
||||
* Use std methode to get SystemCertPool (#488)
|
||||
* Use std method to get SystemCertPool (#488)
|
||||
* Upgrade urfave/cli to v2 (#483)
|
||||
* Remove some wrapper and make code more redable (#478)
|
||||
* More logging and refactor (#457)
|
||||
|
|
Loading…
Reference in a new issue