From e9c6c95299961b46c3161350582f78a00430a931 Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 13 Jul 2023 10:58:16 +0200 Subject: [PATCH 1/3] Update docker ci build --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33aa37a..be7f4fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "domaindrivenarchitecture/devops-build:4.0.8" +image: "domaindrivenarchitecture/devops-build:latest" before_script: - python --version @@ -9,9 +9,6 @@ before_script: - export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER - export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD -variables: - DOCKER_HOST: tcp://localhost:2375/ - stages: - lint&test - upload From 9341c147ae7b727740396b6be818af9f7276337c Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 13 Jul 2023 11:10:24 +0200 Subject: [PATCH 2/3] release: 4.0.15 --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index f1d0b48..7bbf24a 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "4.0.15-dev" +version = "4.0.15" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] From 0a44d6e36344b34b8dfa1ceb7a194b9b4cca7aa2 Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 13 Jul 2023 11:10:24 +0200 Subject: [PATCH 3/3] bump version to: 4.0.16-dev --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 7bbf24a..b725a0e 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "4.0.15" +version = "4.0.16-dev" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]