From 4070b760147642c18f0d55036899f6762fa7f270 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Thu, 19 Jan 2023 14:53:45 +0100 Subject: [PATCH] feat: release 2.2.0 This commit releases a new Kubeinit 2.2.0 version. --- agent/setup.py | 2 +- kubeinit/galaxy.yml | 2 +- ui/app/version.py | 2 +- ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/setup.py b/agent/setup.py index d14aeede3..7652adbd5 100644 --- a/agent/setup.py +++ b/agent/setup.py @@ -28,7 +28,7 @@ _NAME = 'kubeinit' _DESCRIPTION = 'The Kubeinit CLI' -_REVISION = '2.1.0' +_REVISION = '2.2.0' kubeinit_revision = os.environ.get('KUBEINIT_REVISION', "") if (kubeinit_revision != ""): diff --git a/kubeinit/galaxy.yml b/kubeinit/galaxy.yml index a2c990668..89ab072ba 100644 --- a/kubeinit/galaxy.yml +++ b/kubeinit/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubeinit name: kubeinit -version: 2.1.0 +version: 2.2.0 readme: README.md authors: - Carlos Camacho diff --git a/ui/app/version.py b/ui/app/version.py index e4be2b267..7a330887a 100644 --- a/ui/app/version.py +++ b/ui/app/version.py @@ -16,4 +16,4 @@ under the License. """ -__version__ = "2.1.0" +__version__ = "2.2.0" diff --git a/ui/package.json b/ui/package.json index 30edb0c57..02d007fd2 100755 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "kubeinit-ui", - "version": "2.1.0", + "version": "2.2.0", "description": "Kubeinit UI", "repository": { "type": "git",