From 9d7ed9a0ed26f4435119ac0abedaa4082c2b8562 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 31 Dec 2019 14:02:01 +0100 Subject: [PATCH] new release: 0.7.7-beta --- .bumpversion.cfg | 2 +- .github/workflows/ci.yml | 8 ++++---- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- passbook/__init__.py | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7cd87dc84..d66978af5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.6-beta +current_version = 0.7.7-beta tag = True commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)\-(?P.*) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49b6a4147..ae80575b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,9 +144,9 @@ jobs: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - name: Building Docker Image - run: docker build --no-cache -t beryju/passbook:0.7.6-beta -f Dockerfile . + run: docker build --no-cache -t beryju/passbook:0.7.7-beta -f Dockerfile . - name: Push Docker Container to Registry - run: docker push beryju/passbook:0.7.6-beta + run: docker push beryju/passbook:0.7.7-beta build-static: needs: - migrations @@ -173,10 +173,10 @@ jobs: run: docker build --no-cache --network=$(docker network ls | grep github | awk '{print $1}') - -t beryju/passbook-static:0.7.6-beta + -t beryju/passbook-static:0.7.7-beta -f static.Dockerfile . - name: Push Docker Container to Registry - run: docker push beryju/passbook-static:0.7.6-beta + run: docker push beryju/passbook-static:0.7.7-beta package-helm: needs: - build-server diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 7c617258a..10ecf4201 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "0.7.6-beta" +appVersion: "0.7.7-beta" description: A Helm chart for passbook. name: passbook -version: "0.7.6-beta" +version: "0.7.7-beta" icon: https://git.beryju.org/uploads/-/system/project/avatar/108/logo.png diff --git a/helm/values.yaml b/helm/values.yaml index 51dd9d2ce..f8de165f8 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.7.6-beta + tag: 0.7.7-beta nameOverride: "" diff --git a/passbook/__init__.py b/passbook/__init__.py index 3b2b9d115..7f8e57f28 100644 --- a/passbook/__init__.py +++ b/passbook/__init__.py @@ -1,2 +1,2 @@ """passbook""" -__version__ = "0.7.6-beta" +__version__ = "0.7.7-beta"