diff --git a/build.py b/build.py index ac3d330..89d5afc 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "4.11.8-dev" +version = "4.11.10-dev" 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/infrastructure/backup/build.py b/infrastructure/backup/build.py index 9545ea6..0da7642 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -7,7 +7,7 @@ import logging name = 'dda-backup' MODULE = 'NOT_SET' PROJECT_ROOT_PATH = '../..' -version = "4.11.8-dev" +version = "4.11.10-dev" @init diff --git a/infrastructure/backup/image/resources/install.sh b/infrastructure/backup/image/resources/install.sh index ab9ffcc..c14998a 100755 --- a/infrastructure/backup/image/resources/install.sh +++ b/infrastructure/backup/image/resources/install.sh @@ -16,7 +16,7 @@ function babashka_install() { function main() { { upgradeSystem - apt-get install -qqy ca-certificates curl gnupg postgresql-client-14 + apt-get install -qqy ca-certificates curl gnupg postgresql-client-14 restic curl -Ss --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/postgresql-common_pgdg_archive_keyring.gpg sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/postgresql-common_pgdg_archive_keyring.gpg] https://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list' upgradeSystem diff --git a/infrastructure/clj-cljs/build.py b/infrastructure/clj-cljs/build.py index ae0137d..2875017 100644 --- a/infrastructure/clj-cljs/build.py +++ b/infrastructure/clj-cljs/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "clj-cljs" PROJECT_ROOT_PATH = "../.." -version = "4.11.8-dev" +version = "4.11.10-dev" @init def initialize(project): diff --git a/infrastructure/clj/build.py b/infrastructure/clj/build.py index c949371..e0d2809 100644 --- a/infrastructure/clj/build.py +++ b/infrastructure/clj/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "clj" PROJECT_ROOT_PATH = "../.." -version = "4.11.8-dev" +version = "4.11.10-dev" @init def initialize(project): diff --git a/infrastructure/ddadevops/build.py b/infrastructure/ddadevops/build.py index ac61cb4..19eff58 100644 --- a/infrastructure/ddadevops/build.py +++ b/infrastructure/ddadevops/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "ddadevops" PROJECT_ROOT_PATH = "../.." -version = "4.11.8-dev" +version = "4.11.10-dev" @init diff --git a/infrastructure/dind/build.py b/infrastructure/dind/build.py index 01eb3f0..26a1735 100644 --- a/infrastructure/dind/build.py +++ b/infrastructure/dind/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "dind" PROJECT_ROOT_PATH = "../.." -version = "4.11.8-dev" +version = "4.11.10-dev" @init diff --git a/infrastructure/kotlin/build.py b/infrastructure/kotlin/build.py index bd0fd88..1c02b33 100644 --- a/infrastructure/kotlin/build.py +++ b/infrastructure/kotlin/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "kotlin" PROJECT_ROOT_PATH = "../.." -version = "4.11.8-dev" +version = "4.11.10-dev" @init diff --git a/infrastructure/python/build.py b/infrastructure/python/build.py index c9f7f84..5fdca92 100644 --- a/infrastructure/python/build.py +++ b/infrastructure/python/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "python" PROJECT_ROOT_PATH = "../.." -version = "4.11.8-dev" +version = "4.11.10-dev" @init