From 87b1fcc2c01f9df96262a71aa60792061c49c68b Mon Sep 17 00:00:00 2001 From: woodpecker-bot <89799003+woodpecker-bot@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:25:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.1=20(#191)?= 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 `1.2.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 ## [1.2.1](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.2.1) - 2024-06-19 ### 🐛 Bug Fixes - Fix typo in docker image names [[#194](https://github.com/woodpecker-ci/plugin-s3/pull/194)] - Update docs to reflect current pipeline config [[#188](https://github.com/woodpecker-ci/plugin-s3/pull/188)] ### Misc - Publish to docker hub only [[#195](https://github.com/woodpecker-ci/plugin-s3/pull/195)] - golang vendor dependencys once to not timeout [[#192](https://github.com/woodpecker-ci/plugin-s3/pull/192)] - Add nix flake [[#187](https://github.com/woodpecker-ci/plugin-s3/pull/187)] - fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2 [[#189](https://github.com/woodpecker-ci/plugin-s3/pull/189)] - Fix remove dependency of "publish" workflow [[#190](https://github.com/woodpecker-ci/plugin-s3/pull/190)] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d83bdd..6c288c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.2.1](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.2.1) - 2024-06-19 + +### ❤️ Thanks to all contributors! ❤️ + +@6543, @lafriks, @pat-s + +### 🐛 Bug Fixes + +- Fix typo in docker image names [[#194](https://github.com/woodpecker-ci/plugin-s3/pull/194)] +- Update docs to reflect current pipeline config [[#188](https://github.com/woodpecker-ci/plugin-s3/pull/188)] + +### Misc + +- Publish to docker hub only [[#195](https://github.com/woodpecker-ci/plugin-s3/pull/195)] +- golang vendor dependencys once to not timeout [[#192](https://github.com/woodpecker-ci/plugin-s3/pull/192)] +- Add nix flake [[#187](https://github.com/woodpecker-ci/plugin-s3/pull/187)] +- fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2 [[#189](https://github.com/woodpecker-ci/plugin-s3/pull/189)] +- Fix remove dependency of "publish" workflow [[#190](https://github.com/woodpecker-ci/plugin-s3/pull/190)] + ## [1.2.0](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.2.0) - 2024-06-14 ### ❤️ Thanks to all contributors! ❤️