From 38d56f01aaed725ab9094757bcc57d59225873d7 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 10:50:48 +0100 Subject: [PATCH 01/15] fixed non-running release pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c8bae3..11feaa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ upload-clj-release: <<: *clj stage: upload rules: - - if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG != null' + - if: '$CI_COMMIT_TAG != null' script: - lein deploy clojars From 33a5f2b0f9e97f3c819ec905fa2f2c368cccaeac Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 10:51:39 +0100 Subject: [PATCH 02/15] Version 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18cc873..08df2ae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.3-SNAPSHOT", + "version": "1.0.3", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", From fc489b745fd072e376b3016b5bd4be4ac71d299d Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 10:51:52 +0100 Subject: [PATCH 03/15] Version 1.0.3 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index be8afac..3143d9c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.3-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.3" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From b3f3431062183076ff55a427d6b59f996f8d0df9 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 10:52:24 +0100 Subject: [PATCH 04/15] version bump --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 08df2ae..d0a81e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.3", + "version": "1.0.4-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", diff --git a/project.clj b/project.clj index 3143d9c..99e4d28 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.3" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 8efb5b76c485aaf5265cddd99d45187d9fc71dec Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:29:50 +0100 Subject: [PATCH 05/15] Version 1.0.4 --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 99e4d28..f51253e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" @@ -30,7 +30,7 @@ ["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] - ["vcs" "tag"] + ["vcs" "tag" "v" "--no-sign"] ["change" "version" "leiningen.release/bump-version"]] :aliases {"native" ["shell" "native-image" From a7be0ae45070ef119a6518beefa5ae7d75f03823 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:31:10 +0100 Subject: [PATCH 06/15] revert --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f51253e..fa75bd9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 876fd427a2a2d47a46733ee098c817da2a518f5d Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:31:35 +0100 Subject: [PATCH 07/15] Version 1.0.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index fa75bd9..f51253e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 060ccdd261056a6402566d4702416d353cf3743c Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:32:26 +0100 Subject: [PATCH 08/15] Version 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0a81e6..06a131d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.4-SNAPSHOT", + "version": "1.0.4", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", From 1e6a47729a226ceda7fc2ba5a1ba3f1dfbe4cdc1 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:32:52 +0100 Subject: [PATCH 09/15] revert --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f51253e..fa75bd9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 397e8708690767ab46058bfb402b67f456853404 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:32:59 +0100 Subject: [PATCH 10/15] Version 1.0.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index fa75bd9..f51253e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 6fdfc46d407e038ce828b4743fd1c89705662af8 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:33:29 +0100 Subject: [PATCH 11/15] version bump --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06a131d..917d970 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.4", + "version": "1.0.5-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", diff --git a/project.clj b/project.clj index f51253e..2f6ed01 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.5-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 13ad547894df4c014f6d97fdc1974e5f15c444a6 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:42:52 +0100 Subject: [PATCH 12/15] fixed lein deployment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11feaa9..500519c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,7 +102,7 @@ upload-clj-release: rules: - if: '$CI_COMMIT_TAG != null' script: - - lein deploy clojars + - lein deploy release: image: registry.gitlab.com/gitlab-org/release-cli:latest From 976080ccc74f30b9697f355e21ba2efdc1597291 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:43:15 +0100 Subject: [PATCH 13/15] Version 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 917d970..f761ab8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.5-SNAPSHOT", + "version": "1.0.5", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", From 869b7e37816856f963b3929f606608ca486b2b11 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:43:23 +0100 Subject: [PATCH 14/15] Version 1.0.5 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2f6ed01..2329a50 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.5-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.5" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" From 0428ca34a26441fd25692480586350173d2af831 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:43:45 +0100 Subject: [PATCH 15/15] version bump --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f761ab8..c43988e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.5", + "version": "1.0.6-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", diff --git a/project.clj b/project.clj index 2329a50..6624f48 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.5" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.6-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"