Skip to content

Commit

Permalink
Update recommended Terraform provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Aug 18, 2022
1 parent c13d060 commit 0d27811
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Notable changes between versions.
* Migrate Flatcar Linux from Ignition spec v2.3.0 to v3.3.0 ([#1196](https://github.com/poseidon/typhoon/pull/1196)) (**action required**)
* Flatcar Linux 3185.0.0+ [supports](https://flatcar-linux.org/docs/latest/provisioning/ignition/specification/#ignition-v3) Ignition v3.x specs (which are rendered from Butane Configs, like Fedora CoreOS)
* `poseidon/ct` v0.11.0 [supports](https://github.com/poseidon/terraform-provider-ct/pull/131) the `flatcar` Butane Config variant
* Require poseidon v0.11+ and Flatcar Linux 3185.0.0+
* Modify any Flatcar Linux snippets to use the [Butane Config](https://coreos.github.io/butane/config-flatcar-v1_0/) format (**action required**):
* Require poseidon/ct v0.11+ and Flatcar Linux 3185.0.0+
* Please modify any Flatcar Linux snippets to use the [Butane Config](https://coreos.github.io/butane/config-flatcar-v1_0/) format (**action required**)

```tf
variant: flatcar
Expand All @@ -48,7 +48,7 @@ version: 1.0.0

* [Roll](https://cloud.google.com/compute/docs/instance-groups/rolling-out-updates-to-managed-instance-groups) instance template changes to worker managed instance groups ([#1207](https://github.com/poseidon/typhoon/pull/1207)) ([docs](https://typhoon.psdn.io/topics/maintenance/#node-configuration-updates), **important**)
* Worker instance template changes roll out by gradually replacing instances
* Automatic rollouts create surge instances, wait for Kubelet health checks, then delete old instances (0 unavailable instances)
* Automatic rollouts create surge instances, wait for health checks, then delete old instances (0 unavailable instances)
* Changing `worker_type`, `disk_size`, `worker_preemptible`, or Butane `worker_snippets` on existing worker nodes will replace instances
* New compute images or changing `os_stream` will be ignored, to allow Fedora CoreOS or Flatcar Linux to keep themselves updated
* Previously, new instance templates were made in the same way, but not applied to instances unless manually replaced
Expand Down
4 changes: 2 additions & 2 deletions docs/fedora-coreos/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
aws = {
source = "hashicorp/aws"
version = "4.22.0"
version = "4.26.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/fedora-coreos/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.14.0"
version = "3.18.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/fedora-coreos/bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
matchbox = {
source = "poseidon/matchbox"
version = "0.5.0"
version = "0.5.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/fedora-coreos/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.21.0"
version = "2.22.1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/fedora-coreos/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
google = {
source = "hashicorp/google"
version = "4.29.0"
version = "4.32.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/flatcar-linux/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
aws = {
source = "hashicorp/aws"
version = "4.22.0"
version = "4.26.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/flatcar-linux/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
azurerm = {
source = "hashicorp/azurerm"
version = "3.14.0"
version = "3.18.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/flatcar-linux/bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
matchbox = {
source = "poseidon/matchbox"
version = "0.5.0"
version = "0.5.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/flatcar-linux/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.21.0"
version = "2.22.1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/flatcar-linux/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.10.0"
version = "0.11.0"
}
google = {
source = "hashicorp/google"
version = "4.29.0"
version = "4.32.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Typhoon supports multi-controller clusters, so it is possible to upgrade a clust

## Node Configuration Updates

Typhoon worker instance groups (default workers and [worker pools](../advanced/worker-pools.md)) on AWS and Google Cloud gradually rolling replace worker instances when their configuration is altered.
Typhoon worker instance groups (default workers and [worker pools](../advanced/worker-pools.md)) on AWS and Google Cloud gradually rolling replace worker instances when configuration changes are applied.

### AWS

Expand Down

0 comments on commit 0d27811

Please sign in to comment.