Skip to content

build(deps): bump github.com/steadybit/extension-kit from 1.11.0 to 1.11.1 - #101

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/steadybit/extension-kit-1.11.1
Aug 3, 2026
Merged

build(deps): bump github.com/steadybit/extension-kit from 1.11.0 to 1.11.1#101
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/steadybit/extension-kit-1.11.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/steadybit/extension-kit from 1.11.0 to 1.11.1.

Changelog

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

1.11.1

  • feat: new extquery package parses and evaluates Steadybit target query language strings. extquery.Validate(query) / ValidateAll(queries...) return a *ParseError with line and column — intended for the queries extensions embed in their advice and action definitions (AssessmentQueryApplicable, AssessmentQueryExclude, TargetSelection.TargetQuery, TargetSelectionTemplate.Query), which are otherwise only checked by the platform once the extension is released. extquery.Parse(query) returns a reusable, concurrency-safe Predicate that matches against a target's attributes, so extensions can filter targets before they reach the agent; adapt attributes with MapAttributes or AttributesFunc. The parser is generated from the platform's ANTLR grammar and matching behaviour is pinned by a conformance corpus shared with the platform; see extquery/README.md.
Commits
  • ec9e203 docs: release 1.11.1 and backfill the 1.11.0 changelog
  • 2665bb1 fix(extquery): pin the ANTLR jar and exclude generated code from Sonar
  • 4638c4c docs(extquery): correct the example parse error message
  • 37c79b8 fix(ci): keep vet's unreachable analyzer off the generated ANTLR parser
  • da6616b feat(extquery): parse and evaluate the Steadybit target query language
  • a089057 fix(auto-patch-release): tag repos that keep no CHANGELOG
  • 53f026a feat(auto-patch-release): treat skip-ci commits as non-events
  • 3c57bf3 build: supersede in-flight Claude reviews for the same PR
  • 45a30c8 Merge pull request #165 from steadybit/dependabot/go_modules/github.com/klaus...
  • 3300580 chore(deps): bump github.com/klauspost/compress from 1.19.0 to 1.19.1
  • 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/steadybit/extension-kit](https://github.com/steadybit/extension-kit) from 1.11.0 to 1.11.1.
- [Changelog](https://github.com/steadybit/extension-kit/blob/main/CHANGELOG.md)
- [Commits](steadybit/extension-kit@v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/steadybit/extension-kit
  dependency-version: 1.11.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 Aug 3, 2026
@github-actions
github-actions Bot enabled auto-merge August 3, 2026 01:33
@github-actions
github-actions Bot merged commit f09b750 into main Aug 3, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/steadybit/extension-kit-1.11.1 branch August 3, 2026 01:41
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