Skip to content

build(deps): bump github.com/oapi-codegen/runtime from 1.5.0 to 1.6.0 in /pkg/api#7404

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/pkg/api/github.com/oapi-codegen/runtime-1.6.0
Open

build(deps): bump github.com/oapi-codegen/runtime from 1.5.0 to 1.6.0 in /pkg/api#7404
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/pkg/api/github.com/oapi-codegen/runtime-1.6.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/oapi-codegen/runtime from 1.5.0 to 1.6.0.

Release notes

Sourced from github.com/oapi-codegen/runtime's releases.

Allow customization of parameter encoding

This is a small release which adds a global encoding setting on the runtime, to allow users to customize how to handle spaces in query arguments. This is a new minor release, since we're adding new API, even though this is a very minor feature. I imagine that in the future, we will add more settings, rather than making behavior assumptions.

🚀 New features and improvements

📦 Dependency updates

  • chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112) @renovate[bot]

Sponsors

We would like to thank our sponsors for their support during this release.

Sponsors

We would like to thank our sponsors for their support during this release.

Commits
  • 01be2fa chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112)
  • 1463938 Allow customizing default query encoder (#145)
  • See full diff 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/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/oapi-codegen/runtime
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automation backport-active-all Automated backport with mergify to all the active branches dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Jul 20, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 20, 2026 02:21
@dependabot dependabot Bot added dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Jul 20, 2026
@dependabot
dependabot Bot requested review from lorienhu and ycombinator July 20, 2026 02:21
@dependabot dependabot Bot added the backport-active-all Automated backport with mergify to all the active branches label Jul 20, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

TL;DR

Buildkite build 15542 failed because it tested commit 4d9dee7, an earlier PR revision that updated pkg/api to github.com/oapi-codegen/runtime v1.6.0 but left testing on v1.5.0. The current PR head 1ee68b6 contains the matching testing dependency update, so this build is stale rather than evidence of a remaining code or dependency issue.

Remediation

  • Rerun Buildkite CI against the current PR head 1ee68b6.
  • No root go.mod change is needed: the root module intentionally remains on v1.5.0; the generated pkg/api module and its testing consumer are now aligned at v1.6.0.
Investigation details

Root Cause

.buildkite/scripts/check_ci.sh:13 runs mage check:ci. magefile.go:625-627 includes Check.NoChanges, and magefile.go:597-599 runs root go mod tidy. On the Buildkite commit 4d9dee7, pkg/api/go.mod:5 required v1.6.0, while testing/go.mod:63 still required v1.5.0, producing the logged go: updates to go.mod needed; to update it: go mod tidy failure.

The PR head 1ee68b6 adds the corresponding testing/go.mod and testing/go.sum updates. There is no prior detective comment on this PR, and no flaky-test issue matches this failure.

Evidence

  • Build: https://buildkite.com/elastic/fleet-server/builds/15542
  • Job/step: Run check-ci / .buildkite/scripts/check_ci.sh
  • Key log excerpt: go: updates to go.mod needed; to update it: go mod tidy
  • Build commit: 4d9dee7f0a51b8e6af8b991ffd8e3e8e940fb849
  • Current PR head: 1ee68b6a4a32e7916c55ae5f14b287ab962fb717

Verification

  • Ran mage check:ci on the current PR head successfully.
  • Confirmed the current head updates testing/go.mod and testing/go.sum from runtime v1.5.0 to v1.6.0.

What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-active-all Automated backport with mergify to all the active branches dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants