From c77f4204c02f36a9590a7f4ad95f51110ed7dff3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 10 Apr 2020 21:57:20 +0200 Subject: [PATCH] new release: 0.8.15-beta --- .bumpversion.cfg | 2 +- .github/workflows/release.yml | 12 ++++++------ helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- passbook/__init__.py | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1de3752bb..86c9f2dba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.14-beta +current_version = 0.8.15-beta tag = True commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)\-(?P.*) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5579a885b..95d620a74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,11 @@ jobs: - name: Building Docker Image run: docker build --no-cache - -t beryju/passbook:0.8.14-beta + -t beryju/passbook:0.8.15-beta -t beryju/passbook:latest -f Dockerfile . - name: Push Docker Container to Registry (versioned) - run: docker push beryju/passbook:0.8.14-beta + run: docker push beryju/passbook:0.8.15-beta - name: Push Docker Container to Registry (latest) run: docker push beryju/passbook:latest build-gatekeeper: @@ -37,11 +37,11 @@ jobs: cd gatekeeper docker build \ --no-cache \ - -t beryju/passbook-gatekeeper:0.8.14-beta \ + -t beryju/passbook-gatekeeper:0.8.15-beta \ -t beryju/passbook-gatekeeper:latest \ -f Dockerfile . - name: Push Docker Container to Registry (versioned) - run: docker push beryju/passbook-gatekeeper:0.8.14-beta + run: docker push beryju/passbook-gatekeeper:0.8.15-beta - name: Push Docker Container to Registry (latest) run: docker push beryju/passbook-gatekeeper:latest build-static: @@ -66,11 +66,11 @@ jobs: run: docker build --no-cache --network=$(docker network ls | grep github | awk '{print $1}') - -t beryju/passbook-static:0.8.14-beta + -t beryju/passbook-static:0.8.15-beta -t beryju/passbook-static:latest -f static.Dockerfile . - name: Push Docker Container to Registry (versioned) - run: docker push beryju/passbook-static:0.8.14-beta + run: docker push beryju/passbook-static:0.8.15-beta - name: Push Docker Container to Registry (latest) run: docker push beryju/passbook-static:latest test-release: diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3a6f6a8ac..18fedc7cf 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "0.8.14-beta" +appVersion: "0.8.15-beta" description: A Helm chart for passbook. name: passbook -version: "0.8.14-beta" +version: "0.8.15-beta" icon: https://git.beryju.org/uploads/-/system/project/avatar/108/logo.png diff --git a/helm/values.yaml b/helm/values.yaml index dfb0ed45f..f3edc5a87 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. image: - tag: 0.8.14-beta + tag: 0.8.15-beta nameOverride: "" diff --git a/passbook/__init__.py b/passbook/__init__.py index 95d0ad482..1cb087b69 100644 --- a/passbook/__init__.py +++ b/passbook/__init__.py @@ -1,2 +1,2 @@ """passbook""" -__version__ = "0.8.14-beta" +__version__ = "0.8.15-beta"