Skip to content

Commit

Permalink
released v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Oct 30, 2020
1 parent f048993 commit b6d1d20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ and this project adheres to [0ver](https://0ver.org).

## [Unreleased]

## [v0.0.10] - 2020-10-30

### Changed

- upgraded all dependencies
- Prefix new releases with `^v` to make pkg.go.dev happy
- Upgraded all dependencies
- Refactored codebase following golang file structure
- Fixed goreleaser config

## [0.0.9] - 2020-09-14

Expand Down Expand Up @@ -122,7 +127,8 @@ and this project adheres to [0ver](https://0ver.org).
- dry-run feature on render function
- purge unmanaged variables

[Unreleased]: https:/mvisonneau/tfcw/compare/0.0.9...HEAD
[Unreleased]: https:/mvisonneau/tfcw/compare/v0.0.10...HEAD
[v0.0.10]: https:/mvisonneau/tfcw/tree/v0.0.10
[0.0.9]: https:/mvisonneau/tfcw/tree/0.0.9
[0.0.8]: https:/mvisonneau/tfcw/tree/0.0.8
[0.0.7]: https:/mvisonneau/tfcw/tree/0.0.7
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ INFO[] Checking workspace configuration
INFO[] Processing variables and updating their values on TFC
INFO[] Set variable 'CLOUDFLARE_API_TOKEN' (environment)
INFO[] Preparing plan
Terraform v0.12.24
Terraform v0.13.5
Configuring remote state backend...
Initializing Terraform configuration...
[...]
Expand Down Expand Up @@ -180,7 +180,7 @@ That's it, you now have a declarative way to ensure that your variable is picked
INFO[] Checking workspace configuration
INFO[] Processing variables and updating their values on TFC
INFO[] Preparing plan
Terraform v0.12.24
Terraform v0.13.5
Configuring remote state backend...
Initializing Terraform configuration...
2020/04/06 17:23:13 [DEBUG] Using modified User-Agent: Terraform/0.12.24 TFC/d310d4ebb1
Expand Down Expand Up @@ -358,7 +358,7 @@ DEBU[] Uploading configuration version..
DEBU[] Uploaded configuration version!
INFO[] Run ID: run-Uo1C0000uvMcacBg
DEBU[] Plan ID: plan-xF1C0000EiFatd65
Terraform v0.12.24
Terraform v0.13.5
Configuring remote state backend...
Initializing Terraform configuration...
[DEBUG] Using modified User-Agent: Terraform/0.12.24 TFC/d310d4ebb1
Expand Down

0 comments on commit b6d1d20

Please sign in to comment.