Skip to content

Commit f97a8d8

Browse files
committed
chore(release): update version in master to v1.5.1
1 parent 49d9002 commit f97a8d8

9 files changed

Lines changed: 31 additions & 17 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ htmlcov/
5858

5959
# integration test droppings
6060
tests/example-*
61+
tests/*.cert
62+
tests/*.key
6163

6264
# extra .py droppings from building docs
6365
/__init__.py

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### v1.5.0 -> v1.5.1
2+
3+
#### Fixes
4+
5+
- [`0866951`](https://github.com/deis/deis/commit/0866951334e3affaa9d04ae8f89f95bfe2590682) builder: exit 1 when gitreceive captures a build
6+
- [`64c0990`](https://github.com/deis/deis/commit/64c0990e8cf1d71a45e2361f9d389abdfc53f0f0) router: use nginx $host in HTTPS redirects
7+
8+
#### Maintenance
9+
10+
- [`f66ae3b`](https://github.com/deis/deis/commit/f66ae3badfd9f330a7b0caa7fd82aaef9521b9e8) release: update version to v1.5.1
11+
112
### v1.4.1 -> v1.5.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.5.0-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.5.0)
6+
[![Current Release](http://img.shields.io/badge/release-v1.5.1-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.5.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
@@ -63,7 +63,7 @@ coreos:
6363

6464
[Service]
6565
Type=oneshot
66-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.5.0'
66+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.5.1'
6767
- name: ntpdate.service
6868
command: start
6969
- name: timedate-ntp-synchronization.service
@@ -112,7 +112,7 @@ coreos:
112112
write_files:
113113
- path: /etc/deis-release
114114
content: |
115-
DEIS_RELEASE=v1.5.0
115+
DEIS_RELEASE=v1.5.1
116116
- path: /etc/motd
117117
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"
118118
- path: /etc/profile.d/nse-function.sh

docs/contributing/releases.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ Patch Release
3131
$ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
3232
README.md \
3333
builder/image/Dockerfile \
34-
builder/slugbuilder/Dockerfile \
35-
builder/slugrunner/Dockerfile \
34+
builder/image/slugbuilder/Dockerfile \
35+
builder/image/slugrunner/Dockerfile \
3636
cache/Dockerfile \
37+
cache/image/Dockerfile \
3738
client/deis.py \
3839
client/setup.py \
3940
contrib/coreos/user-data.example \
@@ -45,7 +46,7 @@ Patch Release
4546
docs/installing_deis/install-deisctl.rst \
4647
docs/installing_deis/install-platform.rst \
4748
docs/managing_deis/upgrading-deis.rst \
48-
docs/reference/api-v1.1.rst \
49+
docs/reference/api-v1.2.rst \
4950
docs/troubleshooting_deis/index.rst \
5051
logger/image/Dockerfile \
5152
logspout/image/Dockerfile \
@@ -95,7 +96,7 @@ Major or Minor Release
9596
docs/installing_deis/install-deisctl.rst \
9697
docs/installing_deis/install-platform.rst \
9798
docs/managing_deis/upgrading-deis.rst \
98-
docs/reference/api-v1.1.rst \
99+
docs/reference/api-v1.2.rst \
99100
docs/troubleshooting_deis/index.rst
100101
101102
- Edit deisctl/cmd/cmd.go and change the default in the RefreshUnits usage string

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

3838
.. image:: download-osx-brightgreen.svg
39-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.5.0-darwin-amd64.run
39+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.5.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.5.0
17+
1.5.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.5.0
44+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.5.1
4545
$ deisctl --version # should match the desired platform
46-
1.5.0
47-
$ deisctl config platform set version=v1.5.0
46+
1.5.1
47+
$ deisctl config platform set version=v1.5.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
@@ -85,7 +85,7 @@ If you built ``deisctl`` locally or didn't use its installer, you may see an err
8585
8686
This is because ``deisctl`` could not find unit files for Deis locally. Run
8787
``deisctl help refresh-units`` to see where ``deisctl`` searches, and then run a command such as
88-
``deisctl refresh-units --tag=v1.5.0``, or set the ``$DEISCTL_UNITS`` environment variable to a directory
88+
``deisctl refresh-units --tag=v1.5.1``, or set the ``$DEISCTL_UNITS`` environment variable to a directory
8989
containing the unit files.
9090

9191
Other issues

0 commit comments

Comments
 (0)