Skip to content

Latest commit

 

History

History
108 lines (63 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

108 lines (63 loc) · 5.59 KB

Changelog

All notable changes to this project will be documented in this file.

2.0.3 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#29) (edae1e0)

2.0.2 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#27) (53fa1b3)

2.0.1 (2022-11-07)

Bug Fixes

  • Update CI configuration files to use latest version (#26) (6a0b8d8)

2.0.0 (2022-07-20)

⚠ BREAKING CHANGES

  • Update supported versions and add support for private key creation (#25)

Features

  • Update supported versions and add support for private key creation (#25) (cd5ebdb)

1.0.1 (2022-01-10)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#23) (012633f)

v1.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#21)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#19)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#18)
  • chore: add ci-cd workflow for pre-commit checks (#17)

v0.6.0 - 2020-11-24

  • fix: Updated supported Terraform versions (#13)

v0.5.0 - 2020-08-13

  • feat: aws-provider version bump to >= 2.46, < 4.0, terraform version bump to >= 0.12.6, < 0.14 (#12)

v0.4.0 - 2020-03-26

  • fix: Fixed required version of AWS provider (thanks @okgolove)
  • Merge pull request #10 from terraform-aws-modules/terraform-provider-githubfile-1584635250918345000
  • [ci skip] Create ".chglog/CHANGELOG.tpl.md".
  • Merge pull request #9 from terraform-aws-modules/terraform-provider-githubfile-1584536992993010000
  • [ci skip] Create "Makefile".
  • Merge pull request #6 from terraform-aws-modules/terraform-provider-githubfile-1584536961704583000
  • Merge pull request #7 from terraform-aws-modules/terraform-provider-githubfile-1584536961704606000
  • Merge pull request #8 from terraform-aws-modules/terraform-provider-githubfile-1584536961704584000
  • Merge pull request #4 from terraform-aws-modules/terraform-provider-githubfile-1584536961704591000
  • [ci skip] Create "LICENSE".
  • [ci skip] Create ".gitignore".
  • [ci skip] Create ".pre-commit-config.yaml".
  • [ci skip] Create ".editorconfig".

v0.3.0 - 2020-03-11

  • Updated example to create tls private key and import it (#2)

v0.2.0 - 2019-09-25

  • Fixed count rule

v0.1.0 - 2019-09-25

  • Fixed formatting
  • Added aws-key-pair module