Skip to content

Commit 4ab01b1

Browse files
committed
chore(release): update version in master to v1.6.1
1 parent 13bd5f2 commit 4ab01b1

10 files changed

Lines changed: 64 additions & 53 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### v1.6.0 -> v1.6.1
2+
3+
#### Fixes
4+
5+
- [`13bd5f2`](https://github.com/deis/deis/commit/13bd5f2c70054b7ea9c45d802b44622d578d21b3) client: pin cryptography library at 0.8.2
6+
- [`5e09bff`](https://github.com/deis/deis/commit/5e09bff5f7fd061af0ca6a07b2417d213d322517) store: fix shared etcd key defaults
7+
- [`8349d06`](https://github.com/deis/deis/commit/8349d06fe8eeee5a0c29fdeced263bc515994b87) router: check if there is certificates to generate
8+
- [`5dd03e8`](https://github.com/deis/deis/commit/5dd03e8705d82877ec731cd69df1b77f481921be) contrib/coreos: remove custom clock sync logic
9+
- [`7c8c60b`](https://github.com/deis/deis/commit/7c8c60ba71a344c396cb66c54fb0cedd4792065d) client: add requirements.txt to pypi distribution
10+
- [`575f68d`](https://github.com/deis/deis/commit/575f68dfe3c4a14be0add9d28bfcaeb7af29047d) store: lower number of placement groups
11+
112
### v1.5.2 -> v1.6.0
213

314
#### 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.6.0-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.6.0)
6+
[![Current Release](http://img.shields.io/badge/release-v1.6.1-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.6.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
@@ -52,7 +52,7 @@ coreos:
5252

5353
[Service]
5454
Type=oneshot
55-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.6.0'
55+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.6.1'
5656
- name: debug-etcd.service
5757
content: |
5858
[Unit]
@@ -86,7 +86,7 @@ coreos:
8686
write_files:
8787
- path: /etc/deis-release
8888
content: |
89-
DEIS_RELEASE=v1.6.0
89+
DEIS_RELEASE=v1.6.1
9090
- path: /etc/motd
9191
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"
9292
- 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.6.0
9+
$ git checkout v1.6.1
1010
1111
Check out the latest Deis release, rather than using the default (master).
1212

docs/contributing/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Patch Release
179179
docs/installing_deis/install-deisctl.rst \
180180
docs/installing_deis/install-platform.rst \
181181
docs/managing_deis/upgrading-deis.rst \
182-
docs/reference/api-v1.1.rst \
182+
docs/reference/api-v1.3.rst \
183183
docs/troubleshooting_deis/index.rst
184184
185185
- ``git commit -a -m 'chore(release): update version in master to vA.B.D'``

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.6.0
21+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.6.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.6.0
23+
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.6.1
2424
25-
This installs ``deisctl`` version 1.6.0 to the current directory, and downloads the matching
25+
This installs ``deisctl`` version 1.6.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.6.0-linux-amd64.run
36+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.6.1-linux-amd64.run
3737

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

docs/managing_deis/upgrading-deis.rst

Lines changed: 3 additions & 3 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.6.0
44+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.6.1
4545
$ deisctl --version # should match the desired platform
46-
1.6.0
47-
$ deisctl config platform set version=v1.6.0
46+
1.6.1
47+
$ deisctl config platform set version=v1.6.1
4848
$ deisctl install platform
4949
$ deisctl start platform
5050

0 commit comments

Comments
 (0)