Skip to content

Commit 2ffe938

Browse files
author
Matthew Fisher
committed
chore(release): update version in master to v1.7.1
1 parent 6571db0 commit 2ffe938

8 files changed

Lines changed: 20 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.7.0 -> v1.7.1
2+
3+
#### Fixes
4+
5+
- [`e8df401`](https://github.com/deis/deis/commit/e8df4010f52378b2ebd6195581080d82f2b3acf9) deisctl: Add extension when refreshing units
6+
17
### v1.6.1 -> v1.7.0
28

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

6969
[Service]
7070
Type=oneshot
71-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.7.0'
71+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.7.1'
7272
- name: debug-etcd.service
7373
content: |
7474
[Unit]
@@ -102,7 +102,7 @@ coreos:
102102
write_files:
103103
- path: /etc/deis-release
104104
content: |
105-
DEIS_RELEASE=v1.7.0
105+
DEIS_RELEASE=v1.7.1
106106
- path: /etc/motd
107107
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"
108108
- 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.7.0
9+
$ git checkout v1.7.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.7.0
21+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.7.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.7.0
23+
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.7.1
2424
25-
This installs ``deisctl`` version 1.7.0 to the current directory, and downloads the matching
25+
This installs ``deisctl`` version 1.7.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.7.0-linux-amd64.run
36+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.7.1-linux-amd64.run
3737

3838
.. image:: download-osx-brightgreen.svg
39-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.7.0-darwin-amd64.run
39+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.7.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.7.0
17+
1.7.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.7.0
44+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.7.1
4545
$ deisctl --version # should match the desired platform
46-
1.7.0
47-
$ deisctl config platform set version=v1.7.0
46+
1.7.1
47+
$ deisctl config platform set version=v1.7.1
4848
$ deisctl install platform
4949
$ deisctl start platform
5050

docs/troubleshooting_deis/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you built ``deisctl`` locally or didn't use its installer, you may see an err
8080
8181
This is because ``deisctl`` could not find unit files for Deis locally. Run
8282
``deisctl help refresh-units`` to see where ``deisctl`` searches, and then run a command such as
83-
``deisctl refresh-units --tag=v1.7.0``, or set the ``$DEISCTL_UNITS`` environment variable to a directory
83+
``deisctl refresh-units --tag=v1.7.1``, or set the ``$DEISCTL_UNITS`` environment variable to a directory
8484
containing the unit files.
8585

8686
Other issues

0 commit comments

Comments
 (0)