Skip to content

Commit 0fa851f

Browse files
committed
chore(release): update release version in master to v1.0.2
1 parent 383d66f commit 0fa851f

7 files changed

Lines changed: 32 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### v1.0.1 -> v1.0.2
2+
3+
#### Fixes
4+
5+
- [`02dacee`](https://github.com/deis/deis/commit/02dacee1e49c88e1497e5b7c62672743414a7dc7) builder: explicitly call out $TMP_DIR on `docker cp`
6+
- [`3502595`](https://github.com/deis/deis/commit/3502595c3310e982f81f0914fe04b6ee0d96e0d1) contrib/coreos: fix usage of --insecure-registry
7+
- [`c3cede8`](https://github.com/deis/deis/commit/c3cede829ea4256c22130d08d7b3a22cfc402676) contrib: add other RFC1918 private addresses
8+
- [`eb70b77`](https://github.com/deis/deis/commit/eb70b772825f597bff73455ed6cb88e5a1fd580f) contrib: add --insecure-registry flag for docker 1.3.2
9+
10+
#### Documentation
11+
12+
- [`3f1b7f4`](https://github.com/deis/deis/commit/3f1b7f475f4bbfe50c625b744c32715d39fbf8d0) managing_deis: add warning to CoreOS upgrade
13+
- [`67c1dfb`](https://github.com/deis/deis/commit/67c1dfb29fcb4cb1725a196f0a3a91b6a84ee599) contributing: clean up insecure-registry language
14+
- [`10af173`](https://github.com/deis/deis/commit/10af1737f1acc3702d04141e10093f0ba5654583) installing_deis: add private network address requirement
15+
16+
#### Maintenance
17+
18+
- [`7940582`](https://github.com/deis/deis/commit/79405825588b03b1705de9a071242f3b60d57060) release: update version to v1.0.2
19+
- [`df93f71`](https://github.com/deis/deis/commit/df93f7150501dcee1ca82057de010d039fe7207a) builder: bump Docker to 1.3.2
20+
- [`bdc1d72`](https://github.com/deis/deis/commit/bdc1d722016bd42a0a1fae932b175296348987fa) (all): bump CoreOS to 509.1.0 for Docker vulnerability
21+
122
### v1.0.0 -> v1.0.1
223

324
#### Features
@@ -21,6 +42,7 @@
2142

2243
#### Maintenance
2344

45+
- [`37711ed`](https://github.com/deis/deis/commit/37711edf676bab7776de5eee40476709c643dedb) release: update version to v1.0.1
2446
- [`8932a0b`](https://github.com/deis/deis/commit/8932a0bd6e16177e82808625b579fb9bdfb95b7b) release: update version in master to v1.0.0+git
2547

2648
### v0.15.1 -> v1.0.0

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
setup(name='deis',
31-
version='1.0.1',
31+
version='1.0.2',
3232
license=APACHE_LICENSE,
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',

contrib/coreos/user-data.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ coreos:
4040

4141
[Service]
4242
Type=oneshot
43-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.0.1'
43+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.0.2'
4444
write_files:
4545
- path: /etc/deis-release
4646
content: |
47-
DEIS_RELEASE=v1.0.1
47+
DEIS_RELEASE=v1.0.2
4848
- path: /etc/motd
4949
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"
5050
- 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.0.1
21+
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.0.2
2222
23-
This installs ``deisctl`` version 1.0.1 to the current directory, and downloads the matching
23+
This installs ``deisctl`` version 1.0.2 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.0.1-linux-amd64.run
34+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.0.2-linux-amd64.run
3535

3636
.. image:: download-osx-brightgreen.svg
37-
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.0.1-darwin-amd64.run
37+
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.0.2-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.0.1
17+
1.0.2
1818
1919
If not, follow instructions to :ref:`install_deisctl`.
2020

docs/managing_deis/upgrading-deis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the following steps to perform an in-place upgrade of your Deis cluster.
3232
.. code-block:: console
3333
3434
$ deisctl stop platform && deisctl uninstall platform
35-
$ deisctl config platform set version=v1.0.1
35+
$ deisctl config platform set version=v1.0.2
3636
$ deisctl install platform
3737
$ deisctl start platform
3838

docs/troubleshooting_deis/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ If you built ``deisctl`` locally or didn't use its installer, you may see an err
144144
145145
This is because ``deisctl`` could not find unit files for Deis locally. Run
146146
``deisctl help refresh-units`` to see where ``deisctl`` searches, and then run a command such as
147-
``deisctl refresh-units --tag=v1.0.1``, or set the ``$DEISCTL_UNITS`` environment variable to a directory
147+
``deisctl refresh-units --tag=v1.0.2``, or set the ``$DEISCTL_UNITS`` environment variable to a directory
148148
containing the unit files.
149149

150150
Other issues

0 commit comments

Comments
 (0)