Skip to content

Commit

Permalink
(main) Prep 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Aug 26, 2023
1 parent 66455b9 commit c803243
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Release 0.7.0

### Added

* New `refresh` task and plan

Task executes a terraform refresh to enable updating the state without running an apply, which could potentially destroy resources.

* New `refresh_state` option added to apply plan

Will run the `terrafrom::refresh` task after doing an apply. This allows for situations where resources were modified during the apply and not written to state so a refresh is required to capture them.

### Changed

* Puppet 8 Support / Drop Puppet 4 & 5

## Release 0.6.1

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-terraform",
"version": "0.6.1",
"version": "0.7.0",
"author": "Puppet, Inc.",
"summary": "A task to generate Bolt inventory from Terraform statefiles",
"license": "Apache-2.0",
Expand Down

0 comments on commit c803243

Please sign in to comment.