From f87bfcc2ca9578cdb1dfd5a276198268d4be0740 Mon Sep 17 00:00:00 2001 From: "George L. Yermulnik" Date: Mon, 10 Jun 2024 16:09:21 +0300 Subject: [PATCH] docs: Update CHANGELOG with `v1.2.0-alpha` --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2519b051..57a68409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,33 @@ 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). +## [v1.2.0-alpha](https://github.com/warrensbox/terraform-switcher/tree/v1.2.0-alpha) - 2024-06-08 + +[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.1.1...v1.2.0-alpha) + +### Added + +- Added ERRORlog-level [#447](https://github.com/warrensbox/terraform-switcher/pull/447) ([MatrixCrawler](https://github.com/MatrixCrawler)) +- skip any parsing of config files if the -v flag is provided [#446](https://github.com/warrensbox/terraform-switcher/pull/446) ([MatrixCrawler](https://github.com/MatrixCrawler)) +- RECENT to JSON Proposal [#437](https://github.com/warrensbox/terraform-switcher/pull/437) ([MatrixCrawler](https://github.com/MatrixCrawler)) +- Convert recent file to json [#436](https://github.com/warrensbox/terraform-switcher/pull/436) ([MatthewJohn](https://github.com/MatthewJohn)) +- OpenTofu support and JSON recentFile support [#435](https://github.com/warrensbox/terraform-switcher/pull/435) ([MatthewJohn](https://github.com/MatthewJohn)) +- Check version sources based on whether verison has been set [#429](https://github.com/warrensbox/terraform-switcher/pull/429) ([MatthewJohn](https://github.com/MatthewJohn)) +- 154 feature request option to dry run [#416](https://github.com/warrensbox/terraform-switcher/pull/416) ([MatrixCrawler](https://github.com/MatrixCrawler)) + +### Fixed + +- Fix for #443 - Error unzipping on windows systems [#450](https://github.com/warrensbox/terraform-switcher/pull/450) ([MatrixCrawler](https://github.com/MatrixCrawler)) +- fix: Only extract terraform file from Terraform release archive [#433](https://github.com/warrensbox/terraform-switcher/pull/433) ([MatthewJohn](https://github.com/MatthewJohn)) +- docs: Fix links to `install.sh` [#432](https://github.com/warrensbox/terraform-switcher/pull/432) ([yermulnik](https://github.com/yermulnik)) +- docs: Streamline/fix docu site files and README [#419](https://github.com/warrensbox/terraform-switcher/pull/419) ([yermulnik](https://github.com/yermulnik)) + +### Other + +- Update README.md [#448](https://github.com/warrensbox/terraform-switcher/pull/448) ([MatrixCrawler](https://github.com/MatrixCrawler)) +- feat(goreleaser): Enable Release Changelog [#418](https://github.com/warrensbox/terraform-switcher/pull/418) ([yermulnik](https://github.com/yermulnik)) +- added changelog [#415](https://github.com/warrensbox/terraform-switcher/pull/415) ([warrensbox](https://github.com/warrensbox)) + ## [v1.1.1](https://github.com/warrensbox/terraform-switcher/tree/v1.1.1) - 2024-04-27 ### Fixed