From d48206f88caf7a8453c094fd40f6913fc8d7526b Mon Sep 17 00:00:00 2001 From: ansgarz Date: Fri, 26 Jan 2024 14:39:23 +0100 Subject: [PATCH] release: 1.9.1 --- build.gradle | 2 +- build.py | 8 ++++---- build_to_test.py | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 117d558..1349737 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } -version = "1.9.1-SNAPSHOT" +version = "1.9.1" group = "org.domaindrivenarchitecture.buildtest" diff --git a/build.py b/build.py index 1ce3dc1..36ecbbc 100644 --- a/build.py +++ b/build.py @@ -7,14 +7,14 @@ name = "buildtest" MODULE = "release" PROJECT_ROOT_PATH = "." -version = "1.9.1-dev" +version = "1.9.1" -@init(environments=["local"]) +@init(environments=["na"]) def initialize1(project): """ - to avoid prompt for gopass; ONLY to be used for local tasks - usage: with option "-E local" , e.g. "pyb -E local patch_local" + to avoid prompt for gopass if no artifacts need to be uploaded + usage: with option "-E ng" , e.g. "pyb -E na patch_local" """ os.environ["RELEASE_ARTIFACT_TOKEN"] = "dummy" # avoids prompt for RELEASE_ARTIFACT_TOKEN diff --git a/build_to_test.py b/build_to_test.py index 4a34bc2..c6a2b26 100644 --- a/build_to_test.py +++ b/build_to_test.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" 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" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] diff --git a/package.json b/package.json index 7e1e68f..e8525ef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jira", "description": "Generate c4k yaml for a jira deployment.", "author": "meissa GmbH", - "version": "1.9.1-SNAPSHOT", + "version": "1.9.1", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme", "repository": "https://www.npmjs.com/package/c4k-jira", "license": "APACHE2",