Skip to content

Commit

Permalink
Update CHANGES for v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jul 17, 2019
1 parent 613d445 commit 9477b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Notable changes between releases.

## Latest

## v0.4.0

* Support Fedora CoreOS Config `content` ([#52](https://github.com/poseidon/terraform-provider-ct/pull/52))
* Render Container Linux Config `content` in Ignition v2.2 format
* Render Fedora CoreOS `content` in Ignition v3.x format (determined by their own [version](https://github.com/coreos/fcct/blob/master/docs/configuration-v1_0.md))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Render the config with Terraform for machine consumption.
data "ct_config" "worker" {
content = file("worker.yaml")
pretty_print = false
strict = true
}

resource "aws_instance" "worker" {
Expand Down

0 comments on commit 9477b50

Please sign in to comment.