From 5a2a4bd53c6f5dc488e96a1a266b48e827da3e47 Mon Sep 17 00:00:00 2001 From: woodpecker-bot <89799003+woodpecker-bot@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:51:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=202.4.1=20(#3517)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `2.4.1` will be created automatically. If you're not ready to do a release yet, that's fine, whenever you add more changes to `main` this pull-request will be updated. ## Options - [ ] Mark this version as a release candidate ## [2.4.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.4.1) - 2024-03-20 ### 🔒 Security - Only allow to deploy from push, tag and release [[#3522](https://github.com/woodpecker-ci/woodpecker/pull/3522)] ### 🐛 Bug Fixes - Exclude setup from cli command exec. [[#3523](https://github.com/woodpecker-ci/woodpecker/pull/3523)] - Fix uppercased env [[#3516](https://github.com/woodpecker-ci/woodpecker/pull/3516)] - Fix env schema [[#3514](https://github.com/woodpecker-ci/woodpecker/pull/3514)] ### Misc - Temp pin golangci version in makefile [[#3520](https://github.com/woodpecker-ci/woodpecker/pull/3520)] --------- Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: 6543 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b0b2fd4..ce32b3a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.4.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.4.1) - 2024-03-20 + +### ❤️ Thanks to all contributors! ❤️ + +@manuelluis, @qwerty287, @xoxys + +### 🔒 Security + +- Only allow to deploy from push, tag and release [[#3522](https://github.com/woodpecker-ci/woodpecker/pull/3522)] + +### 🐛 Bug Fixes + +- Exclude setup from cli command exec. [[#3523](https://github.com/woodpecker-ci/woodpecker/pull/3523)] +- Fix uppercased env [[#3516](https://github.com/woodpecker-ci/woodpecker/pull/3516)] +- Fix env schema [[#3514](https://github.com/woodpecker-ci/woodpecker/pull/3514)] + +### Misc + +- Temp pin golangci version in makefile [[#3520](https://github.com/woodpecker-ci/woodpecker/pull/3520)] + ## [2.4.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.4.0) - 2024-03-19 ### ❤️ Thanks to all contributors! ❤️