Skip to content

chore(deps): bump github.com/steadybit/extension-kit from 1.10.7 to 1.10.8 - #147

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/steadybit/extension-kit-1.10.8
Jul 6, 2026
Merged

chore(deps): bump github.com/steadybit/extension-kit from 1.10.7 to 1.10.8#147
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/steadybit/extension-kit-1.10.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/steadybit/extension-kit from 1.10.7 to 1.10.8.

Changelog

Sourced from github.com/steadybit/extension-kit's changelog.

1.10.8

  • fix: reject a request with a 400 and stop processing when its body can't be read, instead of falling through and running the handler with a nil body after the response was already written (exthttp request-logging middleware)
  • fix: extutil.ToString/ToBool/ToKeyValue/ToStringArray no longer panic on malformed (agent-supplied) config values — they return the zero value (or an error, for ToKeyValue) on a type mismatch, matching the other To* converters
  • fix: exthealth no longer has a data race on the probes HTTP server pointer — it is assigned before the serving goroutine starts, so StopProbes and the shutdown signal handler can't race the assignment or read a nil server
  • fix: extsignals recovers panics per signal handler (one misbehaving handler can no longer crash the dispatch goroutine and abort the remaining ordered shutdown handlers) and no longer panics on a non-syscall.Signal
Commits
  • 9ab1718 chore: prepare release v1.10.8
  • 468a70d fix: data race and panic on the extension shutdown path (#153)
  • f046221 fix: stop processing a request whose body can't be read (#152)
  • da087b5 fix: stop extutil converters panicking on malformed config (#151)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 6, 2026
@github-actions
github-actions Bot enabled auto-merge July 6, 2026 03:43
Bumps [github.com/steadybit/extension-kit](https://github.com/steadybit/extension-kit) from 1.10.7 to 1.10.8.
- [Changelog](https://github.com/steadybit/extension-kit/blob/main/CHANGELOG.md)
- [Commits](steadybit/extension-kit@v1.10.7...v1.10.8)

---
updated-dependencies:
- dependency-name: github.com/steadybit/extension-kit
  dependency-version: 1.10.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump github.com/steadybit/extension-kit from 1.10.5 to 1.10.8 chore(deps): bump github.com/steadybit/extension-kit from 1.10.7 to 1.10.8 Jul 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/steadybit/extension-kit-1.10.8 branch from a0d9aff to 18a333d Compare July 6, 2026 03:52
@github-actions
github-actions Bot merged commit d470342 into main Jul 6, 2026
13 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/steadybit/extension-kit-1.10.8 branch July 6, 2026 04:00
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