Skip to content

Bump github.com/nicholas-fedor/shoutrrr from 0.14.0 to 0.14.1#761

Merged
m90 merged 1 commit intomainfrom
dependabot/go_modules/github.com/nicholas-fedor/shoutrrr-0.14.1
Mar 31, 2026
Merged

Bump github.com/nicholas-fedor/shoutrrr from 0.14.0 to 0.14.1#761
m90 merged 1 commit intomainfrom
dependabot/go_modules/github.com/nicholas-fedor/shoutrrr-0.14.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps github.com/nicholas-fedor/shoutrrr from 0.14.0 to 0.14.1.

Release notes

Sourced from github.com/nicholas-fedor/shoutrrr's releases.

v0.14.1

This is a patch release that integrates a number of fixes and improvements, including upgrading support for the Matrix v3 API, fixing a bug in the generate CLI command, and improving title support for Mattermost.

What's Changed

Fixes and Code Quality Improvements

Dependency Updates

Notes

ConfigFromWebhookURL Parameter Type Change

The linting and code quality improvements in #685 corrected a bug in ConfigFromWebhookURL across the teams, generic, and notifiarr packages. The function previously accepted a url.URL value parameter, but immediately mutated it by operating on a discarded copy rather than the intended input. The signature has been corrected to accept a *url.URL pointer.

Affected services: Teams, Generic, Notifiarr

Impact: Callers that dereference a *url.URL before passing it to ConfigFromWebhookURL will fail to compile.

Remediation: Remove the dereference operator at the call site.

Before:

config, err := teams.ConfigFromWebhookURL(*webhookURL)

After:

config, err := teams.ConfigFromWebhookURL(webhookURL)

Full Changelog: nicholas-fedor/shoutrrr@v0.14.0...v0.14.1

Commits
  • c7f3e19 chore(deps): update matrixdotorg/synapse:latest docker digest to 950271e (#716)
  • a7d9686 chore(deps): update goreleaser/goreleaser-action digest to fdcf0b9 (#714)
  • 15ed629 chore(deps): update module github.com/pelletier/go-toml/v2 to v2.3.0 (#717)
  • 5035b76 chore(deps): update docker/login-action digest to 292fe2d (#715)
  • 281e395 chore(deps): update golangci/golangci-lint-action digest to e94e72c (#713)
  • 120a7f9 ci: onboard StepSecurity (#711)
  • ffed120 fix(mattermost): include title in webhook JSON payload (#712)
  • 85df582 chore(deps): pin matrixdotorg/synapse docker tag to 339b18c (#710)
  • 55c0820 refactor(matrix): upgrade to Matrix API v3 (#709)
  • 26f76ea chore(deps): update github/codeql-action digest to 3869755 (#708)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/nicholas-fedor/shoutrrr](https://github.com/nicholas-fedor/shoutrrr) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/nicholas-fedor/shoutrrr/releases)
- [Commits](nicholas-fedor/shoutrrr@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: github.com/nicholas-fedor/shoutrrr
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 30, 2026
@m90 m90 merged commit 382bf92 into main Mar 31, 2026
3 checks passed
@m90 m90 deleted the dependabot/go_modules/github.com/nicholas-fedor/shoutrrr-0.14.1 branch March 31, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant