Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4723 from carmstrong/coreos-766.5.0
Browse files Browse the repository at this point in the history
chore(*): bump CoreOS to 766.5.0
  • Loading branch information
carmstrong committed Nov 6, 2015
2 parents 070d081 + a404480 commit 3eb277a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/azure/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"value": 100
},
"coreosVersion": {
"value": "766.4.0"
"value": "766.5.0"
},
"storageAccountType": {
"value": "Premium_LRS"
Expand Down
2 changes: 1 addition & 1 deletion contrib/linode/provision-linode-cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def run(self):
help='Node data center id. Use list-data-centers to find the id.')
provision_parser.add_argument('--cloud-config', required=False, default='linode-user-data.yaml', type=file, dest='cloud_config',
help='CoreOS cloud config user-data file')
provision_parser.add_argument('--coreos-version', required=False, default='766.4.0', dest='coreos_version',
provision_parser.add_argument('--coreos-version', required=False, default='766.5.0', dest='coreos_version',
help='CoreOS version number to install')
provision_parser.add_argument('--coreos-channel', required=False, default='stable', dest='coreos_channel',
help='CoreOS channel to install from')
Expand Down
2 changes: 1 addition & 1 deletion contrib/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ function echo_green {
}

COREOS_CHANNEL=${COREOS_CHANNEL:-stable}
COREOS_VERSION=${COREOS_VERSION:-766.4.0}
COREOS_VERSION=${COREOS_VERSION:-766.5.0}
2 changes: 1 addition & 1 deletion docs/installing_deis/baremetal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Start the installation

.. code-block:: console
coreos-install -C stable -c /tmp/config -d /dev/sda -V 766.4.0
coreos-install -C stable -c /tmp/config -d /dev/sda -V 766.5.0
This will install the latest `CoreOS`_ stable release that has been known to work
Expand Down
2 changes: 1 addition & 1 deletion docs/installing_deis/gce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Launch 3 instances. You can choose another starting CoreOS image from the listin
--metadata-from-file user-data=gce-user-data,sshKeys=$HOME/.ssh/deis.pub \
--disk name=cored${num},device-name=coredocker \
--tags deis \
--image coreos-stable-766-4-0-v20150929 \
--image coreos-stable-766-5-0-v20151105 \
--image-project coreos-cloud;
done
Expand Down

0 comments on commit 3eb277a

Please sign in to comment.