From 8969ed6e589a10d31d39e59f7f5f08032add7c37 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Thu, 9 May 2024 20:59:28 -0400 Subject: [PATCH 01/15] Attempts at adjusting for Ubuntu 24.04 --- deployment/Single Host/Infrastructure/makeInstallers.sh | 2 +- deployment/Single Host/Station-Captain/properties.json | 2 +- software/oqm-core-api/installerSrc/installerProperties.json | 2 +- .../oqm-core-base-station/installerSrc/installerProperties.json | 2 +- software/oqm-depot/installerSrc/installerProperties.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/Single Host/Infrastructure/makeInstallers.sh b/deployment/Single Host/Infrastructure/makeInstallers.sh index d0d38a63e..999eb2328 100755 --- a/deployment/Single Host/Infrastructure/makeInstallers.sh +++ b/deployment/Single Host/Infrastructure/makeInstallers.sh @@ -92,7 +92,7 @@ Developer: EBP Architecture: all Description: $(cat "$packageConfigFile" | jq -r '.description') Homepage: $(cat "$packageConfigFile" | jq -r '.homepage') -Depends: docker, docker.io, oqm-manager-station+captain (>= 2.2.0)$(cat "$packageConfigFile" | jq -r '.dependencies.deb') +Depends: docker.io, oqm-manager-station+captain (>= 2.2.0)$(cat "$packageConfigFile" | jq -r '.dependencies.deb') EOT # TODO:: add conflicts diff --git a/deployment/Single Host/Station-Captain/properties.json b/deployment/Single Host/Station-Captain/properties.json index 06b627903..66da6884c 100644 --- a/deployment/Single Host/Station-Captain/properties.json +++ b/deployment/Single Host/Station-Captain/properties.json @@ -7,7 +7,7 @@ }, "homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/Station%20Captain", "dependencies": { - "deb":"bash, curl, jq, libnss-mdns, hwinfo, moreutils, dialog, docker, docker.io, unattended-upgrades, ca-certificates, python3 (>= 3.10.0), python3-dialog, python3-docker, python3-systemd, python3-argcomplete, python3-jinja2", + "deb":"bash, curl, jq, libnss-mdns, hwinfo, moreutils, dialog, docker.io, unattended-upgrades, ca-certificates, python3 (>= 3.10.0), python3-dialog, python3-docker, python3-systemd, python3-argcomplete, python3-jinja2, python3-distutils-extra", "rpm":"bash, curl, jq, hwinfo, moreutils, dialog, docker, python3" }, "copyright": { diff --git a/software/oqm-core-api/installerSrc/installerProperties.json b/software/oqm-core-api/installerSrc/installerProperties.json index 219b6f3c3..e3e3990cf 100644 --- a/software/oqm-core-api/installerSrc/installerProperties.json +++ b/software/oqm-core-api/installerSrc/installerProperties.json @@ -6,7 +6,7 @@ "description": "Base Station instance for Open QuarterMaster.", "homepage": "https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/open-qm-base-station", "dependencies": { - "deb": "curl, jq, docker.io, docker, oqm-manager-station+captain (>= 2.1.0), oqm-infra-jaeger (>= 1.1.0), oqm-infra-mongodb (>= 1.1.0), oqm-core-depot (>= 1.0.0)" + "deb": "curl, jq, docker.io, oqm-manager-station+captain (>= 2.1.0), oqm-infra-jaeger (>= 1.1.0), oqm-infra-mongodb (>= 1.1.0), oqm-core-depot (>= 1.0.0)" }, "copyright": { "contact":"Greg Stewart ", diff --git a/software/oqm-core-base-station/installerSrc/installerProperties.json b/software/oqm-core-base-station/installerSrc/installerProperties.json index bf11d7190..f45481d34 100644 --- a/software/oqm-core-base-station/installerSrc/installerProperties.json +++ b/software/oqm-core-base-station/installerSrc/installerProperties.json @@ -6,7 +6,7 @@ "description": "Base Station instance for Open QuarterMaster.", "homepage": "https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/open-qm-base-station", "dependencies": { - "deb": "curl, jq, docker.io, docker, oqm-manager-station+captain (>= 2.0.0), oqm-infra-jaeger (>= 1.1.0), oqm-infra-keycloak (>= 1.1.0), oqm-core-depot, oqm-core-api (>= 1.0.0)" + "deb": "curl, jq, docker.io, oqm-manager-station+captain (>= 2.0.0), oqm-infra-jaeger (>= 1.1.0), oqm-infra-keycloak (>= 1.1.0), oqm-core-depot, oqm-core-api (>= 1.0.0)" }, "copyright": { "contact":"Greg Stewart ", diff --git a/software/oqm-depot/installerSrc/installerProperties.json b/software/oqm-depot/installerSrc/installerProperties.json index a79b4e735..5fbd81918 100644 --- a/software/oqm-depot/installerSrc/installerProperties.json +++ b/software/oqm-depot/installerSrc/installerProperties.json @@ -6,7 +6,7 @@ "description": "Depot instance for Open QuarterMaster.", "homepage": "https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/oqm-depot", "dependencies": { - "deb": "docker.io, docker" + "deb": "docker.io" }, "copyright": { "contact":"Greg Stewart ", From a6b7c8aa214b2639e40de7f9f273323499656483 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Mon, 14 Oct 2024 11:19:36 -0400 Subject: [PATCH 02/15] Core - API - Version bump for release --- software/oqm-core-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/oqm-core-api/build.gradle b/software/oqm-core-api/build.gradle index 3781e02a3..a53c30fb5 100644 --- a/software/oqm-core-api/build.gradle +++ b/software/oqm-core-api/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.ebp.openQuarterMaster' -version '2.1.4-DEV' +version '2.1.4' repositories { mavenCentral() From 2afb1f0dc934be01b19481b17343f442159e0df7 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Mon, 14 Oct 2024 11:21:50 -0400 Subject: [PATCH 03/15] Infrastructure- Keycloak - version bump for release --- deployment/Single Host/Infrastructure/keycloak/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Single Host/Infrastructure/keycloak/properties.json b/deployment/Single Host/Infrastructure/keycloak/properties.json index 8b5499d17..adf89764f 100644 --- a/deployment/Single Host/Infrastructure/keycloak/properties.json +++ b/deployment/Single Host/Infrastructure/keycloak/properties.json @@ -1,6 +1,6 @@ { "packageName":"oqm-infra-keycloak", - "version":"1.2.0", + "version":"1.2.1", "description":"Keycloak instance for Open QuarterMaster.", "homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/deployment/Single%20Host/Infrastructure/keycloak", "configs": [ From 5e7630ede42fa0252d8b83d35a3229ea18afa4c4 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Mon, 14 Oct 2024 12:10:33 -0400 Subject: [PATCH 04/15] Infrastructure- Keycloak - adjusted docker command to get keycloak healthcheck --- .../Infrastructure/keycloak/oqm-infra-keycloak.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Single Host/Infrastructure/keycloak/oqm-infra-keycloak.service b/deployment/Single Host/Infrastructure/keycloak/oqm-infra-keycloak.service index 69668a6a0..4a2b45fb1 100644 --- a/deployment/Single Host/Infrastructure/keycloak/oqm-infra-keycloak.service +++ b/deployment/Single Host/Infrastructure/keycloak/oqm-infra-keycloak.service @@ -102,7 +102,7 @@ ExecStartPost=/bin/bash -c "running=\"false\"; \ echo \"Container was stopped!\"; \ exit 1; \ fi; \ - hcGet=\"$(docker run --network=oqm-internal docker.io/curlimages/curl:latest https://oqm-infra-keycloak:9000/health -k)\"; \ + hcGet=\"$(docker run --rm --name oqm-infra-keycloak-hc --network=oqm-internal docker.io/curlimages/curl:latest https://oqm-infra-keycloak:9000/health -k)\"; \ echo \"Health check get: $hcGet\"; \ status=\"$(jq --argjson hcGet \"$hcGet\" -nr '$hcGet.status')\"; \ echo \"Status: $status\"; \ From 8f3f24e46c1070599f15d043cd67693a755878ca Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Mon, 14 Oct 2024 12:19:25 -0400 Subject: [PATCH 05/15] Core - API - Version bump for release --- .../open-qm-moduleDriver/.idea/.gitignore | 8 ++++++ .../libs/open-qm-moduleDriver/.idea/.name | 1 + .../open-qm-moduleDriver/.idea/compiler.xml | 16 ++++++++++++ .../open-qm-moduleDriver/.idea/gradle.xml | 16 ++++++++++++ .../.idea/jarRepositories.xml | 25 +++++++++++++++++++ .../libs/open-qm-moduleDriver/.idea/misc.xml | 8 ++++++ .../libs/open-qm-moduleDriver/.idea/vcs.xml | 6 +++++ 7 files changed, 80 insertions(+) create mode 100644 software/libs/open-qm-moduleDriver/.idea/.gitignore create mode 100644 software/libs/open-qm-moduleDriver/.idea/.name create mode 100644 software/libs/open-qm-moduleDriver/.idea/compiler.xml create mode 100644 software/libs/open-qm-moduleDriver/.idea/gradle.xml create mode 100644 software/libs/open-qm-moduleDriver/.idea/jarRepositories.xml create mode 100644 software/libs/open-qm-moduleDriver/.idea/misc.xml create mode 100644 software/libs/open-qm-moduleDriver/.idea/vcs.xml diff --git a/software/libs/open-qm-moduleDriver/.idea/.gitignore b/software/libs/open-qm-moduleDriver/.idea/.gitignore new file mode 100644 index 000000000..13566b81b --- /dev/null +++ b/software/libs/open-qm-moduleDriver/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/software/libs/open-qm-moduleDriver/.idea/.name b/software/libs/open-qm-moduleDriver/.idea/.name new file mode 100644 index 000000000..e9e687cb6 --- /dev/null +++ b/software/libs/open-qm-moduleDriver/.idea/.name @@ -0,0 +1 @@ +open-qm-lib-moduleDriver \ No newline at end of file diff --git a/software/libs/open-qm-moduleDriver/.idea/compiler.xml b/software/libs/open-qm-moduleDriver/.idea/compiler.xml new file mode 100644 index 000000000..e107ed761 --- /dev/null +++ b/software/libs/open-qm-moduleDriver/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/software/libs/open-qm-moduleDriver/.idea/gradle.xml b/software/libs/open-qm-moduleDriver/.idea/gradle.xml new file mode 100644 index 000000000..ce1c62c7c --- /dev/null +++ b/software/libs/open-qm-moduleDriver/.idea/gradle.xml @@ -0,0 +1,16 @@ + + + + + + + \ No newline at end of file diff --git a/software/libs/open-qm-moduleDriver/.idea/jarRepositories.xml b/software/libs/open-qm-moduleDriver/.idea/jarRepositories.xml new file mode 100644 index 000000000..d20b5975a --- /dev/null +++ b/software/libs/open-qm-moduleDriver/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/software/libs/open-qm-moduleDriver/.idea/misc.xml b/software/libs/open-qm-moduleDriver/.idea/misc.xml new file mode 100644 index 000000000..9676474e1 --- /dev/null +++ b/software/libs/open-qm-moduleDriver/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/software/libs/open-qm-moduleDriver/.idea/vcs.xml b/software/libs/open-qm-moduleDriver/.idea/vcs.xml new file mode 100644 index 000000000..c2365ab11 --- /dev/null +++ b/software/libs/open-qm-moduleDriver/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From a0a730e41120bb307cb4b74b975ff50b254d3619 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 20:15:35 -0400 Subject: [PATCH 06/15] Core - Base Station - Fixed broken link to item categories page --- .../src/main/resources/templates/tags/links/itemCategory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/oqm-core-base-station/src/main/resources/templates/tags/links/itemCategory.html b/software/oqm-core-base-station/src/main/resources/templates/tags/links/itemCategory.html index 6a77ada5c..9769923c9 100644 --- a/software/oqm-core-base-station/src/main/resources/templates/tags/links/itemCategory.html +++ b/software/oqm-core-base-station/src/main/resources/templates/tags/links/itemCategory.html @@ -1 +1 @@ -{#icons/categories}{/icons/categories} Categories \ No newline at end of file +{#icons/categories}{/icons/categories} Categories \ No newline at end of file From 1bbe4c3afe24c7111968074de3d385c7ce1b4a1b Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 20:34:51 -0400 Subject: [PATCH 07/15] Core Depot - Updated nonexistent dependencies --- software/oqm-depot/webroot/composer.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/oqm-depot/webroot/composer.lock b/software/oqm-depot/webroot/composer.lock index 471d86b9f..f981d42be 100644 --- a/software/oqm-depot/webroot/composer.lock +++ b/software/oqm-depot/webroot/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "670ca2780d0d78163522711e2bb74857", + "content-hash": "020efe914519781daf7473e2c84623b5", "packages": [], "packages-dev": [], "aliases": [], From 81a66e500181a0be19b88612f717ed458b3ad64f Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 20:35:31 -0400 Subject: [PATCH 08/15] Core Depot - Version bump for release --- software/oqm-depot/webroot/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/oqm-depot/webroot/composer.json b/software/oqm-depot/webroot/composer.json index 1116ba60a..6a6d4a43a 100644 --- a/software/oqm-depot/webroot/composer.json +++ b/software/oqm-depot/webroot/composer.json @@ -3,7 +3,7 @@ "description": "OQM Depot is your entrypoint into the OQM system.", "type": "project", "license": "GPL", - "version": "1.1.2", + "version": "1.1.3", "autoload": { "psr-4": { "Ebprod\\OqmCoreDepot\\": "res/script/" From 3b0eece3ba956d2a50ba47c48ccd85ae3b647a04 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 20:43:52 -0400 Subject: [PATCH 09/15] Core - Base Station - Version bump for release --- software/oqm-core-base-station/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/oqm-core-base-station/build.gradle b/software/oqm-core-base-station/build.gradle index a9de9df04..f06502f28 100644 --- a/software/oqm-core-base-station/build.gradle +++ b/software/oqm-core-base-station/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.ebp.openQuarterMaster' -version '1.4.4' +version '1.4.5' repositories { mavenCentral() From ee1f8b5f07fd4f63b0432a0a35991949959fd217 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 20:48:43 -0400 Subject: [PATCH 10/15] SNH - Station Captain - Version bump for release --- deployment/Single Host/Station-Captain/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Single Host/Station-Captain/properties.json b/deployment/Single Host/Station-Captain/properties.json index 26cf5abb7..99814b9e6 100644 --- a/deployment/Single Host/Station-Captain/properties.json +++ b/deployment/Single Host/Station-Captain/properties.json @@ -1,6 +1,6 @@ { "packageName":"oqm-manager-station+captain", - "version":"2.4.1", + "version":"2.4.2", "description":"Utility for setting up and maintaining an instance of Open QuarterMaster.", "maintainer": { "name":"EBP" From 50b70b2fac6d72f954f9610f86db50e17d0b40fe Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 20:49:19 -0400 Subject: [PATCH 11/15] Core - API - Version bump for release --- software/oqm-core-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/oqm-core-api/build.gradle b/software/oqm-core-api/build.gradle index a53c30fb5..a4b743bcd 100644 --- a/software/oqm-core-api/build.gradle +++ b/software/oqm-core-api/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.ebp.openQuarterMaster' -version '2.1.4' +version '2.1.5' repositories { mavenCentral() From d9e131605ea09438279af97b7f44fdda2c563a1a Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 20:55:10 -0400 Subject: [PATCH 12/15] Updated system requirements for SNH --- deployment/Single Host/docs/System Requirements.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deployment/Single Host/docs/System Requirements.md b/deployment/Single Host/docs/System Requirements.md index b1904d91a..3a7f3f367 100644 --- a/deployment/Single Host/docs/System Requirements.md +++ b/deployment/Single Host/docs/System Requirements.md @@ -2,15 +2,16 @@ This is a set of requirements for the entire system, not necessarily just the station captain. -This system is regularly tested on Ubuntu 22.04. +This system is regularly tested on Ubuntu 24.04. ## Software Requirements - A Modern Linux OS - - At the moment we only support Debian-based systems (`apt`), we plan on eventually also supporting Fedora/RHEL (`dnf`) systems. (Tested on Ubuntu 22.04, Raspbian) + - At the moment we only support Debian-based systems (`apt`), we plan on eventually also supporting Fedora/RHEL (`dnf`) systems. - Tested and verified: - Ubuntu 22.04 - Lubuntu 22.04 + - Ubuntu 24.04 - Raspbian (current version as of Dec 2023) ## Hardware Requirements: @@ -23,7 +24,7 @@ This system is regularly tested on Ubuntu 22.04. - Must include [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions). Known supported: - Any AMD - Any modern Intel i3, i5, i7, i9 - - Intel N95, N100 + - Intel N95, N100, N300 - 64-bit ARM v8 Note:: it is possible certain plugins, or a large number of plugins, will require more resources or have different hardware requirements. From 80ea15af345f3ede9c480ebce51160fbfe6dfc4c Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 21:03:10 -0400 Subject: [PATCH 13/15] Updated system requirements for SNH --- deployment/Single Host/docs/System Requirements.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/Single Host/docs/System Requirements.md b/deployment/Single Host/docs/System Requirements.md index 3a7f3f367..342fba80d 100644 --- a/deployment/Single Host/docs/System Requirements.md +++ b/deployment/Single Host/docs/System Requirements.md @@ -32,6 +32,7 @@ Note:: it is possible certain plugins, or a large number of plugins, will requir ### Proven SBC's and other 'specialty' hardware: - ARM: - - [Raspberry Pi 5B](https://www.raspberrypi.com/products/raspberry-pi-5/), 8Gb memory recommended. 4Gb would probably be fine for testing and minimal purposes only, but any less is probably not going to be enough for a good experience. + - [Raspberry Pi 5B](https://www.raspberrypi.com/products/raspberry-pi-5/ + - 8Gb memory recommended. 4Gb would probably be fine for testing and minimal purposes only, but any less is probably not going to be enough for a good experience. From 317f7d6df1c729af6922d6c2aaf61ee155d6f699 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 21:08:11 -0400 Subject: [PATCH 14/15] Updated system requirements for SNH 2 --- deployment/Single Host/docs/System Requirements.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deployment/Single Host/docs/System Requirements.md b/deployment/Single Host/docs/System Requirements.md index 342fba80d..291bec9eb 100644 --- a/deployment/Single Host/docs/System Requirements.md +++ b/deployment/Single Host/docs/System Requirements.md @@ -16,9 +16,9 @@ This system is regularly tested on Ubuntu 24.04. ## Hardware Requirements: -- 2 cores on headless server, 4 cores on a host with a desktop - 4gb of RAM, 8gb recommended for minimum - CPU Requirements + - 2 cores on headless server, 4 cores on a host with a desktop - One of the following architectures: - 64-bit `x64` ISA, intel or AMD - Must include [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions). Known supported: @@ -27,12 +27,11 @@ This system is regularly tested on Ubuntu 24.04. - Intel N95, N100, N300 - 64-bit ARM v8 -Note:: it is possible certain plugins, or a large number of plugins, will require more resources or have different hardware requirements. +> [!NOTE] +> it is possible certain plugins, or a large number of plugins, will require more resources or have different hardware requirements. ### Proven SBC's and other 'specialty' hardware: - ARM: - [Raspberry Pi 5B](https://www.raspberrypi.com/products/raspberry-pi-5/ - 8Gb memory recommended. 4Gb would probably be fine for testing and minimal purposes only, but any less is probably not going to be enough for a good experience. - - From 05ca886030510f31def25c1061fb8da903fecb09 Mon Sep 17 00:00:00 2001 From: GregJohnStewart Date: Tue, 15 Oct 2024 21:13:45 -0400 Subject: [PATCH 15/15] Infrastructure- Version bumps for release --- deployment/Single Host/Infrastructure/jaeger/properties.json | 2 +- .../Single Host/Infrastructure/kafka-red-panda/properties.json | 2 +- deployment/Single Host/Infrastructure/keycloak/properties.json | 2 +- deployment/Single Host/Infrastructure/mongo/properties.json | 2 +- deployment/Single Host/Infrastructure/postgres/properties.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/Single Host/Infrastructure/jaeger/properties.json b/deployment/Single Host/Infrastructure/jaeger/properties.json index e83ba0d51..0df24eb51 100644 --- a/deployment/Single Host/Infrastructure/jaeger/properties.json +++ b/deployment/Single Host/Infrastructure/jaeger/properties.json @@ -1,6 +1,6 @@ { "packageName":"oqm-infra-jaeger", - "version":"1.2.0", + "version":"1.2.1", "description":"Jaeger instance for Open QuarterMaster.", "homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/Infrastructure/jaeger", "configs": [], diff --git a/deployment/Single Host/Infrastructure/kafka-red-panda/properties.json b/deployment/Single Host/Infrastructure/kafka-red-panda/properties.json index 8037b92e0..aaaeddad8 100644 --- a/deployment/Single Host/Infrastructure/kafka-red-panda/properties.json +++ b/deployment/Single Host/Infrastructure/kafka-red-panda/properties.json @@ -1,6 +1,6 @@ { "packageName":"oqm-infra-kafka+red+panda", - "version":"1.0.0", + "version":"1.0.1", "description":"Kafka instance for Open QuarterMaster using Red Panda.", "homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/Infrastructure/kafka-red-panda", "configs": [], diff --git a/deployment/Single Host/Infrastructure/keycloak/properties.json b/deployment/Single Host/Infrastructure/keycloak/properties.json index adf89764f..2a62ef4a1 100644 --- a/deployment/Single Host/Infrastructure/keycloak/properties.json +++ b/deployment/Single Host/Infrastructure/keycloak/properties.json @@ -1,6 +1,6 @@ { "packageName":"oqm-infra-keycloak", - "version":"1.2.1", + "version":"1.2.2", "description":"Keycloak instance for Open QuarterMaster.", "homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/deployment/Single%20Host/Infrastructure/keycloak", "configs": [ diff --git a/deployment/Single Host/Infrastructure/mongo/properties.json b/deployment/Single Host/Infrastructure/mongo/properties.json index 967aec4cc..e9d76ad67 100644 --- a/deployment/Single Host/Infrastructure/mongo/properties.json +++ b/deployment/Single Host/Infrastructure/mongo/properties.json @@ -1,6 +1,6 @@ { "packageName":"oqm-infra-mongodb", - "version":"1.2.0", + "version":"1.2.1", "description":"MongoDb instance for Open QuarterMaster.", "homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/Infrastructure/mongo", "configs": [], diff --git a/deployment/Single Host/Infrastructure/postgres/properties.json b/deployment/Single Host/Infrastructure/postgres/properties.json index 4f01a32b2..100c2d277 100644 --- a/deployment/Single Host/Infrastructure/postgres/properties.json +++ b/deployment/Single Host/Infrastructure/postgres/properties.json @@ -1,6 +1,6 @@ { "packageName":"oqm-infra-postgres", - "version":"1.2.0", + "version":"1.2.1", "description":"Postgresql instance for Open QuarterMaster.", "homepage":"https://github.com/Epic-Breakfast-Productions/OpenQuarterMaster/tree/main/software/Infrastructure/postgresql", "configs": [