Skip to content

Commit e3d172f

Browse files
committed
chore(release): update version in master to v1.9.1
1 parent 5c5f822 commit e3d172f

10 files changed

Lines changed: 77 additions & 59 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### v1.9.0 -> v1.9.1
2+
3+
#### Fixes
4+
5+
- [`d9a09b0`](https://github.com/deis/deis/commit/d9a09b003112a0f4a6f882ff18413332e179ba7c) contrib: fix etcd2 data directory on AWS
6+
- [`8f50e70`](https://github.com/deis/deis/commit/8f50e7063a4d8669b77592edfef71f910de6e8a3) publisher: ignore healthcheck values if unset
7+
- [`70867aa`](https://github.com/deis/deis/commit/70867aa69e0f02fd416cd250e526e57a2a01b9a1) controller: require fleet.socket
8+
- [`1f2264c`](https://github.com/deis/deis/commit/1f2264cf303790bba6f66181dfcc209ab090e392) flannel: use default iface for starting flannel except vagrant
9+
- [`ee15c14`](https://github.com/deis/deis/commit/ee15c149270669be2eaae677f76dda7fa4874a3a) deisctl/units: stop k8s services without errors
10+
- [`e92e2db`](https://github.com/deis/deis/commit/e92e2db5ddd4e740b4e43d8cf0e14680be5e8bcf) contrib: fix debug-etcd
11+
- [`837ef9d`](https://github.com/deis/deis/commit/837ef9dc7882e5264ea343f2548afe2d6325171d) mesos-marathon: change instances to zero instead of scale to zero
12+
13+
#### Maintenance
14+
15+
- [`76571aa`](https://github.com/deis/deis/commit/76571aa87ae423537ca240a86d5f128b026463a2) (all): bump etcd to 2.1.2
16+
117
### v1.8.0 -> v1.9.0
218

319
#### 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.9.0-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.9.0)
6+
[![Current Release](http://img.shields.io/badge/release-v1.9.1-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.9.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
@@ -134,7 +134,7 @@ coreos:
134134

135135
[Service]
136136
Type=oneshot
137-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.9.0'
137+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.9.1'
138138
- name: debug-etcd.service
139139
content: |
140140
[Unit]
@@ -159,7 +159,7 @@ coreos:
159159
write_files:
160160
- path: /etc/deis-release
161161
content: |
162-
DEIS_RELEASE=v1.9.0
162+
DEIS_RELEASE=v1.9.1
163163
- path: /etc/motd
164164
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"
165165
- 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.9.0
9+
$ git checkout v1.9.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.9.0
21+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.9.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.9.0
23+
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.9.1
2424
25-
This installs ``deisctl`` version 1.9.0 to the current directory, and downloads the matching
25+
This installs ``deisctl`` version 1.9.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.9.0-linux-amd64.run
36+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.9.1-linux-amd64.run
3737

3838
.. image:: download-osx-brightgreen.svg
39-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.9.0-darwin-amd64.run
39+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.9.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.9.0
17+
1.9.1
1818
1919
If not, follow instructions to :ref:`install_deisctl`.
2020

docs/managing_deis/upgrading-deis.rst

Lines changed: 7 additions & 7 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.9.0
44+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.9.1
4545
$ deisctl --version # should match the desired platform
46-
1.9.0
47-
$ deisctl config platform set version=v1.9.0
46+
1.9.1
47+
$ deisctl config platform set version=v1.9.1
4848
$ deisctl install platform
4949
$ deisctl start platform
5050
@@ -72,8 +72,8 @@ Graceful Upgrade
7272
----------------
7373

7474
Alternatively, an experimental feature exists to provide the ability to perform a graceful upgrade. This process is
75-
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
75+
available for version 1.9.1 moving foward and is intended to facilitate upgrades within a major version (for example,
76+
from 1.9.1 to 1.9.1 or 1.10.0). Upgrading between major versions is not supported (for example, from 1.9.1 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.
@@ -104,7 +104,7 @@ to. Care should be taken not to overwrite the existing ``deisctl`` version.
104104

105105
Deis version 1.10.0 does not exist at the time of this writing, but since
106106
the upgrade feature is only available for upgrading from Deis version
107-
1.9.0 and higher, the snippet above is a realistic portrayal of how
107+
1.9.1 and higher, the snippet above is a realistic portrayal of how
108108
this feature can be used in the future.
109109

110110
Now it is possible to prepare the cluster for the upgrade using the old ``deisctl`` binary. This command will shutdown
@@ -130,7 +130,7 @@ If the process were to fail, the old version can be restored manually by reinsta
130130
131131
$ /tmp/upgrade/deisctl stop platform
132132
$ /tmp/upgrade/deisctl uninstall platform
133-
$ /tmp/upgrade/deisctl config platform set version=v1.9.0
133+
$ /tmp/upgrade/deisctl config platform set version=v1.9.1
134134
$ /opt/bin/deisctl refresh-units
135135
$ /opt/bin/deisctl install platform
136136
$ /opt/bin/deisctl start platform

0 commit comments

Comments
 (0)