release: 1.9.1

This commit is contained in:
ansgarz 2024-01-26 14:39:23 +01:00
parent c356ddf7e3
commit d48206f88c
4 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ plugins {
} }
version = "1.9.1-SNAPSHOT" version = "1.9.1"
group = "org.domaindrivenarchitecture.buildtest" group = "org.domaindrivenarchitecture.buildtest"

View file

@ -7,14 +7,14 @@ name = "buildtest"
MODULE = "release" MODULE = "release"
PROJECT_ROOT_PATH = "." PROJECT_ROOT_PATH = "."
version = "1.9.1-dev" version = "1.9.1"
@init(environments=["local"]) @init(environments=["na"])
def initialize1(project): def initialize1(project):
""" """
to avoid prompt for gopass; ONLY to be used for local tasks to avoid prompt for gopass if no artifacts need to be uploaded
usage: with option "-E local" , e.g. "pyb -E local patch_local" usage: with option "-E ng" , e.g. "pyb -E na patch_local"
""" """
os.environ["RELEASE_ARTIFACT_TOKEN"] = "dummy" # avoids prompt for RELEASE_ARTIFACT_TOKEN os.environ["RELEASE_ARTIFACT_TOKEN"] = "dummy" # avoids prompt for RELEASE_ARTIFACT_TOKEN

View file

@ -33,7 +33,7 @@ default_task = "dev"
name = "ddadevops" name = "ddadevops"
MODULE = "not-used" MODULE = "not-used"
PROJECT_ROOT_PATH = "." PROJECT_ROOT_PATH = "."
version = "1.9.1-dev" version = "1.9.1"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__ description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]

View file

@ -2,7 +2,7 @@
"name": "c4k-jira", "name": "c4k-jira",
"description": "Generate c4k yaml for a jira deployment.", "description": "Generate c4k yaml for a jira deployment.",
"author": "meissa GmbH", "author": "meissa GmbH",
"version": "1.9.1-SNAPSHOT", "version": "1.9.1",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme",
"repository": "https://www.npmjs.com/package/c4k-jira", "repository": "https://www.npmjs.com/package/c4k-jira",
"license": "APACHE2", "license": "APACHE2",