From 240581f6e3b95039b6e9e814cbc1712de099d629 Mon Sep 17 00:00:00 2001 From: Igor Zibarev Date: Tue, 7 Jun 2022 01:28:03 +0300 Subject: [PATCH] Update CHANGELOG --- .circleci/config.yml | 1 + CHANGELOG.md | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59cfe6f9..24845821 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,6 +99,7 @@ jobs: - deploy: name: goreleaser command: | + export GORELEASER_PREVIOUS_TAG="v0.11.0" if [ -n "$CIRCLE_TAG" ]; then curl -sL https://git.io/goreleaser | bash fi diff --git a/CHANGELOG.md b/CHANGELOG.md index 208a73b9..d6154e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Support for Windows. +[Refs: [#160](https://github.com/hypnoglow/helm-s3/pull/160)] thanks to @jwenz723 +- Support for Apple Silicon (Mac ARM). +[Refs: [#167](https://github.com/hypnoglow/helm-s3/pull/167)] + +### Changed + +- Some parts of CI pipelines were moved to GitHub Actions. +[Refs: [#162](https://github.com/hypnoglow/helm-s3/pull/162) [#163](https://github.com/hypnoglow/helm-s3/pull/163) [#165](https://github.com/hypnoglow/helm-s3/pull/165)] +- Go updated to 1.16. +[Refs: [#162](https://github.com/hypnoglow/helm-s3/pull/162)] + ## [0.11.0] - 2022-05-24 ### Added - Added dynamic bucket region discovery that removes the need for setting region manually via `HELM_S3_REGION` etc. in the majority of cases. -See [#146](https://github.com/hypnoglow/helm-s3/pull/146)] for details on how this works. +See [#146](https://github.com/hypnoglow/helm-s3/pull/146) for details on how this works. [Refs: [#146](https://github.com/hypnoglow/helm-s3/pull/146)] Many thanks to @pregnor ### Changed