diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04f35e5..baad866 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,5 +34,5 @@ jobs: env: REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/ VERSION: ${{ env.version }} - ABSTRACTO_VERSION: 1.2.9 + ABSTRACTO_VERSION: 1.2.10 ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/ \ No newline at end of file diff --git a/application/executable/pom.xml b/application/executable/pom.xml index 5d5eef1..33bb40a 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -90,6 +90,11 @@ remind-impl + + dev.sheldan.abstracto.modules + suggestion-impl + + dev.sheldan.abstracto.modules starboard-impl diff --git a/deployment/docker-compose/src/main/resources/.env b/deployment/docker-compose/src/main/resources/.env index 8e767df..d8970b4 100644 --- a/deployment/docker-compose/src/main/resources/.env +++ b/deployment/docker-compose/src/main/resources/.env @@ -26,4 +26,4 @@ PGADMIN_DEFAULT_EMAIL=sheldan@sheldan.dev PGADMIN_DEFAULT_PASSWORD=admin TOKEN= YOUTUBE_API_KEY= -ONEPLUS_BOT_VERSION=1.3.9 \ No newline at end of file +ONEPLUS_BOT_VERSION=1.3.10 \ No newline at end of file diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index 703d75e..0b60492 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -109,6 +109,16 @@ remind.zip + + dev.sheldan.abstracto-templates.templates + suggestion + ${abstracto.templates.version} + zip + true + ${file.basedir}/deployment/template-artifacts/ + suggestion.zip + + dev.sheldan.abstracto-templates.templates logging @@ -216,6 +226,16 @@ remind.zip + + dev.sheldan.abstracto-templates.translations + suggestion + ${abstracto.templates.version} + zip + true + ${file.basedir}/deployment/translation-artifacts/ + suggestion.zip + + dev.sheldan.abstracto-templates.translations logging @@ -348,6 +368,17 @@ remind.zip + + dev.sheldan.abstracto.modules + suggestion-impl + ${abstracto.version} + liquibase + zip + true + ${file.basedir}/deployment/liquibase-artifacts/ + suggestion.zip + + dev.sheldan.abstracto.modules logging-impl diff --git a/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json b/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json index 60cd5ef..3a72fba 100644 --- a/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json +++ b/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json @@ -1,7 +1,7 @@ { "template_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "remind", "logging", - "starboard-custom", "overrides-templates-webservices", "overrides-templates-core", "overrides-templates-logging", "news"], - "translation_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", + "suggestion", "starboard-custom", "overrides-templates-webservices", "overrides-templates-core", "overrides-templates-logging", "news"], + "translation_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "suggestion", "remind", "logging", "starboard-custom", "news"], "liquibase_artifacts": [ { "zip": "scheduling", "file": "scheduling-changeLog.xml" }, @@ -13,6 +13,7 @@ { "zip": "starboard", "file": "starboard-changeLog.xml"}, { "zip": "remind", "file": "remind-changeLog.xml"}, { "zip": "logging", "file": "logging-changeLog.xml"}, + { "zip": "suggestion", "file": "suggestion-changeLog.xml"}, { "zip": "starboard-custom", "file": "starboard-custom-changeLog.xml"}, { "zip": "news", "file": "news-changeLog.xml"} ] diff --git a/pom.xml b/pom.xml index 4856966..13559cb 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,8 @@ 1.8 - 1.2.9 - 1.2.5 + 1.2.10 + 1.2.6