From de5d6a71dddde43395d2c0e00a25d99464e53921 Mon Sep 17 00:00:00 2001 From: romnnn Date: Tue, 1 Sep 2020 00:30:07 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.17=20=E2=86=92=200.0.18?= 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 7bf829e..0ea8ccc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.17 +current_version = 0.0.18 commit = True tag = True diff --git a/deployment/helm/charts/ldapmanager/Chart.yaml b/deployment/helm/charts/ldapmanager/Chart.yaml index a73d557..5130b86 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.17 +version: 0.0.18 # 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.17 +appVersion: 0.0.18 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 0be2931..9966f5d 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.17" + tag: "v0.0.18" imagePullSecrets: [] nameOverride: "" diff --git a/frontend/package.json b/frontend/package.json index 76acd26..37308e8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.0.17", + "version": "0.0.18", "private": true, "scripts": { "serve": "./gen-protos.sh vue-cli-service serve", diff --git a/ldap_manager.go b/ldap_manager.go index 980a71d..ae99922 100644 --- a/ldap_manager.go +++ b/ldap_manager.go @@ -11,7 +11,7 @@ import ( ) // Version is incremented using bump2version -const Version = "0.0.17" +const Version = "0.0.18" // LDAPManager ... type LDAPManager struct {