-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: baker-scripts/RedditModLog
Releases · baker-scripts/RedditModLog
2026年05月09日
Full Changelog: v1.6.1...2026年05月09日
Assets 2
v1.6.1
Full Changelog: v1.6.0...v1.6.1
Assets 2
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
Assets 2
v1.5.2
@bakerboy448
bakerboy448
e1a1ab6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 3
v1.5.1
@bakerboy448
bakerboy448
6690b0a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
- Update systemd service documentation URL to baker-scripts org
Assets 3
v1.5.0
@bakerboy448
bakerboy448
9473956
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
- Upgrade to Python 3.14 base image
- Grant contents:write permission for SBOM release attachments
- Pre-commit autoupdate
- Prune CLAUDE.md
Assets 3
v1.4.5
@bakerboy448
bakerboy448
14de237
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Added CodeRabbit and gitleaks configs
Assets 2
v1.4.4 - Organization Migration
@bakerboy448
bakerboy448
d47148c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
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)
Assets 2
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:/config
Recommended: Use this version for all new Docker deployments.