Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(release): update version to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Nov 4, 2015
1 parent 2ecc28f commit 0bb7b6e
Show file tree
Hide file tree
Showing 28 changed files with 124 additions and 79 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,48 @@
### v1.11.2 -> v1.12.0

#### Features

- [`c8100da`](https://github.com/deis/deis/commit/c8100da71e24a2b932b453c886a8cfaa904327b5) contrib/digitalocean: improve Digital Ocean provisioning workflow
- [`5c8f5b9`](https://github.com/deis/deis/commit/5c8f5b984b361e7379d7bf5048ae46abcfa0e800) tests: use Docker 1.8.3 for Jenkins nodes
- [`a47fcfe`](https://github.com/deis/deis/commit/a47fcfe4586e43e71c4515075626c3e0814a07d1) contrib: vagrantfile sources utils.sh
- [`25653e3`](https://github.com/deis/deis/commit/25653e39a1ac8d76eee28563e2601c9750c3e8a7) builder: make SOURCE_VERSION env variable
- [`d55f9a1`](https://github.com/deis/deis/commit/d55f9a14bef9ef72b7c365f04a3461d4c6c816c8) registry: add more information on during startup process
- [`8f7f284`](https://github.com/deis/deis/commit/8f7f284895601087842e513855cc62072bda627c) controller: disable swap if there's a mem limit
- [`ab53096`](https://github.com/deis/deis/commit/ab53096daf466024cda23c203b377326815df4b9) controller: use Docker for last-mile layer
- [`9e87112`](https://github.com/deis/deis/commit/9e87112957f5fdaf852028df018548e2641937d4) deisctl: bump fleet api to v0.10.2

#### Fixes

- [`2ecc28f`](https://github.com/deis/deis/commit/2ecc28fe8e0e791c8903aea99a5897a54f4543e0) database: revert to alpine:3.1 for PostgreSQL
- [`2a0a319`](https://github.com/deis/deis/commit/2a0a319cf5d3d77f95ba92f7d34062390b41bb72) contrib/linode: fix discovery url issues in deployment scripts
- [`61c1026`](https://github.com/deis/deis/commit/61c1026f480e73c11a06bebccdee30bc44ed47a4) builder: continue updating etcd after errors
- [`055763b`](https://github.com/deis/deis/commit/055763b9d2e03d7fc5c87ac46f2bc3d5a013fc24) client: init procfileMap in "deis pull"
- [`a81e689`](https://github.com/deis/deis/commit/a81e6896137e4775e6799d3b99f9c0a278488112) contrib/linode: fix issues with DHCP on Linode
- [`2c5d0da`](https://github.com/deis/deis/commit/2c5d0dad2e10508d780a5721d0f9da371804c7ad) Vagrantfile: specifically use bash to source utils.sh
- [`8ac36e8`](https://github.com/deis/deis/commit/8ac36e8bf5107e1f9efbb05f138d7b631b1f78e6) client: catch and propagate client errors
- [`5fc33de`](https://github.com/deis/deis/commit/5fc33de0d3e291c9b2a8d52241d6e52f28d11196) contrib/gce: replace discovery url properly
- [`d830adf`](https://github.com/deis/deis/commit/d830adf1e8d323ff37f23300661c543daebc632b) contrib/azure: use Azure premium storage
- [`648439d`](https://github.com/deis/deis/commit/648439dcdcc0a9b8ce7de268fdcf394cc2f1e758) contrib/azure: discovery url
- [`4d5db42`](https://github.com/deis/deis/commit/4d5db42da2b27e825af2d3aa7548dda6dc3957a9) builder: update d-in-d wrapper for newer Docker
- [`b9dde4a`](https://github.com/deis/deis/commit/b9dde4a90fdc6985479b6b2f9cd1dcad5195326d) client: read procfile from PWD when pulling
- [`87afcd9`](https://github.com/deis/deis/commit/87afcd91e8b98c1dc9bd351496aaab73da4376da) controller/web: enable unit tests
- [`df1dd36`](https://github.com/deis/deis/commit/df1dd3692b97f9b8463b7aebd9baf409fd8e9fdd) contrib/aws[rigger]: upload correct ssh key

#### Documentation

- [`70bd364`](https://github.com/deis/deis/commit/70bd36465bb0529480324c30071611ee411c9d9b) roadmap: add release criteria
- [`3ec1ccf`](https://github.com/deis/deis/commit/3ec1ccfaf19e3eb9fac06815a59ec01c378a7201) contributing: update where build instructions are
- [`393883e`](https://github.com/deis/deis/commit/393883e2d35b185164820d35e3ac62a4feba8191) contributing: add optional pre-reqs
- [`dfa98e9`](https://github.com/deis/deis/commit/dfa98e9df93ce249af3320f1f1015b49c881d5db) upgrading-deis: graceful upgrade in stateless mode
- [`c489394`](https://github.com/deis/deis/commit/c489394f0dd49e810f74c1513aa6369bb6fa380e) roadmap: add October 2015 planning meeting

#### Maintenance

- [`386947f`](https://github.com/deis/deis/commit/386947f14d96025d12eee3c09980125a90021482) router: update nginx to 1.9.6
- [`ea93351`](https://github.com/deis/deis/commit/ea9335140d906d11f6e5e1496d042d2df2240e9a) logger: improve drains
- [`491bd26`](https://github.com/deis/deis/commit/491bd269f9e398402c5bef30c5b2b76a70763b54) builder: update Docker to 1.8.3
- [`f78a706`](https://github.com/deis/deis/commit/f78a706bca18c4f334470a1ae799434633bb20ec) (all): update Docker base image to alpine:3.2

### v1.11.1 -> v1.11.2

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
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.

[![Build Status](https://ci.deis.io/buildStatus/icon?job=test-acceptance)](https://ci.deis.io/job/test-acceptance/)
[![Current Release](http://img.shields.io/badge/release-v1.11.2-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.11.2)
[![Current Release](http://img.shields.io/badge/release-v1.12.0-1eb0fc.svg)](https://github.com/deis/deis/releases/tag/v1.12.0)
[![Latest Docs](http://img.shields.io/badge/docs-latest-fc1e5e.svg)](http://docs.deis.io/en/latest/)

![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png)
Expand Down
2 changes: 1 addition & 1 deletion builder/rootfs/Dockerfile
Expand Up @@ -62,4 +62,4 @@ RUN passwd -u git

COPY . /

ENV DEIS_RELEASE 1.12.0-dev
ENV DEIS_RELEASE 1.12.0
2 changes: 1 addition & 1 deletion builder/rootfs/usr/local/src/slugbuilder/Dockerfile
Expand Up @@ -11,4 +11,4 @@ ADD ./builder/ /tmp/builder
RUN /tmp/builder/install-buildpacks
ENTRYPOINT ["/tmp/builder/build.sh"]

ENV DEIS_RELEASE 1.12.0-dev
ENV DEIS_RELEASE 1.12.0
2 changes: 1 addition & 1 deletion builder/rootfs/usr/local/src/slugrunner/Dockerfile
Expand Up @@ -17,7 +17,7 @@ USER slug
ENV HOME /app
ENTRYPOINT ["/runner/init"]

ENV DEIS_RELEASE 1.12.0-dev
ENV DEIS_RELEASE 1.12.0

ONBUILD RUN mkdir -p /app
ONBUILD WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion client/deis-version
@@ -1 +1 @@
1.12.0-dev
1.12.0
4 changes: 2 additions & 2 deletions contrib/coreos/user-data.example
Expand Up @@ -78,7 +78,7 @@ coreos:

[Service]
Type=oneshot
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.11.2'
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.12.0'
- name: debug-etcd.service
content: |
[Unit]
Expand All @@ -99,7 +99,7 @@ coreos:
write_files:
- path: /etc/deis-release
content: |
DEIS_RELEASE=v1.11.2
DEIS_RELEASE=v1.12.0
- path: /etc/motd
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"
- path: /etc/profile.d/nse-function.sh
Expand Down
2 changes: 1 addition & 1 deletion controller/Dockerfile
Expand Up @@ -29,4 +29,4 @@ ADD . /app
# Create static resources
RUN /app/manage.py collectstatic --settings=deis.settings --noinput

ENV DEIS_RELEASE 1.12.0-dev
ENV DEIS_RELEASE 1.12.0
2 changes: 1 addition & 1 deletion controller/deis/__init__.py
Expand Up @@ -6,4 +6,4 @@

from __future__ import absolute_import

__version__ = '1.12.0-dev'
__version__ = '1.12.0'
2 changes: 1 addition & 1 deletion database/Dockerfile
Expand Up @@ -20,4 +20,4 @@ CMD ["/app/bin/boot"]
EXPOSE 5432
ADD . /app

ENV DEIS_RELEASE 1.12.0-dev
ENV DEIS_RELEASE 1.12.0
2 changes: 1 addition & 1 deletion deisctl/client/client.go
Expand Up @@ -273,7 +273,7 @@ Usage:
Options:
-p --path=<target> where to save unit files [default: $HOME/.deis/units]
-t --tag=<tag> git tag, branch, or SHA to use when downloading unit files
[default: master]
[default: v1.12.0]
`
// parse command-line arguments
args, err := docopt.Parse(usage, argv, true, "", false)
Expand Down
2 changes: 1 addition & 1 deletion deisctl/deis-version
@@ -1 +1 @@
1.12.0-dev
1.12.0
2 changes: 1 addition & 1 deletion docs/_includes/_get-the-source.rst
Expand Up @@ -6,7 +6,7 @@ this documentation. Download an archive file from the `releases page`_, or use
$ git clone https://github.com/deis/deis.git
$ cd deis
$ git checkout v1.11.2
$ git checkout v1.12.0
Check out the latest Deis release, rather than using the default (master).

Expand Down
10 changes: 5 additions & 5 deletions docs/installing_deis/install-deisctl.rst
Expand Up @@ -18,11 +18,11 @@ and run the latest installer:
.. code-block:: console
$ cd ~/bin
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.11.2
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.12.0
$ # on CoreOS, add "sudo" to install to /opt/bin/deisctl
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.11.2
$ curl -sSL http://deis.io/deisctl/install.sh | sudo sh -s 1.12.0
This installs ``deisctl`` version 1.11.2 to the current directory, and downloads the matching
This installs ``deisctl`` version 1.12.0 to the current directory, and downloads the matching
Deis systemd unit files used to schedule the components. Link ``deisctl`` into /usr/local/bin, so
it will be in your ``$PATH``:

Expand All @@ -33,10 +33,10 @@ it will be in your ``$PATH``:
To change installation options, save the installer directly:

.. image:: download-linux-brightgreen.svg
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.11.2-linux-amd64.run
:target: https://s3-us-west-2.amazonaws.com/get-deis/deisctl-1.12.0-linux-amd64.run

.. image:: download-osx-brightgreen.svg
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-1.11.2-darwin-amd64.run
:target: https://s3-us-west-2.amazonaws.com/get-deis/deisctl-1.12.0-darwin-amd64.run

Then run the downloaded file as a shell script. Append ``--help`` to see what options
are available.
Expand Down
2 changes: 1 addition & 1 deletion docs/installing_deis/install-platform.rst
Expand Up @@ -14,7 +14,7 @@ First check that you have ``deisctl`` installed and the version is correct.
.. code-block:: console
$ deisctl --version
1.11.2
1.12.0
If not, follow instructions to :ref:`install_deisctl`.

Expand Down
14 changes: 7 additions & 7 deletions docs/managing_deis/upgrading-deis.rst
Expand Up @@ -41,10 +41,10 @@ Finally, update ``deisctl`` to the new version and reinstall:

.. code-block:: console
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.11.2
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.12.0
$ deisctl --version # should match the desired platform
1.11.2
$ deisctl config platform set version=v1.11.2
1.12.0
$ deisctl config platform set version=v1.12.0
$ deisctl install platform
$ deisctl start platform
Expand Down Expand Up @@ -99,11 +99,11 @@ to. Care should be taken not to overwrite the existing ``deisctl`` version.
.. code-block:: console
$ mkdir /tmp/upgrade
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.11.2 /tmp/upgrade
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.12.0 /tmp/upgrade
$ /tmp/upgrade/deisctl --version # should match the desired platform
1.11.2
1.12.0
$ /tmp/upgrade/deisctl refresh-units
$ /tmp/upgrade/deisctl config platform set version=v1.11.2
$ /tmp/upgrade/deisctl config platform set version=v1.12.0
Now it is possible to prepare the cluster for the upgrade using the old ``deisctl`` binary. This command will shutdown
and uninstall all components of the cluster except the router and publisher. This means your services should still be
Expand All @@ -128,7 +128,7 @@ If the process were to fail, the old version can be restored manually by reinsta
$ /tmp/upgrade/deisctl stop platform
$ /tmp/upgrade/deisctl uninstall platform
$ /tmp/upgrade/deisctl config platform set version=v1.11.2
$ /tmp/upgrade/deisctl config platform set version=v1.12.0
$ /opt/bin/deisctl refresh-units
$ /opt/bin/deisctl install platform
$ /opt/bin/deisctl start platform
Expand Down

0 comments on commit 0bb7b6e

Please sign in to comment.