Releases: I-am-PUID-0/DMB
Releases Β· I-am-PUID-0/DMB
Release 5.4.5
Release 5.4.4
Changed π
- Zilean: Update to dotnet 9 π
- Zilean: Update to support both Zilean.Scraper & Zilean.DmmScraper for older version of Zilean π
Notes π
- Zilean: Only Zilean v2.1.0 and newer are supported due to dotnet update to version 9 π¨
Release 5.4.3
Changed π
- Riven Frontend: Updated the name and location of the
server-config.json
file toserver.json
and to be transferred to the /riven/frontend/config directory on startup π - Re-enabled reaping of zombie processes π
Release 5.4.2
Fixed π οΈ
- Issue #72 Zilean Permissions Issue π
Release 5.4.1
Fixed π οΈ
- Issue #71 PostgreSQL Graceful Shutdown π
Release 5.4.0
Fixed π οΈ
- Issue #14 Add Riven build process to Dockerfile β¨
- Issue #65 Zilean Enabled when ZILEAN_ENABLED=false π
- Issue #66 Dockerfile pulls from Riven Frontend main branch vs. latest release π
- Issue #67 Future releases for Riven Frontend and Backend will require an API Key π
Added β¨
- Riven Backend: Added the Riven backend build process to the Dockerfile π¦
- Riven Frontend: Added the server-config.json to the be saved in /config and transferred to the Riven Frontend when using the API key π¦
- Zilean: Added the Zilean build process to the Dockerfile π¦
Changed π
- Riven Backend: Settings are now loaded with or without the API key depending on the version of Riven used π
- Refactor: Refactored the utils and version checks π
- Utils: Added description to reaped processes π
- Logging: Added thread lock to rollover π
Notes π
- Future releases for Riven Frontend and Backend will require an API Key to be set π¨
- With these changes, you can now use the latest development versions of Riven Frontend and Backend π
- Use the RIVEN_BACKEND_BRANCH=release-please--branches--main and RIVEN_FRONTEND_BRANCH=release-please--branches--main environment variables to test the current development versions of Riven π
Release 5.3.2
Fixed π οΈ
Release 5.3.1
Fixed π οΈ
- Issue #59 Zombie dotnet Processes Accumulating Over Time π
Release 5.3.0
Added β¨
- pgAdmin 4: Added system_stats extension to pgAdmin 4 for host system monitoring π¦
- pgAdmin 4: Added pgAgent extension to pgAdmin 4 for job scheduling π¦
Fixed π οΈ
- pgAdmin 4: Fixed the pgAdmin 4 config_local.py SSL settings π
Changed π
- RIVEN_BACKEND_URL: Linked to the Riven backend load_settings function. PR #57 Thanks @FunkeCoder23 π
Release 5.2.0
Added β¨
- pgAdmin 4: Added pgAdmin 4 to the DMB image for PostgreSQL management π¦ - Resolves Issue #49
Notes π
- pgAdmin 4 is enabled by setting the
PGADMIN_SETUP_EMAIL
andPGADMIN_SETUP_PASSWORD
environment variables ππ - The DMB PostgreSQL server is automatically added to pgAdmin4 ServersποΈ
- On the first access of pgAdmin 4, the DMB PostgreSQL server password will need to be set in pgAdmin 4 ποΈ - the default PostgreSQL server password is
postgres
or set withPOSTGRES_PASSWORD
π - To access pgAdmin 4, navigate to
http://<DMB_IP>:5050
in your browser π - The pgAdmin 4 data is stored in the
/pgadmin/data
directory - though, not required to mounted to the host π - The pgAdmin 4 config_local.py is stored in the
/pgadmin/data
directory and symlinked at startup π - review the pgAdmin 4 documentation for additional configuration options π - Backups of the PostgreSQL database can be made using pgAdmin 4 and are stored in the
/pgadmin/storage
directory ποΈ - The following message can be ignored on initial startup:
ERROR - PostgreSQL subprocess: relation "version" does not exist at character 75