Skip to content

Commit c5e6e01

Browse files
committed
chore(*): bump CoreOS to 452.0.0
This addresses a security vulnerability with bash. See the release notes at https://coreos.com/releases/#452.0.0
1 parent 617d12b commit c5e6e01

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 = "444.0.0"
38+
COREOS_VERSION = "452.0.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 444.0.0`.
52+
and specify that version by appending the `-V` parameter to the install command, e.g. `-V 452.0.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-1a862f72", "HVM" : "ami-18862f70" },
88-
"us-west-2" : { "PV" : "ami-1189c921", "HVM" : "ami-2f89c91f" },
89-
"us-west-1" : { "PV" : "ami-01aba244", "HVM" : "ami-07aba242" },
90-
"eu-west-1" : { "PV" : "ami-428d2a35", "HVM" : "ami-448d2a33" },
91-
"ap-southeast-1" : { "PV" : "ami-aee1c5fc", "HVM" : "ami-a8e1c5fa" },
92-
"ap-southeast-2" : { "PV" : "ami-0546253f", "HVM" : "ami-7b462541" },
93-
"ap-northeast-1" : { "PV" : "ami-39062938", "HVM" : "ami-37062936" },
94-
"sa-east-1" : { "PV" : "ami-d96cc6c4", "HVM" : "ami-df6cc6c2" }
87+
"us-east-1" : { "PV" : "ami-fc60d494", "HVM" : "ami-fe60d496" },
88+
"us-west-2" : { "PV" : "ami-03de9d33", "HVM" : "ami-01de9d31" },
89+
"us-west-1" : { "PV" : "ami-2b81896e", "HVM" : "ami-2981896c" },
90+
"eu-west-1" : { "PV" : "ami-ee983999", "HVM" : "ami-ec98399b" },
91+
"ap-southeast-1" : { "PV" : "ami-2e486f7c", "HVM" : "ami-2c486f7e" },
92+
"ap-southeast-2" : { "PV" : "ami-ddd4b7e7", "HVM" : "ami-d3d4b7e9" },
93+
"ap-northeast-1" : { "PV" : "ami-9994bd98", "HVM" : "ami-9794bd96" },
94+
"sa-east-1" : { "PV" : "ami-3119b32c", "HVM" : "ami-3319b32e" }
9595
},
9696
"RootDevices" : {
9797
"HVM" : { "Name": "/dev/xvda" },

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ $CONTRIB_DIR/util/check-user-data.sh
4242

4343
i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
4444
echo_yellow "Provisioning deis-$i..."
45-
# this image is CoreOS 423.0.0
46-
supernova production boot --image e90d62b9-0f01-4da9-9e06-79b8ddf42a70 --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
45+
# this image is CoreOS 452.0.0
46+
supernova production boot --image 7f116bdd-9b17-410c-b049-eb1bca1b7087 --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
4747
((i = i + 1)) ; \
4848
done
4949

0 commit comments

Comments
 (0)