Skip to content

Commit 8519f79

Browse files
committed
chore(*): bump to CoreOS 444.0.0; fleet 0.8.1
https://coreos.com/releases/#444.0.0
1 parent 0cfa320 commit 8519f79

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to the [latest documentation](http://docs.deis.io/en/latest/).
2424
## Install prerequisites
2525
On your workstation:
2626
* Install [Vagrant v1.6+](http://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
27-
* Install the fleetctl client: Install v0.8.0 from the [fleet GitHub page](https://github.com/coreos/fleet/releases/tag/v0.8.0).
27+
* Install the fleetctl client: Install v0.8.1 from the [fleet GitHub page](https://github.com/coreos/fleet/releases/tag/v0.8.1).
2828

2929
A single-node cluster launched with Vagrant will consume about 5 GB of RAM on
3030
the host machine. Please be sure you have sufficient free memory before

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 = "440.0.0"
14+
COREOS_VERSION = "444.0.0"
1515

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

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 440.0.0`.
52+
and specify that version by appending the `-V` parameter to the install command, e.g. `-V 444.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/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=440.0.0
5+
COREOS_VERSION=444.0.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
@@ -84,14 +84,14 @@
8484

8585
"Mappings" : {
8686
"CoreOSAMIs" : {
87-
"us-east-1" : { "PV" : "ami-086ac560", "HVM" : "ami-0a6ac562" },
88-
"us-west-2" : { "PV" : "ami-4bfebf7b", "HVM" : "ami-49febf79" },
89-
"us-west-1" : { "PV" : "ami-0bc8c14e", "HVM" : "ami-09c8c14c" },
90-
"eu-west-1" : { "PV" : "ami-5270d425", "HVM" : "ami-5070d427" },
91-
"ap-southeast-1" : { "PV" : "ami-20250172", "HVM" : "ami-26250174" },
92-
"ap-southeast-2" : { "PV" : "ami-1506652f", "HVM" : "ami-1706652d" },
93-
"ap-northeast-1" : { "PV" : "ami-17210d16", "HVM" : "ami-19210d18" },
94-
"sa-east-1" : { "PV" : "ami-efba10f2", "HVM" : "ami-e9ba10f4" }
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" }
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-440-0-0-v20140915` image. You can choose another starting CoreOS image from the listing output of `gcloud compute images list`:
115+
Launch 3 instances using `coreos-alpha-444-0-0-v20140919` 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-440-0-0-v20140915 --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-444-0-0-v20140919 --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

docs/contributing/localdev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CoreOS VM, Deis uses rsync.
4444
4545
$ vagrant up
4646
Bringing machine 'deis-1' up with 'virtualbox' provider...
47-
==> deis-1: Importing base box 'coreos-440.0.0'...
47+
==> deis-1: Importing base box 'coreos-444.0.0'...
4848
==> deis-1: Matching MAC address for NAT networking...
4949
==> deis-1: Setting the name of the VM: deis_deis-1_1408039741706_8568
5050
==> deis-1: Clearing any previously set network interfaces...

0 commit comments

Comments
 (0)