mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Added CHANGELOG.md
This commit is contained in:
parent
bc0e68bfd3
commit
66214dcc4b
1 changed files with 141 additions and 0 deletions
141
CHANGELOG.md
141
CHANGELOG.md
|
|
@ -0,0 +1,141 @@
|
|||
<a name="unreleased"></a>
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
|
||||
<a name="v1.9.0"></a>
|
||||
## [v1.9.0] - 2019-02-18
|
||||
|
||||
- Added chglog (hi [@robinbowes](https://github.com/robinbowes) :))
|
||||
- Merge pull request [#33](https://github.com/antonbabenko/pre-commit-terraform/issues/33) from chrisgilmerproj/run_terraform_docs_in_serial
|
||||
- Require terraform-docs runs in serial to avoid pre-commit doing parallel operations on similar file paths
|
||||
|
||||
|
||||
<a name="v1.8.1"></a>
|
||||
## [v1.8.1] - 2018-12-15
|
||||
|
||||
- Merge pull request [#30](https://github.com/antonbabenko/pre-commit-terraform/issues/30) from RothAndrew/feature/fix_issue_29
|
||||
- Fix bug not letting terraform_docs_replace work in the root directory of a repo
|
||||
|
||||
|
||||
<a name="v1.8.0"></a>
|
||||
## [v1.8.0] - 2018-12-14
|
||||
|
||||
- Merge pull request [#27](https://github.com/antonbabenko/pre-commit-terraform/issues/27) from RothAndrew/feature/new_hook
|
||||
- fix typo
|
||||
- Address requested changes
|
||||
- Add `--dest` argument
|
||||
- Address requested changes
|
||||
- Add new hook for running terraform-docs with replacing README.md from doc in main.tf
|
||||
|
||||
|
||||
<a name="v1.7.4"></a>
|
||||
## [v1.7.4] - 2018-12-11
|
||||
|
||||
- Merge remote-tracking branch 'origin/master' into pr25
|
||||
- Added followup after [#25](https://github.com/antonbabenko/pre-commit-terraform/issues/25)
|
||||
- Merge pull request [#25](https://github.com/antonbabenko/pre-commit-terraform/issues/25) from getcloudnative/feat-pass-terraform-docs-opts
|
||||
- Add feature to pass options to terraform-docs.
|
||||
- Added license file (fixed [#21](https://github.com/antonbabenko/pre-commit-terraform/issues/21))
|
||||
|
||||
|
||||
<a name="v1.7.3"></a>
|
||||
## [v1.7.3] - 2018-05-24
|
||||
|
||||
- Updated README
|
||||
- Only run validate if .tf files exist in the directory. ([#20](https://github.com/antonbabenko/pre-commit-terraform/issues/20))
|
||||
|
||||
|
||||
<a name="v1.7.2"></a>
|
||||
## [v1.7.2] - 2018-05-20
|
||||
|
||||
- Replace terraform_docs use of GNU sed with perl ([#15](https://github.com/antonbabenko/pre-commit-terraform/issues/15))
|
||||
- Fixes use of md5 for tempfile name ([#16](https://github.com/antonbabenko/pre-commit-terraform/issues/16))
|
||||
|
||||
|
||||
<a name="v1.7.1"></a>
|
||||
## [v1.7.1] - 2018-05-16
|
||||
|
||||
- Run terraform_docs only if README.md is present
|
||||
- Run terraform_docs only if README.md is present
|
||||
|
||||
|
||||
<a name="v1.7.0"></a>
|
||||
## [v1.7.0] - 2018-05-16
|
||||
|
||||
- Added terraform-docs integration ([#13](https://github.com/antonbabenko/pre-commit-terraform/issues/13))
|
||||
|
||||
|
||||
<a name="v1.6.0"></a>
|
||||
## [v1.6.0] - 2018-04-21
|
||||
|
||||
- Allow to have spaces in directories ([#11](https://github.com/antonbabenko/pre-commit-terraform/issues/11))
|
||||
|
||||
|
||||
<a name="v1.5.0"></a>
|
||||
## [v1.5.0] - 2018-03-06
|
||||
|
||||
- Bump new version
|
||||
- Format tfvars files explicitely, because terraform fmt ignores them ([#9](https://github.com/antonbabenko/pre-commit-terraform/issues/9))
|
||||
|
||||
|
||||
<a name="v1.4.0"></a>
|
||||
## [v1.4.0] - 2018-01-24
|
||||
|
||||
- Updated readme
|
||||
- Show failed path
|
||||
- Show failed path
|
||||
- Show failed path
|
||||
- Updated scripts
|
||||
- Added scripts to validate terraform files
|
||||
|
||||
|
||||
<a name="v1.3.0"></a>
|
||||
## [v1.3.0] - 2018-01-15
|
||||
|
||||
- Added badges
|
||||
- Added formatting for tfvars (fixes [#4](https://github.com/antonbabenko/pre-commit-terraform/issues/4)) ([#6](https://github.com/antonbabenko/pre-commit-terraform/issues/6))
|
||||
- Merge pull request [#5](https://github.com/antonbabenko/pre-commit-terraform/issues/5) from schneems/schneems/codetriage-badge
|
||||
- [ci skip] Get more Open Source Helpers
|
||||
|
||||
|
||||
<a name="v1.2.0"></a>
|
||||
## [v1.2.0] - 2017-06-08
|
||||
|
||||
- Renamed shell script file to the correct one
|
||||
- Updated .pre-commit-hooks.yaml
|
||||
- Updated sha in README
|
||||
- Merge pull request [#3](https://github.com/antonbabenko/pre-commit-terraform/issues/3) from pecigonzalo/master
|
||||
- Exclude .terraform even on subfolders
|
||||
|
||||
|
||||
<a name="v1.1.0"></a>
|
||||
## [v1.1.0] - 2017-02-04
|
||||
|
||||
- Copied to .pre-commit-hooks.yaml for compatibility (closes [#1](https://github.com/antonbabenko/pre-commit-terraform/issues/1))
|
||||
|
||||
|
||||
<a name="v1.0.0"></a>
|
||||
## v1.0.0 - 2016-09-27
|
||||
|
||||
- Updated README
|
||||
- Ready, probably :)
|
||||
- Initial commit
|
||||
- Initial commit
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.9.0...HEAD
|
||||
[v1.9.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.8.1...v1.9.0
|
||||
[v1.8.1]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.8.0...v1.8.1
|
||||
[v1.8.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.7.4...v1.8.0
|
||||
[v1.7.4]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.7.3...v1.7.4
|
||||
[v1.7.3]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.7.2...v1.7.3
|
||||
[v1.7.2]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.7.1...v1.7.2
|
||||
[v1.7.1]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.7.0...v1.7.1
|
||||
[v1.7.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.6.0...v1.7.0
|
||||
[v1.6.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.5.0...v1.6.0
|
||||
[v1.5.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.4.0...v1.5.0
|
||||
[v1.4.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.3.0...v1.4.0
|
||||
[v1.3.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.2.0...v1.3.0
|
||||
[v1.2.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.1.0...v1.2.0
|
||||
[v1.1.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.0.0...v1.1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue