Releases: baker-scripts/RedditModLog
Releases · baker-scripts/RedditModLog
2026.05.09
Full Changelog: v1.6.1...2026.05.09
v1.6.1
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- ci: bump actions/checkout from 4 to 6 by @dependabot[bot] in #22
- ci: bump docker/login-action from 3 to 4 by @dependabot[bot] in #21
- ci: bump aquasecurity/trivy-action from 0.28.0 to 0.35.0 by @dependabot[bot] in #23
Full Changelog: v1.5.2...v1.6.0
v1.5.2
Changes
- fix: regenerate secrets baseline
- chore: add issue/PR templates, dependabot, contributors, disclaimer
- ci: bump docker/setup-buildx-action, codeql-action, metadata-action, upload-artifact, build-push-action
v1.5.1
Changes
- Update systemd service documentation URL to baker-scripts org
v1.5.0
Changes
- Upgrade to Python 3.14 base image
- Grant contents:write permission for SBOM release attachments
- Pre-commit autoupdate
- Prune CLAUDE.md
v1.4.5
What's Changed
- Added CodeRabbit and gitleaks configs
v1.4.4 - Organization Migration
Changes
- Migrated repo from bakerboy448 to baker-scripts organization
- Updated all GHCR image references to baker-scripts namespace
- Updated OCI image labels (source, documentation, vendor, authors)
- Changed workflow IMAGE_NAME to use dynamic
github.repository_owner - Docker images now published under
ghcr.io/baker-scripts/redditmodlog
Docker Image Tags
ghcr.io/baker-scripts/redditmodlog:1(major version)ghcr.io/baker-scripts/redditmodlog:1.4(minor version)ghcr.io/baker-scripts/redditmodlog:1.4.4(exact version)ghcr.io/baker-scripts/redditmodlog:latest
v1.4.3 - Docker Improvements
Fixed
- Add sqlite3 to Docker image for database inspection and troubleshooting
- Proper log routing: INFO/DEBUG to stdout, WARNING/ERROR/CRITICAL to stderr
- Follows Unix convention for log stream separation
Changes
sqlite3package added to runtime dependencies- Custom logging handlers route by severity level
- Maintains all existing logging functionality
Docker Images
ghcr.io/bakerboy448/redditmodlog:latestghcr.io/bakerboy448/redditmodlog:v1.4.3
Database Recovery Status
Both containers are running with recovered historical data:
- OpenSignups: 757 total entries (114KB wiki, 21.7% of limit)
- Usenet: 402 total entries (219KB wiki, 41.8% of limit)
v1.4.1 - Docker Hotfix
Docker Hotfix Release
Fixes
- Fixed s6 run script to pass
--config /config/config.jsonto application - Fixed s6 service symlink (was causing "Exec format error")
- Init script now validates config file OR environment variables (not requiring both)
- Added troubleshooting tools (procps, htop, vim-tiny)
- Improved healthcheck to verify Python process is running
Documentation
- Updated README with correct Docker deployment examples
- Added Docker Compose example configurations
- Documented /config mount structure
Docker Images
ghcr.io/bakerboy448/redditmodlog:v1.4.1ghcr.io/bakerboy448/redditmodlog:latest
Deployment
services:
redditmodlog:
image: ghcr.io/bakerboy448/redditmodlog:latest
environment:
- PUID=1000
- PGID=1000
volumes:
- ./config:/configRecommended: Use this version for all new Docker deployments.