Skip to content

Commit

Permalink
Update Fedora Atomic from 27 to 28 on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jul 1, 2018
1 parent def445a commit 93de750
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Notable changes between versions.
* Kubernetes [v1.11.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1110)
* Force apiserver to stop listening on `127.0.0.1:8080`

#### AWS

* Update from Fedora Atomic 27 to 28 ([#258](https://github.com/poseidon/typhoon/pull/258))

## v1.10.5

* Kubernetes [v1.10.5](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1105)
Expand Down
2 changes: 1 addition & 1 deletion aws/fedora-atomic/kubernetes/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ data "aws_ami" "fedora" {

filter {
name = "name"
values = ["Fedora-Atomic-27-20180419.0.x86_64-*-gp2-*"]
values = ["Fedora-AtomicHost-28-20180625.1.x86_64-*-gp2-*"]
}
}
2 changes: 1 addition & 1 deletion aws/fedora-atomic/kubernetes/workers/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ data "aws_ami" "fedora" {

filter {
name = "name"
values = ["Fedora-Atomic-27-20180419.0.x86_64-*-gp2-*"]
values = ["Fedora-AtomicHost-28-20180625.1.x86_64-*-gp2-*"]
}
}

0 comments on commit 93de750

Please sign in to comment.