Skip to content

Commit a404480

Browse files
committed
chore(*): bump CoreOS to 766.5.0
Fixes: https://coreos.com/releases/#766.5.0
1 parent d4673ea commit a404480

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

contrib/azure/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"value": 100
2828
},
2929
"coreosVersion": {
30-
"value": "766.4.0"
30+
"value": "766.5.0"
3131
},
3232
"storageAccountType": {
3333
"value": "Premium_LRS"

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.4.0', dest='coreos_version',
416+
provision_parser.add_argument('--coreos-version', required=False, default='766.5.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.4.0}
16+
COREOS_VERSION=${COREOS_VERSION:-766.5.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.4.0
97+
coreos-install -C stable -c /tmp/config -d /dev/sda -V 766.5.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-4-0-v20150929 \
121+
--image coreos-stable-766-5-0-v20151105 \
122122
--image-project coreos-cloud;
123123
done
124124

0 commit comments

Comments
 (0)