From c08054b8f18aea90c30c3f0805a8218d2c471533 Mon Sep 17 00:00:00 2001 From: woodpecker-bot <89799003+woodpecker-bot@users.noreply.github.com> Date: Fri, 19 Jul 2024 01:36:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=201.3.0=20(#197)?= 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.3.0` 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. ## [1.3.0](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.3.0) - 2024-07-18 ### 📈 Enhancement - Support skipping upload if file already exists [[#201](https://github.com/woodpecker-ci/plugin-s3/pull/201)] ### 🐛 Bug Fixes - Fix env var parsing with urfave/cli v2 [[#198](https://github.com/woodpecker-ci/plugin-s3/pull/198)] ### Misc - fix(deps): update module github.com/aws/aws-sdk-go to v1.54.20 [[#203](https://github.com/woodpecker-ci/plugin-s3/pull/203)] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c288c4..5463895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.3.0](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.3.0) - 2024-07-18 + +### ❤️ Thanks to all contributors! ❤️ + +@6543, @pat-s + +### 📈 Enhancement + +- Support skipping upload if file already exists [[#201](https://github.com/woodpecker-ci/plugin-s3/pull/201)] + +### 🐛 Bug Fixes + +- Fix env var parsing with urfave/cli v2 [[#198](https://github.com/woodpecker-ci/plugin-s3/pull/198)] + +### Misc + +- fix(deps): update module github.com/aws/aws-sdk-go to v1.54.20 [[#203](https://github.com/woodpecker-ci/plugin-s3/pull/203)] + ## [1.2.1](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.2.1) - 2024-06-19 ### ❤️ Thanks to all contributors! ❤️