Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and dan-hill2802 committed Sep 13, 2022
1 parent 6763f54 commit 4ba0ffa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "2.0.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.0.0](https://github.com/dwp/github-action-kitchen-terraform/compare/v1.0.0...v2.0.0) (2022-09-13)


### ⚠ BREAKING CHANGES

* use tfenv to manage Terraform versions
* set Terraform version using Action input (#29)

### Features

* add workflow to generate releases ([3bc4be2](https://github.com/dwp/github-action-kitchen-terraform/commit/3bc4be2debc07068b783379ca7eb15c7019642f2))
* publish containers to GitHub container registry ([efb0199](https://github.com/dwp/github-action-kitchen-terraform/commit/efb0199ab445d1d6e443d9896b4e22c75c932858))
* set Terraform version using Action input ([#29](https://github.com/dwp/github-action-kitchen-terraform/issues/29)) ([e916d29](https://github.com/dwp/github-action-kitchen-terraform/commit/e916d2973301924f29d8a805a42661c2cbe5dadd))
* use tfenv to manage Terraform versions ([6763f54](https://github.com/dwp/github-action-kitchen-terraform/commit/6763f546d564c4cac6420974b779033594e86b59))


### Bug Fixes

* use hardcoded container registry URI ([1507d85](https://github.com/dwp/github-action-kitchen-terraform/commit/1507d859d46bee151cbf64d0e0151be589af820f))

## 1.0.0 (2022-09-05)


Expand Down

0 comments on commit 4ba0ffa

Please sign in to comment.