Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update CHANGELOG with v1.2.0-alpha #460

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down