Skip to content

Commit 25e074d

Browse files
committed
chore(*): update CoreOS to 766.4.0
See https://coreos.com/releases/#766.4.0
1 parent 6e91f50 commit 25e074d

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Vagrant.configure("2") do |config|
5555
# always use Vagrant's insecure key
5656
config.ssh.insert_key = false
5757
config.vm.box = "coreos-%s" % $update_channel
58-
config.vm.box_version = ">= 766.3.0"
58+
config.vm.box_version = ">= 766.4.0"
5959
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel
6060

6161
["vmware_fusion", "vmware_workstation"].each do |vmware|

contrib/azure/azure-coreos-cluster

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ parser.add_argument('--affinity-group', default='',
3535
help='optional, overrides location if specified')
3636
parser.add_argument('--ssh', default=22001, type=int,
3737
help='optional, starts with 22001 and +1 for each machine in cluster')
38-
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-766.3.0',
39-
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-766.3.0]')
38+
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-766.4.0',
39+
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-766.4.0]')
4040
parser.add_argument('--num-nodes', default=3, type=int,
4141
help='optional, number of nodes to create (or add), defaults to 3')
4242
parser.add_argument('--virtual-network-name',

contrib/linode/provision-linode-cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def run(self):
413413
help='Node data center id. Use list-data-centers to find the id.')
414414
provision_parser.add_argument('--cloud-config', required=False, default='linode-user-data.yaml', type=file, dest='cloud_config',
415415
help='CoreOS cloud config user-data file')
416-
provision_parser.add_argument('--coreos-version', required=False, default='766.3.0', dest='coreos_version',
416+
provision_parser.add_argument('--coreos-version', required=False, default='766.4.0', dest='coreos_version',
417417
help='CoreOS version number to install')
418418
provision_parser.add_argument('--coreos-channel', required=False, default='stable', dest='coreos_channel',
419419
help='CoreOS channel to install from')

contrib/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ function echo_green {
1313
}
1414

1515
COREOS_CHANNEL=${COREOS_CHANNEL:-stable}
16-
COREOS_VERSION=${COREOS_VERSION:-766.3.0}
16+
COREOS_VERSION=${COREOS_VERSION:-766.4.0}

docs/installing_deis/baremetal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Start the installation
9494

9595
.. code-block:: console
9696
97-
coreos-install -C stable -c /tmp/config -d /dev/sda -V 766.3.0
97+
coreos-install -C stable -c /tmp/config -d /dev/sda -V 766.4.0
9898
9999
100100
This will install the latest `CoreOS`_ stable release that has been known to work

docs/installing_deis/gce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Launch 3 instances. You can choose another starting CoreOS image from the listin
118118
--metadata-from-file user-data=gce-user-data,sshKeys=$HOME/.ssh/deis.pub \
119119
--disk name=cored${num},device-name=coredocker \
120120
--tags deis \
121-
--image coreos-stable-766-3-0-v20150908 \
121+
--image coreos-stable-766-4-0-v20150929 \
122122
--image-project coreos-cloud;
123123
done
124124

0 commit comments

Comments
 (0)