Skip to content

Commit 43a1dd5

Browse files
committed
chore(release): update version to v0.14.1
1 parent e0b9fda commit 43a1dd5

12 files changed

Lines changed: 35 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### v0.14.0 -> v0.14.1
2+
3+
#### Features
4+
5+
- [`e693b00`](https://github.com/deis/deis/commit/e693b0065e2134fca9dcb9109b44e6a77dacad6a) deisctl: check for required configuration on platform install
6+
7+
#### Fixes
8+
9+
- [`356967e`](https://github.com/deis/deis/commit/356967e859b1d0801a5c3438666c5b1806428968) tests: update smoke test for removal of clusters
10+
11+
#### Documentation
12+
13+
- [`78518c0`](https://github.com/deis/deis/commit/78518c0106a1a31acb04dcef4662f1836b528409) (all): set required platform config before install/start
14+
15+
#### Maintenance
16+
17+
- [`3e1d936`](https://github.com/deis/deis/commit/3e1d9362b6193df0d704199a264995db74c5191c) release: update version to v0.14.1
18+
- [`a5459ed`](https://github.com/deis/deis/commit/a5459ed12174a68d69b2647687eab5249ced8832) release: update version in master to v0.14.0+git
19+
120
### v0.13.1 -> v0.14.0
221

322
#### Features
@@ -50,7 +69,7 @@
5069

5170
#### Maintenance
5271

53-
- [`4cd4095`](https://github.com/deis/deis/commit/4cd40950d8b1cab8de3452f3c8a80bc4eeb914cb) release: update version to v0.14.0
72+
- [`920eaf5`](https://github.com/deis/deis/commit/920eaf5db0c1c9febc772931cdbae5ad6d27c3bf) release: update version to v0.14.0
5473
- [`bb5bc9e`](https://github.com/deis/deis/commit/bb5bc9e1f778748745ab2657c37d2820033a68dd) (all): bump CoreOS to 472.0.0
5574
- [`dadfd1b`](https://github.com/deis/deis/commit/dadfd1b9f4dfa405291af52903a6ac40287123eb) deisctl: switch data containers to ubuntu-debootstrap:14.04
5675
- [`a564287`](https://github.com/deis/deis/commit/a564287d071b902f416e54755ebab4a9fda58f6c) deisctl: bump godeps for coreos/fleet

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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](http://ci.deis.io/buildStatus/icon?job=test-master)](http://ci.deis.io/job/test-master/)
6-
[![Current Release](http://img.shields.io/badge/release-v0.14.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.14.0)
6+
[![Current Release](http://img.shields.io/badge/release-v0.14.1-blue.svg)](https://github.com/deis/deis/releases/tag/v0.14.1)
77

88
![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png)
99

10-
Deis is pre-release software. The current release is [v0.14.0](https://github.com/deis/deis/tree/v0.14.0). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
10+
Deis is pre-release software. The current release is [v0.14.1](https://github.com/deis/deis/tree/v0.14.1). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
1111

1212
# Deploying Deis
1313

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
import requests
6868
from termcolor import colored
6969

70-
__version__ = '0.14.0+git'
70+
__version__ = '0.14.1'
7171

7272

7373
locale.setlocale(locale.LC_ALL, '')

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='0.14.0',
31+
version='0.14.1',
3232
license=APACHE_LICENSE,
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',

contrib/coreos/user-data

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

5151
[Service]
5252
Type=oneshot
53-
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 0.14.0'
53+
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 0.14.1'
5454
write_files:
5555
- path: /etc/deis-release
5656
content: |
57-
DEIS_RELEASE=v0.14.0
57+
DEIS_RELEASE=v0.14.1
5858
- path: /etc/motd
5959
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"
6060
- path: /etc/profile.d/nse-function.sh

controller/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from __future__ import absolute_import
88

9-
__version__ = '0.14.0+git'
9+
__version__ = '0.14.1'

deisctl/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ to *$HOME/.deis/units* one time. You should move `deisctl` somewhere in your $PA
1717

1818
To change installation options, save the installer directly from one of these links:
1919

20-
[![Download for Linux](http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.0-dev-linux-amd64.run)
21-
[![Download for Mac OS X](http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.0-dev-darwin-amd64.run)
20+
[![Download for Linux](http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-linux-amd64.run)
21+
[![Download for Mac OS X](http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat)](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-darwin-amd64.run)
2222

2323
Then run the downloaded file as a shell script. Append `--help` to see what options
2424
are available.
@@ -30,7 +30,7 @@ using a specific Deis release (not latest), you'll want to use the deisctl built
3030

3131
Builds are hosted on an S3 bucket at this URL format: `https://s3-us-west-2.amazonaws.com/opdemand/deisctl-<VERSION>-<darwin|linux>-amd64.run`
3232

33-
The deisctl release for Deis version 0.14.0 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.0-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.0-linux-amd64.run)
33+
The deisctl release for Deis version 0.14.1 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-linux-amd64.run)
3434

3535
### Building from source
3636

deisctl/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Usage:
459459
Options:
460460
-p --path=<target> where to save unit files [default: $HOME/.deis/units]
461461
-t --tag=<tag> git tag, branch, or SHA to use when downloading unit files
462-
[default: master]
462+
[default: v0.14.1]
463463
`
464464
// parse command-line arguments
465465
args, err := docopt.Parse(usage, nil, true, "", false)

deisctl/deis-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0+git
1+
0.14.1

deisctl/deisctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// Version of deisctl client
17-
Version string = "0.14.0+git"
17+
Version string = "0.14.1"
1818
)
1919

2020
func exit(err error, code int) {

0 commit comments

Comments
 (0)