Skip to content

Commit 6dfba06

Browse files
committed
chore(release): update version in master to v1.10.1
1 parent 1b331a9 commit 6dfba06

11 files changed

Lines changed: 113 additions & 104 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.10.0 -> v1.10.1
2+
3+
#### Fixes
4+
5+
- [`04a9306`](https://github.com/deis/deis/commit/04a93066c6dc7bd702e72d6bf23870ceed3b7446) deisctl: default stdout and stderr are reversed
6+
- [`5878b8f`](https://github.com/deis/deis/commit/5878b8f8c3d7d625351d93589cf8223d06a93bbb) (all): ensure component containers stop
7+
- [`9ef640f`](https://github.com/deis/deis/commit/9ef640f7ca06b9c146d3525d9f6bb5a09f9db40d) database: improve postgres ready checks
8+
- [`fb44cbc`](https://github.com/deis/deis/commit/fb44cbc7d4de877f1487498fbfe56f3e284b7db8) database: fix db init file perms
9+
110
### v1.9.1 -> v1.10.0
211

312
#### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon [Docker](http://docker.io/) and [CoreOS](http://coreos.com) to provide a lightweight PaaS with a [Heroku-inspired](http://heroku.com) workflow.
44

55
[![Build Status](https://ci.deis.io/buildStatus/icon?job=test-acceptance)](https://ci.deis.io/job/test-acceptance/)
6-
[![Current Release](http://img.shields.io/badge/release-v1.10.0-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.10.0)
6+
[![Current Release](http://img.shields.io/badge/release-v1.10.1-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.10.1)
77
[![Latest Docs](http://img.shields.io/badge/docs-latest-fc1e5e.svg)](http://docs.deis.io/en/latest/)
88

99
![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png)

contrib/coreos/user-data.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ coreos:
7878

7979
[Service]
8080
Type=oneshot
81-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.10.0'
81+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.10.1'
8282
- name: debug-etcd.service
8383
content: |
8484
[Unit]
@@ -101,7 +101,7 @@ coreos:
101101
write_files:
102102
- path: /etc/deis-release
103103
content: |
104-
DEIS_RELEASE=v1.10.0
104+
DEIS_RELEASE=v1.10.1
105105
- path: /etc/motd
106106
content: " \e[31m* * \e[34m* \e[32m***** \e[39mddddd eeeeeee iiiiiii ssss\n\e[31m* * \e[34m* * \e[32m* * \e[39md d e e i s s\n \e[31m* * \e[34m***** \e[32m***** \e[39md d e i s\n\e[32m***** \e[31m* * \e[34m* \e[39md d e i s\n\e[32m* * \e[31m* * \e[34m* * \e[39md d eee i sss\n\e[32m***** \e[31m* * \e[34m***** \e[39md d e i s\n \e[34m* \e[32m***** \e[31m* * \e[39md d e i s\n \e[34m* * \e[32m* * \e[31m* * \e[39md d e e i s s\n\e[34m***** \e[32m***** \e[31m* * \e[39mddddd eeeeeee iiiiiii ssss\n\n\e[39mWelcome to Deis\t\t\tPowered by Core\e[38;5;45mO\e[38;5;206mS\e[39m\n"
107107
- path: /etc/profile.d/nse-function.sh

docs/_includes/_get-the-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ this documentation. Download an archive file from the `releases page`_, or use
66
77
$ git clone https://github.com/deis/deis.git
88
$ cd deis
9-
$ git checkout v1.10.0
9+
$ git checkout v1.10.1
1010
1111
Check out the latest Deis release, rather than using the default (master).
1212

docs/installing_deis/install-deisctl.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ and run the latest installer:
1818
.. code-block:: console
1919
2020
$ cd ~/bin
21-
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.10.0
21+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.10.1
2222
$ # on CoreOS, add "sudo" to install to /opt/bin/deisctl
23-
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.10.0
23+
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.10.1
2424
25-
This installs ``deisctl`` version 1.10.0 to the current directory, and downloads the matching
25+
This installs ``deisctl`` version 1.10.1 to the current directory, and downloads the matching
2626
Deis systemd unit files used to schedule the components. Link ``deisctl`` into /usr/local/bin, so
2727
it will be in your ``$PATH``:
2828

@@ -33,10 +33,10 @@ it will be in your ``$PATH``:
3333
To change installation options, save the installer directly:
3434

3535
.. image:: download-linux-brightgreen.svg
36-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.10.0-linux-amd64.run
36+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.10.1-linux-amd64.run
3737

3838
.. image:: download-osx-brightgreen.svg
39-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.10.0-darwin-amd64.run
39+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.10.1-darwin-amd64.run
4040

4141
Then run the downloaded file as a shell script. Append ``--help`` to see what options
4242
are available.

docs/installing_deis/install-platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ First check that you have ``deisctl`` installed and the version is correct.
1414
.. code-block:: console
1515
1616
$ deisctl --version
17-
1.10.0
17+
1.10.1
1818
1919
If not, follow instructions to :ref:`install_deisctl`.
2020

docs/managing_deis/upgrading-deis.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Finally, update ``deisctl`` to the new version and reinstall:
4141

4242
.. code-block:: console
4343
44-
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.10.0
44+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.10.1
4545
$ deisctl --version # should match the desired platform
46-
1.10.0
47-
$ deisctl config platform set version=v1.10.0
46+
1.10.1
47+
$ deisctl config platform set version=v1.10.1
4848
$ deisctl install platform
4949
$ deisctl start platform
5050
@@ -73,7 +73,7 @@ Graceful Upgrade
7373

7474
Alternatively, an experimental feature exists to provide the ability to perform a graceful upgrade. This process is
7575
available for version 1.9.0 moving foward and is intended to facilitate upgrades within a major version (for example,
76-
from 1.9.0 to 1.9.1 or 1.10.0). Upgrading between major versions is not supported (for example, from 1.9.0 to a
76+
from 1.9.0 to 1.9.1 or 1.10.1). Upgrading between major versions is not supported (for example, from 1.9.0 to a
7777
future 2.0.0). Unlike the in-place process above, this process keeps the platform's routers and publishers up during
7878
the upgrade process. This means that there should only be a maximum of around 1-2 seconds of downtime while the
7979
routers boot up. Many times, there will be no downtime at all.
@@ -94,11 +94,11 @@ to. Care should be taken not to overwrite the existing ``deisctl`` version.
9494
.. code-block:: console
9595
9696
$ mkdir /tmp/upgrade
97-
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.10.0 /tmp/upgrade
97+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.10.1 /tmp/upgrade
9898
$ /tmp/upgrade/deisctl --version # should match the desired platform
99-
1.10.0
99+
1.10.1
100100
$ /tmp/upgrade/deisctl refresh-units
101-
$ /tmp/upgrade/deisctl config platform set version=v1.10.0
101+
$ /tmp/upgrade/deisctl config platform set version=v1.10.1
102102
103103
Now it is possible to prepare the cluster for the upgrade using the old ``deisctl`` binary. This command will shutdown
104104
and uninstall all components of the cluster except the router and publisher. This means your services should still be
@@ -123,7 +123,7 @@ If the process were to fail, the old version can be restored manually by reinsta
123123
124124
$ /tmp/upgrade/deisctl stop platform
125125
$ /tmp/upgrade/deisctl uninstall platform
126-
$ /tmp/upgrade/deisctl config platform set version=v1.10.0
126+
$ /tmp/upgrade/deisctl config platform set version=v1.10.1
127127
$ /opt/bin/deisctl refresh-units
128128
$ /opt/bin/deisctl install platform
129129
$ /opt/bin/deisctl start platform

0 commit comments

Comments
 (0)