diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 263d892..04be218 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.12 + ABSTRACTO_VERSION: 1.2.13 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 96a8341..10ccd80 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -120,6 +120,11 @@ profanity-filter-impl + + dev.sheldan.abstracto.modules + experience-tracking-impl + + dev.sheldan.oneplus.bot.application.custom starboard-custom diff --git a/deployment/docker-compose/src/main/resources/.env b/deployment/docker-compose/src/main/resources/.env index fbb3d08..a363110 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.12 \ No newline at end of file +ONEPLUS_BOT_VERSION=1.4.0 \ No newline at end of file diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index 8d3538a..ecc54f3 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -52,6 +52,17 @@ ${file.basedir}/deployment/template-artifacts/ core.zip + + + dev.sheldan.abstracto-templates.templates + experience-tracking + ${abstracto.templates.version} + zip + true + ${file.basedir}/deployment/template-artifacts/ + experience-tracking.zip + + dev.sheldan.abstracto-templates.templates entertainment @@ -199,6 +210,15 @@ ${file.basedir}/deployment/translation-artifacts/ utility.zip + + dev.sheldan.abstracto-templates.translations + experience-tracking + ${abstracto.templates.version} + zip + true + ${file.basedir}/deployment/translation-artifacts/ + experience-tracking.zip + dev.sheldan.abstracto-templates.translations core @@ -391,6 +411,17 @@ utility.zip + + dev.sheldan.abstracto.modules + experience-tracking-impl + ${abstracto.version} + liquibase + zip + true + ${file.basedir}/deployment/liquibase-artifacts/ + experience-tracking.zip + + dev.sheldan.abstracto.modules entertainment-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 34f4b2a..3cc998c 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,11 +1,11 @@ { "template_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "remind", "logging", - "suggestion", "invite-filter", "profanity-filter", "statistic", + "suggestion", "invite-filter", "profanity-filter", "statistic", "experience-tracking", "starboard-custom", "overrides-templates-webservices", "overrides-templates-core", "overrides-templates-logging", "overrides-templates-statistic", "news", "referral"], "translation_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "suggestion", - "remind", "logging", "invite-filter", "profanity-filter", "statistic", + "remind", "logging", "invite-filter", "profanity-filter", "statistic", "experience-tracking", "starboard-custom", "news", "setup", "referral"], "liquibase_artifacts": [ @@ -24,6 +24,7 @@ { "zip": "statistic", "file": "statistic-changeLog.xml"}, { "zip": "setup", "file": "setup-changeLog.xml"}, { "zip": "referral", "file": "referral-changeLog.xml"}, + { "zip": "experience-tracking", "file": "experience-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 fb22ed6..305665d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,8 @@ 1.8 - 1.2.12 - 1.2.8 + 1.2.13 + 1.2.9