Skip to content

Commit 28ffa17

Browse files
committed
chore(release): update version in master to v1.7.3
1 parent 87d2ba3 commit 28ffa17

9 files changed

Lines changed: 59 additions & 53 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.2 -> v1.7.3
2+
3+
#### Fixes
4+
5+
- [`87d2ba3`](https://github.com/deis/deis/commit/87d2ba3caaafe89b911589ff149a932f31e31cf4) builder: call ls rather than using a wildcard
6+
17
### v1.7.1 -> v1.7.2
28

39
#### Fixes

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.2-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.7.2)
6+
[![Current Release](http://img.shields.io/badge/release-v1.7.3-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.7.3)
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.2'
71+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.7.3'
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.2
105+
DEIS_RELEASE=v1.7.3
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.2
9+
$ git checkout v1.7.3
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.2
21+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.7.3
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.2
23+
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.7.3
2424
25-
This installs ``deisctl`` version 1.7.2 to the current directory, and downloads the matching
25+
This installs ``deisctl`` version 1.7.3 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.2-linux-amd64.run
36+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.7.3-linux-amd64.run
3737

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

0 commit comments

Comments
 (0)