Skip to content

Commit

Permalink
Bump version: 0.21.1 → 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Oct 4, 2016
1 parent b9f2221 commit 846fba9
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.21.1
0.21.2
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.21.1
ARG version=0.21.2
ARG workdir=/opt
RUN rm -rf $workdir
RUN mkdir -p $workdir
Expand Down
4 changes: 2 additions & 2 deletions deploy/kpm-registry/manifest.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ function(
name: "coreos/kpm-registry",
expander: "jinja2",
author: "Antoine Legrand",
version: "0.21.1-4",
version: "0.21.2-4",
description: "kpm-registry",
license: "Apache 2.0",
},

variables: {
etcd_cluster_size: 3,
namespace: 'default',
image: "quay.io/kubespray/kpm:v0.21.1",
image: "quay.io/kubespray/kpm:v0.21.2",
image_etcd: "quay.io/coreos/etcd:v3.0.6",
kpm_uri: "http://kpm-registry.%s.svc.cluster.local" % $.variables.namespace,
initial_cluster: "etcd=http://etcd.%s.svc.cluster.local:2380" % $.variables.namespace,
Expand Down
2 changes: 1 addition & 1 deletion kpm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = 'Antoine Legrand'
__email__ = '[email protected]'
__version__ = '0.21.1'
__version__ = '0.21.2'


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.21.1
current_version = 0.21.2
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.21.1-pre',
version='0.21.2-pre',
description="KPM cli",
long_description=readme + '\n\n' + history,
author="Antoine Legrand",
Expand Down

0 comments on commit 846fba9

Please sign in to comment.