Switch to maintained shoutrrr fork (v0.8.17)#207
Merged
Conversation
Replace unmaintained containrrr/shoutrrr v0.8.0 with actively maintained nicholas-fedor/shoutrrr v0.8.17 (Go 1.24-compatible drop-in replacement). - Update imports in notify.go - Update mapstructure import in collector config (viper v1.20 compat) - Update documentation URLs to point to fork - Re-tidy and bump transitive dependencies
This was referenced Feb 11, 2026
Starosdev
added a commit
that referenced
this pull request
Feb 11, 2026
Also fix Ideal to use ObservedThresholdIdealHigh constant. * chore(deps): switch to maintained shoutrrr fork (#189) (#207) Replace unmaintained containrrr/shoutrrr v0.8.0 with actively maintained nicholas-fedor/shoutrrr v0.8.17 (Go 1.24-compatible drop-in replacement). - Update imports in notify.go - Update mapstructure import in collector config (viper v1.20 compat) - Update documentation URLs to point to fork - Re-tidy and bump transitive dependencies
Starosdev
added a commit
that referenced
this pull request
Feb 11, 2026
* chore(deps): switch to maintained shoutrrr fork (#189) (#207) Replace unmaintained containrrr/shoutrrr v0.8.0 with actively maintained nicholas-fedor/shoutrrr v0.8.17 (Go 1.24-compatible drop-in replacement). - Update imports in notify.go - Update mapstructure import in collector config (viper v1.20 compat) - Update documentation URLs to point to fork - Re-tidy and bump transitive dependencies * fix(ci): replace packagr container with actions/setup-go for test-backend (#211) The packagr:latest-golang container has Go 1.24.4 but go.mod now requires go >= 1.24.6 after the shoutrrr fork update. Replace it with actions/setup-go using go-version-file: go.mod so all CI jobs stay in sync with the project's Go version automatically.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
containrrr/shoutrrrv0.8.0 with actively maintained forknicholas-fedor/shoutrrrv0.8.17go-viper/mapstructure/v2(required by transitive viper v1.20 bump)Test plan
scrutiny,scrutiny-collector-metrics)go vetclean on changed packagesCloses #189