[OPB-xxx] preparing for release

This commit is contained in:
Sheldan
2021-09-06 02:15:38 +02:00
parent 7dc141a8a4
commit eaddea63b3
5 changed files with 7 additions and 5 deletions

View File

@@ -34,5 +34,5 @@ jobs:
env: env:
REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/ REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/
VERSION: ${{ env.version }} VERSION: ${{ env.version }}
ABSTRACTO_VERSION: 1.3.7 ABSTRACTO_VERSION: 1.3.8
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/ ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/

View File

@@ -1,6 +1,6 @@
# r/oneplus Discord bot privacy policy # r/oneplus Discord bot privacy policy
Last updated: 04.07.2021 Last updated: 06.09.2021
## Description ## 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 * 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 * 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) * 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 ### Leveling system
* the amount of messages which were considered for the leveling system * the amount of messages which were considered for the leveling system

View File

@@ -17,4 +17,5 @@ Custom features which were ported
- [pgAdmin](https://github.com/postgres/pgadmin4) to view the database - [pgAdmin](https://github.com/postgres/pgadmin4) to view the database
- [prometheus](https://github.com/prometheus/prometheus) for metric collection - [prometheus](https://github.com/prometheus/prometheus) for metric collection
- [postgres](https://github.com/postgres/postgres) as a database - [postgres](https://github.com/postgres/postgres) as a database
- [loki](https://github.com/grafana/loki) for log aggregation

View File

@@ -29,4 +29,4 @@ PGADMIN_DEFAULT_EMAIL=sheldan@sheldan.dev
PGADMIN_DEFAULT_PASSWORD=admin PGADMIN_DEFAULT_PASSWORD=admin
TOKEN=<INSERT TOKEN> TOKEN=<INSERT TOKEN>
YOUTUBE_API_KEY=<INSERT KEY> YOUTUBE_API_KEY=<INSERT KEY>
ONEPLUS_BOT_VERSION=1.5.6 ONEPLUS_BOT_VERSION=1.5.7

View File

@@ -19,8 +19,8 @@
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<!-- edit in release.yml as well --> <!-- edit in release.yml as well -->
<!-- when releasing a new opbot version, update the .env as well--> <!-- when releasing a new opbot version, update the .env as well-->
<abstracto.version>1.3.7</abstracto.version> <abstracto.version>1.3.8</abstracto.version>
<abstracto.templates.version>1.2.19</abstracto.templates.version> <abstracto.templates.version>1.2.20</abstracto.templates.version>
</properties> </properties>
<modules> <modules>