Skip to content

Commit

Permalink
chore(*): bump CoreOS to 899.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 4, 2016
1 parent a44e04a commit 112ec7b
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": "899.15.0"
"value": "899.17.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 @@ -357,7 +357,7 @@ def main():
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='899.15.0', dest='coreos_version',
provision_parser.add_argument('--coreos-version', required=False, default='899.17.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,5 +13,5 @@ function echo_green {
}

export COREOS_CHANNEL=${COREOS_CHANNEL:-stable}
export COREOS_VERSION=${COREOS_VERSION:-899.15.0}
export COREOS_VERSION=${COREOS_VERSION:-899.17.0}
export DEIS_RELEASE=1.13.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 899.15.0
coreos-install -C stable -c /tmp/config -d /dev/sda -V 899.17.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-899-15-0-v20160405 \
--image coreos-stable-899-17-0-v20160504 \
--image-project coreos-cloud;
done
Expand Down

0 comments on commit 112ec7b

Please sign in to comment.