Skip to content

Commit f0b2a31

Browse files
authored
docs: Update CHANGELOG with v1.14.0 (#707)
* docs: Update CHANGELOG with `v1.14.0`
1 parent 55daada commit f0b2a31

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ All notable changes to this project will be documented in this file.
77

88
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).
99

10+
## [v1.14.0](https://github.com/warrensbox/terraform-switcher/tree/v1.14.0) - 2026-02-23
11+
12+
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.13.0...v1.14.0)
13+
14+
### Added
15+
16+
- feat(versiontf): handle tofu files [#696](https://github.com/warrensbox/terraform-switcher/pull/696) ([Intuinewin](https://github.com/Intuinewin))
17+
18+
### Other
19+
20+
- chore: Add more badges to README and suppress `super-linter` output on success [#708](https://github.com/warrensbox/terraform-switcher/pull/708) ([yermulnik](https://github.com/yermulnik))
21+
- chore: Apply `go fix ./...` [#706](https://github.com/warrensbox/terraform-switcher/pull/706) ([yermulnik](https://github.com/yermulnik))
22+
- chore: Improve integration tests GHA workflow [#702](https://github.com/warrensbox/terraform-switcher/pull/702) ([yermulnik](https://github.com/yermulnik))
23+
- Expand `super-linter` workflow permission to post to issues and PRs [#697](https://github.com/warrensbox/terraform-switcher/pull/697) ([Intuinewin](https://github.com/Intuinewin))
24+
- docs: Update CHANGELOG with `v1.14.0` [#707](https://github.com/warrensbox/terraform-switcher/pull/707) ([yermulnik](https://github.com/yermulnik))
25+
1026
## [v1.13.0](https://github.com/warrensbox/terraform-switcher/tree/v1.13.0) - 2025-12-15
1127

1228
[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.12.0...v1.13.0)
@@ -317,7 +333,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
317333

318334
- docs: Update CHANGELOG with `v1.2.0-alpha2` [#479](https://github.com/warrensbox/terraform-switcher/pull/479) ([yermulnik](https://github.com/yermulnik))
319335

320-
### This release (v1.2.0) containes changes from v1.2.0-alpha2, v1.2.0-alpha1 and v1.2.0-alpha
336+
### This release (v1.2.0) contains changes from v1.2.0-alpha2, v1.2.0-alpha1 and v1.2.0-alpha
321337

322338
#### v1.2.0-alpha2
323339

@@ -328,7 +344,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
328344
- RECENT to JSON Proposal [#437](https://github.com/warrensbox/terraform-switcher/pull/437) ([MatrixCrawler](https://github.com/MatrixCrawler))
329345
- Convert recent file to json [#436](https://github.com/warrensbox/terraform-switcher/pull/436) ([MatthewJohn](https://github.com/MatthewJohn))
330346
- OpenTofu support and JSON recentFile support [#435](https://github.com/warrensbox/terraform-switcher/pull/435) ([MatthewJohn](https://github.com/MatthewJohn))
331-
- Check version sources based on whether verison has been set [#429](https://github.com/warrensbox/terraform-switcher/pull/429) ([MatthewJohn](https://github.com/MatthewJohn))
347+
- Check version sources based on whether version has been set [#429](https://github.com/warrensbox/terraform-switcher/pull/429) ([MatthewJohn](https://github.com/MatthewJohn))
332348
- 154 feature request option to dry run [#416](https://github.com/warrensbox/terraform-switcher/pull/416) ([MatrixCrawler](https://github.com/MatrixCrawler))
333349

334350
### Fixed
@@ -350,7 +366,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
350366

351367
- Add debug logging when successfully obtaining parameter from location… [#464](https://github.com/warrensbox/terraform-switcher/pull/464) ([MatthewJohn](https://github.com/MatthewJohn))
352368
- Add TOML configuration and environment variable for "default version" [#463](https://github.com/warrensbox/terraform-switcher/pull/463) ([MatthewJohn](https://github.com/MatthewJohn))
353-
- feat: Allow for case-insensitve matching of products [#458](https://github.com/warrensbox/terraform-switcher/pull/458) ([MatthewJohn](https://github.com/MatthewJohn))
369+
- feat: Allow for case-insensitive matching of products [#458](https://github.com/warrensbox/terraform-switcher/pull/458) ([MatthewJohn](https://github.com/MatthewJohn))
354370

355371
### Fixed
356372

@@ -371,7 +387,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
371387
- RECENT to JSON Proposal [#437](https://github.com/warrensbox/terraform-switcher/pull/437) ([MatrixCrawler](https://github.com/MatrixCrawler))
372388
- Convert recent file to json [#436](https://github.com/warrensbox/terraform-switcher/pull/436) ([MatthewJohn](https://github.com/MatthewJohn))
373389
- OpenTofu support and JSON recentFile support [#435](https://github.com/warrensbox/terraform-switcher/pull/435) ([MatthewJohn](https://github.com/MatthewJohn))
374-
- Check version sources based on whether verison has been set [#429](https://github.com/warrensbox/terraform-switcher/pull/429) ([MatthewJohn](https://github.com/MatthewJohn))
390+
- Check version sources based on whether version has been set [#429](https://github.com/warrensbox/terraform-switcher/pull/429) ([MatthewJohn](https://github.com/MatthewJohn))
375391
- 154 feature request option to dry run [#416](https://github.com/warrensbox/terraform-switcher/pull/416) ([MatrixCrawler](https://github.com/MatrixCrawler))
376392

377393
### Fixed
@@ -407,7 +423,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
407423

408424
- Add debug logging when successfully obtaining parameter from location… [#464](https://github.com/warrensbox/terraform-switcher/pull/464) ([MatthewJohn](https://github.com/MatthewJohn))
409425
- Add TOML configuration and environment variable for "default version" [#463](https://github.com/warrensbox/terraform-switcher/pull/463) ([MatthewJohn](https://github.com/MatthewJohn))
410-
- feat: Allow for case-insensitve matching of products [#458](https://github.com/warrensbox/terraform-switcher/pull/458) ([MatthewJohn](https://github.com/MatthewJohn))
426+
- feat: Allow for case-insensitive matching of products [#458](https://github.com/warrensbox/terraform-switcher/pull/458) ([MatthewJohn](https://github.com/MatthewJohn))
411427

412428
### Fixed
413429

@@ -430,7 +446,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
430446
- RECENT to JSON Proposal [#437](https://github.com/warrensbox/terraform-switcher/pull/437) ([MatrixCrawler](https://github.com/MatrixCrawler))
431447
- Convert recent file to json [#436](https://github.com/warrensbox/terraform-switcher/pull/436) ([MatthewJohn](https://github.com/MatthewJohn))
432448
- OpenTofu support and JSON recentFile support [#435](https://github.com/warrensbox/terraform-switcher/pull/435) ([MatthewJohn](https://github.com/MatthewJohn))
433-
- Check version sources based on whether verison has been set [#429](https://github.com/warrensbox/terraform-switcher/pull/429) ([MatthewJohn](https://github.com/MatthewJohn))
449+
- Check version sources based on whether version has been set [#429](https://github.com/warrensbox/terraform-switcher/pull/429) ([MatthewJohn](https://github.com/MatthewJohn))
434450
- 154 feature request option to dry run [#416](https://github.com/warrensbox/terraform-switcher/pull/416) ([MatrixCrawler](https://github.com/MatrixCrawler))
435451

436452
### Fixed
@@ -531,7 +547,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
531547
- Testing new pipeline [#336](https://github.com/warrensbox/terraform-switcher/pull/336) ([warrensbox](https://github.com/warrensbox))
532548
- Fix/move circle GitHub ci [#335](https://github.com/warrensbox/terraform-switcher/pull/335) ([warrensbox](https://github.com/warrensbox))
533549
- Use Windows User Directory for bin path [#327](https://github.com/warrensbox/terraform-switcher/pull/327) ([MatrixCrawler](https://github.com/MatrixCrawler))
534-
- Refactor re-use of PLATFORM [#321](https://github.com/warrensbox/terraform-switcher/pull/321) ([eternityduck](https://github.com/eternityduck))
550+
- Refactor reuse of PLATFORM [#321](https://github.com/warrensbox/terraform-switcher/pull/321) ([eternityduck](https://github.com/eternityduck))
535551
- Use go-homedir.Dir() everywhere [#314](https://github.com/warrensbox/terraform-switcher/pull/314) ([kim0](https://github.com/kim0))
536552
- Make leading slash optional in regex when looking for versions [#313](https://github.com/warrensbox/terraform-switcher/pull/313) ([tusv](https://github.com/tusv))
537553
- Fix init function [#297](https://github.com/warrensbox/terraform-switcher/pull/297) ([jukie](https://github.com/jukie))
@@ -583,7 +599,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
583599
### Other
584600

585601
- Fix repo - update documentation [#253](https://github.com/warrensbox/terraform-switcher/pull/253) ([warrensbox](https://github.com/warrensbox))
586-
- adjust regex to get all terraform versinos from mirror [#251](https://github.com/warrensbox/terraform-switcher/pull/251) ([chrispruitt](https://github.com/chrispruitt))
602+
- adjust regex to get all terraform versions from mirror [#251](https://github.com/warrensbox/terraform-switcher/pull/251) ([chrispruitt](https://github.com/chrispruitt))
587603
- :bug: Corrected bad installations if user doesn't input 2 dots in ver… [#249](https://github.com/warrensbox/terraform-switcher/pull/249) ([afreyermuth98](https://github.com/afreyermuth98))
588604
- [Fix] Fail CircleCI pipeline on errors [#246](https://github.com/warrensbox/terraform-switcher/pull/246) ([yermulnik](https://github.com/yermulnik))
589605

0 commit comments

Comments
 (0)