From 52c95ccc32a81db024d27da7875da685202e71d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 8 Jun 2022 15:21:30 +0000 Subject: [PATCH] chore(release): 0.7.1 ## [0.7.1](https://ci.tno.nl/gitlab/soccrates/software/bia/compare/v0.7.0...v0.7.1) (2022-06-08) ### Bug Fixes * add first_index for debugging purposes ([c60b73d](https://ci.tno.nl/gitlab/soccrates/software/bia/commit/c60b73de63ee4a0d0a87f54b169c10fd0d2ea38c)) --- deploy.sh | 2 +- docker-compose.yml | 6 +++--- tbump.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index c43a1c2..efde0d4 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -tag=${DOCKER_TAG:-v0.7.0} +tag=${DOCKER_TAG:-v0.7.1} printf "tag is %s\n" "$tag" env TAG=${tag} docker stack deploy --prune --with-registry-auth \ diff --git a/docker-compose.yml b/docker-compose.yml index 8e64ae7..2cd180e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ version: "3.8" services: bia-processing: - image: ci.tno.nl:4567/soccrates/software/bia/bia-processing:${TAG:-v0.7.0} + image: ci.tno.nl:4567/soccrates/software/bia/bia-processing:${TAG:-v0.7.1} logging: options: max-size: 500m @@ -46,7 +46,7 @@ services: - "node.labels.bia==true" bia-backend: - image: ci.tno.nl:4567/soccrates/software/bia/bia-backend:${TAG:-v0.7.0} + image: ci.tno.nl:4567/soccrates/software/bia/bia-backend:${TAG:-v0.7.1} logging: options: max-size: 500m @@ -90,7 +90,7 @@ services: - "node.labels.bia==true" bia: - image: ci.tno.nl:4567/soccrates/software/bia/bia:${TAG:-v0.7.0} + image: ci.tno.nl:4567/soccrates/software/bia/bia:${TAG:-v0.7.1} logging: options: max-size: 500m diff --git a/tbump.toml b/tbump.toml index 59b6351..8d3cc8a 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.7.0" +current = "0.7.1" regex = ''' (?P<major>\d+) -- GitLab