Skip to content

Commit 4ef8c53

Browse files
committed
Merge pull request #2150 from mboersma/coreos-471
chore(*): bump CoreOS to 471.1.0
2 parents 17c0193 + d67179b commit 4ef8c53

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else
3535
$vb_cpus = 1
3636
end
3737

38-
COREOS_VERSION = "459.0.0"
38+
COREOS_VERSION = "471.1.0"
3939

4040
if File.exist?(CONFIG)
4141
require CONFIG

contrib/bare-metal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ coreos-install -C alpha -c /tmp/config -d /dev/sda
4949
```
5050

5151
This will install the current [CoreOS](https://coreos.com/) release to disk. If you want to install the recommended [CoreOS](https://coreos.com/) version check the [Deis changelog](../../CHANGELOG.md)
52-
and specify that version by appending the `-V` parameter to the install command, e.g. `-V 459.0.0`.
52+
and specify that version by appending the `-V` parameter to the install command, e.g. `-V 471.1.0`.
5353

5454
After the installation has finished reboot your server. Once your machine is back up you should be able to log in as the `core` user using the `deis` ssh key.
5555

contrib/ec2/deis.template.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484

8585
"Mappings" : {
8686
"CoreOSAMIs" : {
87-
"us-east-1" : { "PV" : "ami-aed360c6", "HVM" : "ami-acd360c4" },
88-
"us-west-2" : { "PV" : "ami-91014ca1", "HVM" : "ami-af014c9f" },
89-
"us-west-1" : { "PV" : "ami-8be5eece", "HVM" : "ami-89e5eecc" },
90-
"eu-west-1" : { "PV" : "ami-62903315", "HVM" : "ami-64903313" },
91-
"ap-southeast-1" : { "PV" : "ami-34b89f66", "HVM" : "ami-3ab89f68" },
92-
"ap-southeast-2" : { "PV" : "ami-01a9cb3b", "HVM" : "ami-07a9cb3d" },
93-
"ap-northeast-1" : { "PV" : "ami-73e4ce72", "HVM" : "ami-75e4ce74" },
94-
"sa-east-1" : { "PV" : "ami-f98237e4", "HVM" : "ami-fb8237e6" }
87+
"us-east-1" : { "PV" : "ami-2017af48", "HVM" : "ami-2217af4a" },
88+
"us-west-2" : { "PV" : "ami-5df7bb6d", "HVM" : "ami-5bf7bb6b" },
89+
"us-west-1" : { "PV" : "ami-73435636", "HVM" : "ami-7d435638" },
90+
"eu-west-1" : { "PV" : "ami-72228e05", "HVM" : "ami-74228e03" },
91+
"ap-southeast-1" : { "PV" : "ami-2863427a", "HVM" : "ami-2a634278" },
92+
"ap-southeast-2" : { "PV" : "ami-bd5c3187", "HVM" : "ami-bf5c3185" },
93+
"ap-northeast-1" : { "PV" : "ami-4bd0e64a", "HVM" : "ami-4dd0e64c" },
94+
"sa-east-1" : { "PV" : "ami-5ba11546", "HVM" : "ami-55a11548" }
9595
},
9696
"RootDevices" : {
9797
"HVM" : { "Name": "/dev/xvda" },

contrib/gce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Table of resources:
112112
+--------+---------------+--------+---------+
113113
```
114114

115-
Launch 3 instances using `coreos-alpha-459-0-0-v20141003` image. You can choose another starting CoreOS image from the listing output of `gcloud compute images list`:
115+
Launch 3 instances using `coreos-alpha-471-1-0-v20141016` image. You can choose another starting CoreOS image from the listing output of `gcloud compute images list`:
116116

117117
```console
118-
$ for num in 1 2 3; do gcutil addinstance --image projects/coreos-cloud/global/images/coreos-alpha-459-0-0-v20141003 --persistent_boot_disk --zone us-central1-a --machine_type n1-standard-2 --tags deis --metadata_from_file user-data:gce-user-data --disk cored${num},deviceName=coredocker --authorized_ssh_keys=core:~/.ssh/deis.pub,core:~/.ssh/google_compute_engine.pub core${num}; done
118+
$ for num in 1 2 3; do gcutil addinstance --image projects/coreos-cloud/global/images/coreos-alpha-471-1-0-v20141016 --persistent_boot_disk --zone us-central1-a --machine_type n1-standard-2 --tags deis --metadata_from_file user-data:gce-user-data --disk cored${num},deviceName=coredocker --authorized_ssh_keys=core:~/.ssh/deis.pub,core:~/.ssh/google_compute_engine.pub core${num}; done
119119

120120
Table of resources:
121121

0 commit comments

Comments
 (0)