From b1d697b52a49666cb6b8cccda04f3518db9e9a0d Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 23 Dec 2022 20:18:18 +0100 Subject: [PATCH] Add Changelog for v0.15.6 (#1498) (#1500) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf378071..e06402edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.6](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.6) - 2022-12-23 + +* SECURITY + * Update golang.org/x/net (#1494) + * [**BREAKING**] Disable metrics access if no token is set (#1469) (#1470) + * Update dep moby (#1263) (#1264) +* BUGFIXES + * Update json schema for cli lint to cover valid cases (#1384) + * Add pipeline.step.when.branch string-array type to schema.json (#1380) + * Display system CA error only if there is an error (#870) (#1286) +* ENHANCEMENTS + * Bump Frontend Deps and remove unused (#1404) + ## [0.15.5](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.15.5) - 2022-10-13 * BUGFIXES