Skip to content

Commit

Permalink
Bump version: 0.17.1 → 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Aug 16, 2016
1 parent 14997ef commit a4f8c5b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.1
0.18.0
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.3

ARG version=0.17.1
ARG version=0.18.0
ARG workdir=/opt
RUN rm -rf $workdir
RUN mkdir -p $workdir
Expand Down
4 changes: 2 additions & 2 deletions deploy/kpm-registry/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
package:
name: kubespray/kpm-registry
author: Antoine Legrand
version: 0.17.1-rc.1
version: 0.18.0-rc.1
description: kpm-registry
license: MIT

variables:
image: quay.io/kubespray/kpm:v0.17.1
image: quay.io/kubespray/kpm:v0.18.0
image_etcd: quay.io/coreos/etcd:v3.0.1
initial_cluster: etcd=http://etcd.{{namespace}}.svc.cluster.local:2380
svc_type: NodePort
Expand Down
2 changes: 1 addition & 1 deletion kpm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'Antoine Legrand'
__email__ = '[email protected]'
__version__ = '0.17.1'
__version__ = '0.18.0'


def version(registry_host=None):
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.1
current_version = 0.18.0
commit = True
tag = True

Expand All @@ -19,3 +19,4 @@ universal = 1
[flake8]
exclude = docs
max-line-length = 120

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

setup(
name='kpm',
version='0.17.1',
version='0.18.0',
description="KPM cli",
long_description=readme + '\n\n' + history,
author="Antoine Legrand",
Expand Down

0 comments on commit a4f8c5b

Please sign in to comment.