Skip to content

build(deps): bump github.com/psyb0t/slog-configurator from 1.0.0 to 1.1.2 - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/psyb0t/slog-configurator-1.1.2
Open

build(deps): bump github.com/psyb0t/slog-configurator from 1.0.0 to 1.1.2#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/psyb0t/slog-configurator-1.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps github.com/psyb0t/slog-configurator from 1.0.0 to 1.1.2.

Release notes

Sourced from github.com/psyb0t/slog-configurator's releases.

Release v1.1.2

Changes in v1.1.2

  • docs: changelog for v1.1.2 (5b67ee6)
  • ci: only jitter the scheduled issue-pull, not a manual one (5ea46c6)
  • ci: pull issues from the Codeberg and GitLab mirrors (1152892)
  • ci: name the archive.org secrets for what they are, and trim the file (fe4003d)
  • ci: archive through the authenticated Save Page Now API (394d005)
  • ci: mirror to Codeberg as well as GitLab (023908b)
  • ci: move the mirror and the archive into one file beside the pipeline (1488163)
  • ci: fold the mirror and the archive into pipeline.yml (2b4eaf7)
  • chore: ignore the local tooling scratch dir (97e58ae)
  • ci: archive this repo to the Wayback Machine and Software Heritage (d0abcaa)
  • ci: mirror this repo to GitLab on every branch and tag push (c68b5d6)

Full Changelog: psyb0t/slog-configurator@v1.1.1...v1.1.2

Release v1.1.1

Changes in v1.1.1

  • ci: retag now that the codegen-drift gate is opt-in upstream (7ee5b8c)

Full Changelog: psyb0t/slog-configurator@v1.1.0...v1.1.1

Release v1.0.1

Changes in v1.0.1

  • v1.0.1: self-hosted badges + Go 1.26 + go fix (2fed011)
  • collab only (921d73b)

Full Changelog: psyb0t/slog-configurator@v1.0.0...v1.0.1

Changelog

Sourced from github.com/psyb0t/slog-configurator's changelog.

v1.1.2 — 2026-08-01

CI and repo plumbing only. No library code changed, no dependency moved.

  • The repo is now mirrored to Codeberg as well as GitLab on every branch and tag push, and archived to the Wayback Machine and Software Heritage — both from a single mirror-and-archive.yml. The archive runs only for the default branch, tags, the monthly cron and manual dispatch, since Save Page Now is rate-limited; it goes through the authenticated Save Page Now API.
  • Issues opened on the Codeberg and GitLab mirrors are pulled back into the GitHub issue tracker on a six-hourly schedule. The scheduled run jitters to avoid hammering both mirrors at once; a manual dispatch runs immediately.
  • .telemetry/ is ignored by git and Docker.

v1.1.1 — 2026-07-31

CI only, no library change.

  • Restores a green pipeline and the GitHub Release artifact. The shared Go workflow had gained a codegen-drift gate that defaulted to running make generate and failing if the tree moved afterwards. This repo generates nothing and has no such target, so that job failed on v1.1.0 and the release step, which depends on it, was skipped along with it. The gate is now opt-in upstream and stays off here. The v1.1.0 tag itself is fine and go get resolves it normally.

v1.1.0 — 2026-07-31

A failing handler no longer silences the ones after it.

  • FanOutHandler.Handle now dispatches to every handler even when one fails, and joins the failures instead of returning at the first. It previously returned early, and since slog discards whatever Handle returns, a single broken sink silently took every later sink down with it — an unreachable Loki server ordered before stdout would kill stdout logging with nothing anywhere to say why. The README already promised "every log record gets dispatched to all handlers"; now that is actually true.
  • Errors are built with ctxerrors instead of fmt.Errorf throughout, so a handler failure carries the file, line and function it came from. The two sentinels in errors.go are unchanged and still declared with errors.New, so errors.Is matching is unaffected.
  • github.com/psyb0t/ctxerrors v0.4.0 is a new direct dependency, for the Join used to combine handler failures.

v1.0.1 — 2026-07-27

Self-hosted README badges + go fix lint tooling.

  • Coverage / version / license badges are self-rendered SVGs served from

... (truncated)

Commits
  • 5b67ee6 docs: changelog for v1.1.2
  • 5ea46c6 ci: only jitter the scheduled issue-pull, not a manual one
  • 1152892 ci: pull issues from the Codeberg and GitLab mirrors
  • fe4003d ci: name the archive.org secrets for what they are, and trim the file
  • 394d005 ci: archive through the authenticated Save Page Now API
  • 023908b ci: mirror to Codeberg as well as GitLab
  • 1488163 ci: move the mirror and the archive into one file beside the pipeline
  • 2b4eaf7 ci: fold the mirror and the archive into pipeline.yml
  • 97e58ae chore: ignore the local tooling scratch dir
  • d0abcaa ci: archive this repo to the Wayback Machine and Software Heritage
  • 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/psyb0t/slog-configurator](https://github.com/psyb0t/slog-configurator) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/psyb0t/slog-configurator/releases)
- [Changelog](https://github.com/psyb0t/slog-configurator/blob/main/CHANGELOG.md)
- [Commits](psyb0t/slog-configurator@v1.0.0...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/psyb0t/slog-configurator
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 3, 2026
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.

0 participants