This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
Releases: s0up4200/redactedhook
Releases · s0up4200/redactedhook
v0.6.1
Changelog
🐛 Bug Fixes
Full Changelog: v0.6.0...v0.6.1
Docker images
docker pull ghcr.io/s0up4200/redactedhook:v0.6.1
docker pull ghcr.io/s0up4200/redactedhook:latest
Checksums
SHA256 checksums for the artifacts are available in the checksums.txt file.
Installation
Download the appropriate binary for your system from the assets below.
v0.6.0
Changelog
🚀 New Features
- 73808ec: fix(api): update redacted API endpoint domain from .ch to .sh (@s0up4200)
- 34d8ec1: feat(api): add health check endpoints and handlers (@s0up4200)
- 92f3757: feat(config): add env vars for red and ops apikeys (#34) (@s0up4200)
- 3d90575: feat: add env var support for logs and make config optional (@s0up4200)
- 8f9329d: feat: add more env var examples to compose (@s0up4200)
- 77065dc: feat: log healthz requests (@s0up4200)
🐛 Bug Fixes
- cb9ef35: fix(ValidateConfig): remove log requirement (@s0up4200)
- d9bc7b3: fix(lint): add missing error handling and fix format strings (@s0up4200)
- 692695f: fix: add a apikey to config to make app start (@s0up4200)
- 814f0ab: fix: add patch version to gomod (@s0up4200)
- e91f7f6: fix: disable build in docker compose example (@s0up4200)
♻️ Refactor
- ca2245d: refactor(main): improve server robustness and error handling (@s0up4200)
- fdf6e4f: refactor: Makefile (@s0up4200)
- 8e0eb55: refactor: ci.Dockerfile (@s0up4200)
- b1717b7: refactor: goreleaser (@s0up4200)
📦 Dependencies
- 178d759: chore(deps): bump codeql-action to v3 (@s0up4200)
- 94b5e36: chore(deps): update go version in codeql (@s0up4200)
Other Changes
- 625ebe4: chore(docker): expand dockerignore (@s0up4200)
- e83b2b0: ci(workflow): enhance pipeline with security scanning and parallel testing (@s0up4200)
- fbd6b49: ci(workflow): remove dependency-check (@s0up4200)
- 004eca9: ci(workflow): remove old codeql workflow (@s0up4200)
- ee221b9: ci(workflow): revert test changes back to latest (@s0up4200)
- 14283b6: ci(workflow): revert test sharding (@s0up4200)
- f96d203: update gitignore (@s0up4200)
Full Changelog: v0.5.3...v0.6.0
Docker images
docker pull ghcr.io/s0up4200/redactedhook:v0.6.0
docker pull ghcr.io/s0up4200/redactedhook:latest
Checksums
SHA256 checksums for the artifacts are available in the checksums.txt file.
Installation
Download the appropriate binary for your system from the assets below.
v0.5.3
Changelog
Bug fixes
Other work
- 6016643: build: update Go version to use latest patch (@s0up4200)
- 51cfe95: chore(ci): update workflow to use latest patch version of Go (@s0up4200)
- 523d48a: chore(deps): update Go to 1.23 (#33) (@s0up4200)
Full Changelog: v0.5.2...v0.5.3
Docker images
docker pull ghcr.io/s0up4200/redactedhook:v0.5.3
v0.5.2
v0.5.1
v0.5.0
Changelog
New and important to note
- Set
host
andport
inconfig.toml
- Added validation for
host
,port
, andapi_token
to ensure they are provided either in the config.toml file or as environment variables. - Environment variables
REDACTEDHOOK__HOST
,REDACTEDHOOK__PORT
, andREDACTEDHOOK__API_TOKEN
now override the corresponding values in config.toml.
Other work
Full Changelog: v0.4.4...v0.5.0
Docker images
docker pull ghcr.io/s0up4200/redactedhook:v0.5.0
v0.4.4
Changelog
Breaking changes
New env vars for docker:
environment:
- REDACTEDHOOK__HOST=0.0.0.0 # binds to 127.0.0.1 by default
- REDACTEDHOOK__PORT=42135 # defaults to 42135
New Features
Bug fixes
Other work
Full Changelog: v0.4.3...v0.4.4
Docker images
docker pull ghcr.io/s0up4200/redactedhook:v0.4.4
v0.4.3
Changelog
New Features
Bug fixes
- 725fff8: fix: add missing nonroot to ci.Dockerfile (@s0up4200)
- 2ae5e28: fix: swap to static-debian12:nonroot (@s0up4200)
Other work
- 7ff9bc8: Update README.md (@s0up4200)
- 55c9b36: chore(deps): update alpine version in build stage (@s0up4200)
- 2d8a9c8: fix deps (@s0up4200)
Full Changelog: v0.4.2...v0.4.3
Docker images
docker pull ghcr.io/s0up4200/redactedhook:v0.4.3
v0.4.2
v0.4.1
Changelog
Fixes
Other work
- 49a88be: Remove , in json of minimum required data (#22) (@leandrocoding)
- 8443b54: Update README.md (#21) (@Ap0ph1s-W4ite)
- 6ce8642: Update README.md (@s0up4200)
Full Changelog: v0.4.0...v0.4.1
Docker images
docker pull ghcr.io/s0up4200/redactedhook:v0.4.1