Skip to content

Commit e372bc3

Browse files
author
Matthew Fisher
committed
chore(release): update version in master to v1.4.1
1 parent 273aca9 commit e372bc3

8 files changed

Lines changed: 54 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v1.4.0 -> v1.4.1
2+
3+
#### Fixes
4+
5+
- [`cf61859`](https://github.com/deis/deis/commit/cf61859be532603b615c511ab9b2f6163e0d8ce6) builder: strip single quotes from BUILDPACK_URL"
6+
- [`45e7413`](https://github.com/deis/deis/commit/45e74138b6b88c14fbc844bbc8eb1979237601ab) builder: properly escape backticks"
7+
- [`0046494`](https://github.com/deis/deis/commit/004649486f26c4d3c43fd4f56a27a4e873b6f59d) builder: properly escape backticks in envvars"
8+
9+
#### Maintenance
10+
11+
- [`6960646`](https://github.com/deis/deis/commit/696064661a70846ccc1780299a714aeff8c4999e) release: update version to v1.4.1
12+
113
### v1.3.1 -> v1.4.0
214

315
#### 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.4.0-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.4.0)
6+
[![Current Release](http://img.shields.io/badge/release-v1.4.1-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.4.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
@@ -41,7 +41,7 @@ coreos:
4141

4242
[Service]
4343
Type=oneshot
44-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.4.0'
44+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.4.1'
4545
- name: ntpdate.service
4646
command: start
4747
- name: timedate-ntp-synchronization.service
@@ -79,7 +79,7 @@ coreos:
7979
write_files:
8080
- path: /etc/deis-release
8181
content: |
82-
DEIS_RELEASE=v1.4.0
82+
DEIS_RELEASE=v1.4.1
8383
- path: /etc/motd
8484
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"
8585
- path: /etc/profile.d/nse-function.sh

docs/installing_deis/install-deisctl.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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.4.0
21+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.4.1
2222
23-
This installs ``deisctl`` version 1.4.0 to the current directory, and downloads the matching
23+
This installs ``deisctl`` version 1.4.1 to the current directory, and downloads the matching
2424
Deis systemd unit files used to schedule the components. Link ``deisctl`` into /usr/local/bin, so
2525
it will be in your ``$PATH``:
2626

@@ -31,10 +31,10 @@ it will be in your ``$PATH``:
3131
To change installation options, save the installer directly:
3232

3333
.. image:: download-linux-brightgreen.svg
34-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.0-linux-amd64.run
34+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.1-linux-amd64.run
3535

3636
.. image:: download-osx-brightgreen.svg
37-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.0-darwin-amd64.run
37+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.4.1-darwin-amd64.run
3838

3939
Then run the downloaded file as a shell script. Append ``--help`` to see what options
4040
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.4.0
17+
1.4.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.4.0
44+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.4.1
4545
$ deisctl --version # should match the desired platform
46-
1.4.0
47-
$ deisctl config platform set version=v1.4.0
46+
1.4.1
47+
$ deisctl config platform set version=v1.4.1
4848
$ deisctl install platform
4949
$ deisctl start platform
5050

docs/reference/api-v1.1.rst

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Example Response:
5757
5858
HTTP/1.1 201 CREATED
5959
X_DEIS_API_VERSION: 1.1
60-
X_DEIS_PLATFORM_VERSION: 1.4.0
60+
X_DEIS_PLATFORM_VERSION: 1.4.1
6161
Content-Type: application/json
6262
6363
{
@@ -95,7 +95,7 @@ Example Response:
9595
9696
HTTP/1.1 200 OK
9797
X_DEIS_API_VERSION: 1.1
98-
X_DEIS_PLATFORM_VERSION: 1.4.0
98+
X_DEIS_PLATFORM_VERSION: 1.4.1
9999
Content-Type: application/json
100100
101101
{"token": "abc123"}
@@ -118,7 +118,7 @@ Example Response:
118118
119119
HTTP/1.1 204 NO CONTENT
120120
X_DEIS_API_VERSION: 1.1
121-
X_DEIS_PLATFORM_VERSION: 1.4.0
121+
X_DEIS_PLATFORM_VERSION: 1.4.1
122122
123123
124124
Applications
@@ -142,7 +142,7 @@ Example Response:
142142
143143
HTTP/1.1 200 OK
144144
X_DEIS_API_VERSION: 1.1
145-
X_DEIS_PLATFORM_VERSION: 1.4.0
145+
X_DEIS_PLATFORM_VERSION: 1.4.1
146146
Content-Type: application/json
147147
148148
{
@@ -188,7 +188,7 @@ Example Response:
188188
189189
HTTP/1.1 201 CREATED
190190
X_DEIS_API_VERSION: 1.1
191-
X_DEIS_PLATFORM_VERSION: 1.4.0
191+
X_DEIS_PLATFORM_VERSION: 1.4.1
192192
Content-Type: application/json
193193
194194
{
@@ -219,7 +219,7 @@ Example Response:
219219
220220
HTTP/1.1 204 NO CONTENT
221221
X_DEIS_API_VERSION: 1.1
222-
X_DEIS_PLATFORM_VERSION: 1.4.0
222+
X_DEIS_PLATFORM_VERSION: 1.4.1
223223
224224
225225
List Application Details
@@ -239,7 +239,7 @@ Example Response:
239239
240240
HTTP/1.1 200 OK
241241
X_DEIS_API_VERSION: 1.1
242-
X_DEIS_PLATFORM_VERSION: 1.4.0
242+
X_DEIS_PLATFORM_VERSION: 1.4.1
243243
Content-Type: application/json
244244
245245
{
@@ -270,7 +270,7 @@ Example Response:
270270
271271
HTTP/1.1 200 OK
272272
X_DEIS_API_VERSION: 1.1
273-
X_DEIS_PLATFORM_VERSION: 1.4.0
273+
X_DEIS_PLATFORM_VERSION: 1.4.1
274274
Content-Type: text/plain
275275
276276
"16:51:14 deis[api]: test created initial release\n"
@@ -294,7 +294,7 @@ Example Response:
294294
295295
HTTP/1.1 200 OK
296296
X_DEIS_API_VERSION: 1.1
297-
X_DEIS_PLATFORM_VERSION: 1.4.0
297+
X_DEIS_PLATFORM_VERSION: 1.4.1
298298
Content-Type: application/json
299299
300300
{"rc": 0, "output": "hi"}
@@ -321,7 +321,7 @@ Example Response:
321321
322322
HTTP/1.1 200 OK
323323
X_DEIS_API_VERSION: 1.1
324-
X_DEIS_PLATFORM_VERSION: 1.4.0
324+
X_DEIS_PLATFORM_VERSION: 1.4.1
325325
Content-Type: application/json
326326
327327
{
@@ -361,7 +361,7 @@ Example Response:
361361
362362
HTTP/1.1 200 OK
363363
X_DEIS_API_VERSION: 1.1
364-
X_DEIS_PLATFORM_VERSION: 1.4.0
364+
X_DEIS_PLATFORM_VERSION: 1.4.1
365365
Content-Type: application/json
366366
367367
{
@@ -404,7 +404,7 @@ Example Response:
404404
405405
HTTP/1.1 204 NO CONTENT
406406
X_DEIS_API_VERSION: 1.1
407-
X_DEIS_PLATFORM_VERSION: 1.4.0
407+
X_DEIS_PLATFORM_VERSION: 1.4.1
408408
409409
410410
Configuration
@@ -428,7 +428,7 @@ Example Response:
428428
429429
HTTP/1.1 200 OK
430430
X_DEIS_API_VERSION: 1.1
431-
X_DEIS_PLATFORM_VERSION: 1.4.0
431+
X_DEIS_PLATFORM_VERSION: 1.4.1
432432
Content-Type: application/json
433433
434434
{
@@ -464,7 +464,7 @@ Example Response:
464464
465465
HTTP/1.1 201 CREATED
466466
X_DEIS_API_VERSION: 1.1
467-
X_DEIS_PLATFORM_VERSION: 1.4.0
467+
X_DEIS_PLATFORM_VERSION: 1.4.1
468468
Content-Type: application/json
469469
X-Deis-Release: 3
470470
@@ -507,7 +507,7 @@ Example Response:
507507
508508
HTTP/1.1 201 CREATED
509509
X_DEIS_API_VERSION: 1.1
510-
X_DEIS_PLATFORM_VERSION: 1.4.0
510+
X_DEIS_PLATFORM_VERSION: 1.4.1
511511
Content-Type: application/json
512512
X-Deis-Release: 4
513513
@@ -549,7 +549,7 @@ Example Response:
549549
550550
HTTP/1.1 200 OK
551551
X_DEIS_API_VERSION: 1.1
552-
X_DEIS_PLATFORM_VERSION: 1.4.0
552+
X_DEIS_PLATFORM_VERSION: 1.4.1
553553
Content-Type: application/json
554554
555555
{
@@ -587,7 +587,7 @@ Example Response:
587587
588588
HTTP/1.1 201 CREATED
589589
X_DEIS_API_VERSION: 1.1
590-
X_DEIS_PLATFORM_VERSION: 1.4.0
590+
X_DEIS_PLATFORM_VERSION: 1.4.1
591591
Content-Type: application/json
592592
593593
{
@@ -617,7 +617,7 @@ Example Response:
617617
618618
HTTP/1.1 204 NO CONTENT
619619
X_DEIS_API_VERSION: 1.1
620-
X_DEIS_PLATFORM_VERSION: 1.4.0
620+
X_DEIS_PLATFORM_VERSION: 1.4.1
621621
622622
623623
Builds
@@ -641,7 +641,7 @@ Example Response:
641641
642642
HTTP/1.1 200 OK
643643
X_DEIS_API_VERSION: 1.1
644-
X_DEIS_PLATFORM_VERSION: 1.4.0
644+
X_DEIS_PLATFORM_VERSION: 1.4.1
645645
Content-Type: application/json
646646
647647
{
@@ -686,7 +686,7 @@ Example Response:
686686
687687
HTTP/1.1 201 CREATED
688688
X_DEIS_API_VERSION: 1.1
689-
X_DEIS_PLATFORM_VERSION: 1.4.0
689+
X_DEIS_PLATFORM_VERSION: 1.4.1
690690
Content-Type: application/json
691691
X-Deis-Release: 4
692692
@@ -724,7 +724,7 @@ Example Response:
724724
725725
HTTP/1.1 200 OK
726726
X_DEIS_API_VERSION: 1.1
727-
X_DEIS_PLATFORM_VERSION: 1.4.0
727+
X_DEIS_PLATFORM_VERSION: 1.4.1
728728
Content-Type: application/json
729729
730730
{
@@ -786,7 +786,7 @@ Example Response:
786786
787787
HTTP/1.1 200 OK
788788
X_DEIS_API_VERSION: 1.1
789-
X_DEIS_PLATFORM_VERSION: 1.4.0
789+
X_DEIS_PLATFORM_VERSION: 1.4.1
790790
Content-Type: application/json
791791
792792
{
@@ -822,7 +822,7 @@ Example Response:
822822
823823
HTTP/1.1 201 CREATED
824824
X_DEIS_API_VERSION: 1.1
825-
X_DEIS_PLATFORM_VERSION: 1.4.0
825+
X_DEIS_PLATFORM_VERSION: 1.4.1
826826
Content-Type: application/json
827827
828828
{"version": 5}
@@ -849,7 +849,7 @@ Example Response:
849849
850850
{
851851
X_DEIS_API_VERSION: 1.1
852-
X_DEIS_PLATFORM_VERSION: 1.4.0
852+
X_DEIS_PLATFORM_VERSION: 1.4.1
853853
"count": 1,
854854
"next": null,
855855
"previous": null,
@@ -888,7 +888,7 @@ Example Response:
888888
889889
HTTP/1.1 201 CREATED
890890
X_DEIS_API_VERSION: 1.1
891-
X_DEIS_PLATFORM_VERSION: 1.4.0
891+
X_DEIS_PLATFORM_VERSION: 1.4.1
892892
Content-Type: application/json
893893
894894
{
@@ -918,7 +918,7 @@ Example Response:
918918
919919
HTTP/1.1 204 NO CONTENT
920920
X_DEIS_API_VERSION: 1.1
921-
X_DEIS_PLATFORM_VERSION: 1.4.0
921+
X_DEIS_PLATFORM_VERSION: 1.4.1
922922
923923
924924
Permissions
@@ -942,7 +942,7 @@ Example Response:
942942
943943
HTTP/1.1 200 OK
944944
X_DEIS_API_VERSION: 1.1
945-
X_DEIS_PLATFORM_VERSION: 1.4.0
945+
X_DEIS_PLATFORM_VERSION: 1.4.1
946946
Content-Type: application/json
947947
948948
{
@@ -969,7 +969,7 @@ Example Response:
969969
970970
HTTP/1.1 201 CREATED
971971
X_DEIS_API_VERSION: 1.1
972-
X_DEIS_PLATFORM_VERSION: 1.4.0
972+
X_DEIS_PLATFORM_VERSION: 1.4.1
973973
974974
975975
Remove Application Permission
@@ -989,7 +989,7 @@ Example Response:
989989
990990
HTTP/1.1 204 NO CONTENT
991991
X_DEIS_API_VERSION: 1.1
992-
X_DEIS_PLATFORM_VERSION: 1.4.0
992+
X_DEIS_PLATFORM_VERSION: 1.4.1
993993
994994
Grant User Administrative Privileges
995995
````````````````````````````````````
@@ -1014,4 +1014,4 @@ Example Response:
10141014
10151015
HTTP/1.1 201 CREATED
10161016
X_DEIS_API_VERSION: 1.1
1017-
X_DEIS_PLATFORM_VERSION: 1.4.0
1017+
X_DEIS_PLATFORM_VERSION: 1.4.1

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.4.0``, or set the ``$DEISCTL_UNITS`` environment variable to a directory
88+
``deisctl refresh-units --tag=v1.4.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)