Skip to content

[8.19](backport #4920) build(deps): bump github.com/getkin/kin-openapi from 0.118.0 to 0.131.0 in /dev-tools#4939

Closed
mergify[bot] wants to merge 1 commit into8.19from
mergify/bp/8.19/pr-4920
Closed

[8.19](backport #4920) build(deps): bump github.com/getkin/kin-openapi from 0.118.0 to 0.131.0 in /dev-tools#4939
mergify[bot] wants to merge 1 commit into8.19from
mergify/bp/8.19/pr-4920

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify bot commented May 20, 2025

Bumps github.com/getkin/kin-openapi from 0.118.0 to 0.131.0.

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.131.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.130.0...v0.131.0

v0.130.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.129.0...v0.130.0

v0.129.0

What's Changed

New Contributors

... (truncated)

Commits
  • 67f0b23 openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public...
  • 6da871e openapi3filter: apply default values of an array in a query param with explod...
  • a34baf0 openapi3: delete origin keys only when IncludeOrigin=true (#1055)
  • 2d3e67a use origin to minimize collisions (#1057)
  • e3d68dc Remove redundant ExcludeResponseBody check in ValidateResponse (#1056)
  • 050a930 openapi3gen: Fix issue with separate component generated for time.Time (#1052)
  • 72fb819 feat(openapi3gen): Customize json.RawMessage (#1050)
  • cea0a13 openapi2conv: convert references in nested additionalProperties schemas (#1047)
  • f476f7b openapi3filter: validation of x-www-form-urlencoded with arbitrary nested a...
  • 325cecc openapi3filter: simplify ValidateRequest implementation (#1041)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

This is an automatic backport of pull request #4920 done by [Mergify](https://mergify.com).

….0 in /dev-tools (#4920)

* build(deps): bump github.com/getkin/kin-openapi in /dev-tools

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.118.0 to 0.131.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.118.0...v0.131.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.131.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace github.com/deepmap/oapi-codegen with github.com/oapi-codegen/oapi-codegen and upgrade

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
(cherry picked from commit fc7115f)

# Conflicts:
#	.golangci.yml
#	dev-tools/go.mod
#	dev-tools/go.sum
#	internal/pkg/api/openapi.gen.go
#	main.go
#	pkg/api/types.gen.go
@mergify mergify bot requested a review from a team as a code owner May 20, 2025 15:14
@mergify
Copy link
Copy Markdown
Contributor Author

mergify bot commented May 20, 2025

Cherry-pick of fc7115f has failed:

On branch mergify/bp/8.19/pr-4920
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit fc7115f.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   pkg/api/client.gen.go

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   .golangci.yml
	deleted by us:   dev-tools/go.mod
	deleted by us:   dev-tools/go.sum
	both modified:   internal/pkg/api/openapi.gen.go
	both modified:   main.go
	both modified:   pkg/api/types.gen.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels May 20, 2025
@mergify mergify bot requested review from michel-laterman and swiatekm May 20, 2025 15:14
@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels May 20, 2025
@github-actions github-actions bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 20, 2025
@prodsecmachine
Copy link
Copy Markdown

prodsecmachine commented May 20, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label May 20, 2025
@swiatekm
Copy link
Copy Markdown
Member

We don't have the change moving tools to their own go.mod in 8.19, so this dependency is hardcoded in the CI. I don't see any reason to change this.

@ycombinator
Copy link
Copy Markdown
Contributor

Closing this PR unmerged. There is no github.com/getkin/kin-openapi dependency to update in 8.19.

@v1v v1v deleted the mergify/bp/8.19/pr-4920 branch July 24, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport conflicts There is a conflict in the backported pull request dependencies Pull requests that update a dependency file go Pull requests that update go code 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.

4 participants