From 375e9a280d121e858cc235edaf9a62aa3bc899fc Mon Sep 17 00:00:00 2001 From: romnnn Date: Fri, 11 Sep 2020 17:31:08 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.21=20=E2=86=92=200.0.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- deployment/helm/charts/ldapmanager/Chart.yaml | 4 ++-- deployment/helm/charts/ldapmanager/values.yaml | 2 +- frontend/package.json | 2 +- ldap_manager.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 81ba310..dd8e8de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.21 +current_version = 0.0.22 commit = True tag = True diff --git a/deployment/helm/charts/ldapmanager/Chart.yaml b/deployment/helm/charts/ldapmanager/Chart.yaml index 36d1687..8508f0a 100644 --- a/deployment/helm/charts/ldapmanager/Chart.yaml +++ b/deployment/helm/charts/ldapmanager/Chart.yaml @@ -15,12 +15,12 @@ type: application # verison is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.21 +version: 0.0.22 # appVersion is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.0.21 +appVersion: 0.0.22 icon: https://romnnn.github.io/ldap-manager/icon/icon_lg.jpg diff --git a/deployment/helm/charts/ldapmanager/values.yaml b/deployment/helm/charts/ldapmanager/values.yaml index d407f31..1fc5991 100644 --- a/deployment/helm/charts/ldapmanager/values.yaml +++ b/deployment/helm/charts/ldapmanager/values.yaml @@ -85,7 +85,7 @@ image: repository: romnn/ldap-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.21" + tag: "v0.0.22" imagePullSecrets: [] nameOverride: "" diff --git a/frontend/package.json b/frontend/package.json index 28632aa..1d7b8d0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ldap-manager", - "version": "0.0.21", + "version": "0.0.22", "private": true, "scripts": { "serve": "./gen-protos.sh vue-cli-service serve", diff --git a/ldap_manager.go b/ldap_manager.go index a70f7e7..8109da9 100644 --- a/ldap_manager.go +++ b/ldap_manager.go @@ -11,7 +11,7 @@ import ( ) // Version is incremented using bump2version -const Version = "0.0.21" +const Version = "0.0.22" // LDAPManager ... type LDAPManager struct {