diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87e71a0..52d5239 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: - image .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:4.7.0" + image: "domaindrivenarchitecture/ddadevops-dind:4.7.2" services: - docker:dind before_script: @@ -16,7 +16,7 @@ stages: - export IMAGE_TAG=$CI_COMMIT_TAG .cljs-job: &cljs - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.0" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.2" cache: key: ${CI_COMMIT_REF_SLUG} paths: @@ -29,7 +29,7 @@ stages: - npm install .clj-job: &clj - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.0" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.2" cache: key: ${CI_COMMIT_REF_SLUG} paths: @@ -100,7 +100,7 @@ release-to-clojars: script: - pyb upload_clj -.release-to-forgejo: +release-to-forgejo: <<: *clj <<: *tag_only stage: upload diff --git a/infrastructure/web/build.py b/infrastructure/web/build.py index 55d584b..72bb171 100644 --- a/infrastructure/web/build.py +++ b/infrastructure/web/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-jitsi" MODULE = "web" PROJECT_ROOT_PATH = "../.." -version = "1.4.2-SNAPSHOT" +version = "1.4.3-SNAPSHOT" @init diff --git a/package.json b/package.json index b1d1c2c..83205dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jitsi", "description": "Generate c4k yaml for a jitsi deployment.", "author": "meissa GmbH", - "version": "1.4.2-SNAPSHOT", + "version": "1.4.3-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jitsi#readme", "repository": "https://www.npmjs.com/package/c4k-jitsi", "license": "APACHE2", diff --git a/project.clj b/project.clj index 0f27630..67e7e80 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.2-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.3-SNAPSHOT" :description "jitsi c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"