new release: 0.9.0-rc2
This commit is contained in:
		@ -1,5 +1,5 @@
 | 
			
		||||
[bumpversion]
 | 
			
		||||
current_version = 0.9.0-rc1
 | 
			
		||||
current_version = 0.9.0-rc2
 | 
			
		||||
tag = True
 | 
			
		||||
commit = True
 | 
			
		||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-(?P<release>.*)
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										14
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -16,11 +16,11 @@ jobs:
 | 
			
		||||
      - name: Building Docker Image
 | 
			
		||||
        run: docker build
 | 
			
		||||
          --no-cache
 | 
			
		||||
          -t beryju/passbook:0.9.0-rc1
 | 
			
		||||
          -t beryju/passbook:0.9.0-rc2
 | 
			
		||||
          -t beryju/passbook:latest
 | 
			
		||||
          -f Dockerfile .
 | 
			
		||||
      - name: Push Docker Container to Registry (versioned)
 | 
			
		||||
        run: docker push beryju/passbook:0.9.0-rc1
 | 
			
		||||
        run: docker push beryju/passbook:0.9.0-rc2
 | 
			
		||||
      - 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.9.0-rc1 \
 | 
			
		||||
          -t beryju/passbook-gatekeeper:0.9.0-rc2 \
 | 
			
		||||
          -t beryju/passbook-gatekeeper:latest \
 | 
			
		||||
          -f Dockerfile .
 | 
			
		||||
      - name: Push Docker Container to Registry (versioned)
 | 
			
		||||
        run: docker push beryju/passbook-gatekeeper:0.9.0-rc1
 | 
			
		||||
        run: docker push beryju/passbook-gatekeeper:0.9.0-rc2
 | 
			
		||||
      - 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.9.0-rc1
 | 
			
		||||
          -t beryju/passbook-static:0.9.0-rc2
 | 
			
		||||
          -t beryju/passbook-static:latest
 | 
			
		||||
          -f static.Dockerfile .
 | 
			
		||||
      - name: Push Docker Container to Registry (versioned)
 | 
			
		||||
        run: docker push beryju/passbook-static:0.9.0-rc1
 | 
			
		||||
        run: docker push beryju/passbook-static:0.9.0-rc2
 | 
			
		||||
      - name: Push Docker Container to Registry (latest)
 | 
			
		||||
        run: docker push beryju/passbook-static:latest
 | 
			
		||||
  test-release:
 | 
			
		||||
@ -100,5 +100,5 @@ jobs:
 | 
			
		||||
          SENTRY_PROJECT: passbook
 | 
			
		||||
          SENTRY_URL: https://sentry.beryju.org
 | 
			
		||||
        with:
 | 
			
		||||
          tagName: 0.9.0-rc1
 | 
			
		||||
          tagName: 0.9.0-rc2
 | 
			
		||||
          environment: production
 | 
			
		||||
 | 
			
		||||
@ -21,7 +21,7 @@ wget https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml
 | 
			
		||||
# Optionally enable Error-reporting
 | 
			
		||||
# export PASSBOOK_ERROR_REPORTING=true
 | 
			
		||||
# Optionally deploy a different version
 | 
			
		||||
# export PASSBOOK_TAG=0.9.0-rc1
 | 
			
		||||
# export PASSBOOK_TAG=0.9.0-rc2
 | 
			
		||||
# If this is a productive installation, set a different PostgreSQL Password
 | 
			
		||||
# export PG_PASS=$(pwgen 40 1)
 | 
			
		||||
docker-compose pull
 | 
			
		||||
 | 
			
		||||
@ -16,7 +16,7 @@ wget https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml
 | 
			
		||||
# Optionally enable Error-reporting
 | 
			
		||||
# export PASSBOOK_ERROR_REPORTING=true
 | 
			
		||||
# Optionally deploy a different version
 | 
			
		||||
# export PASSBOOK_TAG=0.9.0-rc1
 | 
			
		||||
# export PASSBOOK_TAG=0.9.0-rc2
 | 
			
		||||
# If this is a productive installation, set a different PostgreSQL Password
 | 
			
		||||
# export PG_PASS=$(pwgen 40 1)
 | 
			
		||||
docker-compose pull
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
appVersion: "0.9.0-rc1"
 | 
			
		||||
appVersion: "0.9.0-rc2"
 | 
			
		||||
description: A Helm chart for passbook.
 | 
			
		||||
name: passbook
 | 
			
		||||
version: "0.9.0-rc1"
 | 
			
		||||
version: "0.9.0-rc2"
 | 
			
		||||
icon: https://git.beryju.org/uploads/-/system/project/avatar/108/logo.png
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
# This is a YAML-formatted file.
 | 
			
		||||
# Declare variables to be passed into your templates.
 | 
			
		||||
image:
 | 
			
		||||
  tag: 0.9.0-rc1
 | 
			
		||||
  tag: 0.9.0-rc2
 | 
			
		||||
 | 
			
		||||
nameOverride: ""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,2 @@
 | 
			
		||||
"""passbook"""
 | 
			
		||||
__version__ = "0.9.0-rc1"
 | 
			
		||||
__version__ = "0.9.0-rc2"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user