diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17d67db..7532d8f 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.3.7 + ABSTRACTO_VERSION: 1.3.8 ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/ \ No newline at end of file diff --git a/PRIVACY_POLICY.md b/PRIVACY_POLICY.md index 645cc13..b3f4ac5 100644 --- a/PRIVACY_POLICY.md +++ b/PRIVACY_POLICY.md @@ -1,6 +1,6 @@ # r/oneplus Discord bot privacy policy -Last updated: 04.07.2021 +Last updated: 06.09.2021 ## Description @@ -75,6 +75,7 @@ The detailed list of what information is stored and processed is the following: * this was used for the message used to update the status of a suggestion, but this is currently disabled * the author of the suggestion and the message which has been posted in the suggestions channel * every suggestion will be deleted completely from the database a few days after it has reached a final state (rejected, denied, accepted) +* whether you voted for a suggestion and which decision you took ### Leveling system * the amount of messages which were considered for the leveling system diff --git a/README.md b/README.md index 9c508ed..2cbb3f5 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,5 @@ Custom features which were ported - [pgAdmin](https://github.com/postgres/pgadmin4) to view the database - [prometheus](https://github.com/prometheus/prometheus) for metric collection - [postgres](https://github.com/postgres/postgres) as a database +- [loki](https://github.com/grafana/loki) for log aggregation \ No newline at end of file diff --git a/deployment/docker-compose/src/main/resources/.env b/deployment/docker-compose/src/main/resources/.env index ff46144..e3d4f29 100644 --- a/deployment/docker-compose/src/main/resources/.env +++ b/deployment/docker-compose/src/main/resources/.env @@ -29,4 +29,4 @@ PGADMIN_DEFAULT_EMAIL=sheldan@sheldan.dev PGADMIN_DEFAULT_PASSWORD=admin TOKEN= YOUTUBE_API_KEY= -ONEPLUS_BOT_VERSION=1.5.6 \ No newline at end of file +ONEPLUS_BOT_VERSION=1.5.7 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 095fa88..63fc14e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,8 @@ 1.8 - 1.3.7 - 1.2.19 + 1.3.8 + 1.2.20