Skip to content

Commit d0a996e

Browse files
committed
chore(*): bump CoreOS to 386.1.0
Includes internal fixes, notably some bigger ones for systemd 215.
1 parent 0af7816 commit d0a996e

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
cpus = 1
1212
end
1313

14-
COREOS_VERSION = "379.3.0"
14+
COREOS_VERSION = "386.1.0"
1515

1616
Vagrant.configure("2") do |config|
1717
config.vm.box = "coreos-#{COREOS_VERSION}"

contrib/digitalocean/update-coreos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
COREOS_VERSION=379.3.0
5+
COREOS_VERSION=386.1.0
66
BASE_URL="http://storage.core-os.net/coreos/amd64-usr/$COREOS_VERSION"
77

88
KERNEL="/boot/coreos/vmlinuz"

contrib/ec2/deis.template.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
"Mappings" : {
55
"RegionMap" : {
66
"ap-northeast-1" : {
7-
"AMI" : "ami-d7dc8cd6"
7+
"AMI" : "ami-fbf3a1fa"
88
},
99
"sa-east-1" : {
10-
"AMI" : "ami-0d329c10"
10+
"AMI" : "ami-edab02f0"
1111
},
1212
"ap-southeast-2" : {
13-
"AMI" : "ami-4d8fe877"
13+
"AMI" : "ami-35d1b60f"
1414
},
1515
"ap-southeast-1" : {
16-
"AMI" : "ami-5695cc04"
16+
"AMI" : "ami-2a075f78"
1717
},
1818
"us-east-1" : {
19-
"AMI" : "ami-3c66ab54"
19+
"AMI" : "ami-88e52ce0"
2020
},
2121
"us-west-2" : {
22-
"AMI" : "ami-bbb9c08b"
22+
"AMI" : "ami-8b532bbb"
2323
},
2424
"us-west-1" : {
25-
"AMI" : "ami-7d414238"
25+
"AMI" : "ami-13eeed56"
2626
},
2727
"eu-west-1" : {
28-
"AMI" : "ami-0573a472"
28+
"AMI" : "ami-7de4350a"
2929
}
3030
}
3131
},

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $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-
supernova production boot --image c3a4208a-3284-4e46-a99d-c29b56b457ba --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
45+
supernova production boot --image 513f96f3-20e4-4865-b039-d2ca3944af4e --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
4646
((i = i + 1)) ; \
4747
done
4848

0 commit comments

Comments
 (0)