Skip to content

Commit

Permalink
Update docs for v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Sep 30, 2021
1 parent e6895e7 commit 968724c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.9.1

* Update Go version to v1.16+
* Add `darwin-arm64` release target

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.9.0"
version = "0.9.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/ct_config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ct_config Data Source

Load [Container Linux Config](https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/configuration.md) (CLC) or [Fedora CoreOS Config](https://github.com/coreos/fcct/blob/master/docs/configuration-v1_1.md) (FCC) content, validate the config, and transpile to [Ignition](https://github.com/coreos/ignition) machine format.
Validate a [Container Linux Config](https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/configuration.md) or a [Butane config](https://coreos.github.io/butane/specs/) and transpile it to an [Ignition config](https://coreos.github.io/ignition/) for machine consumption.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.8.0"
version = "0.9.1"
}
}
}
Expand All @@ -35,7 +35,7 @@ passwd:
# Butane config
---
variant: fcos
version: 1.3.0
version: 1.4.0
passwd:
users:
- name: core
Expand Down

0 comments on commit 968724c

Please sign in to comment.