Skip to content

build(deps): bump github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1#7073

Merged
swiatekm merged 2 commits into
mainfrom
dependabot/go_modules/github.com/oapi-codegen/runtime-1.4.1
May 20, 2026
Merged

build(deps): bump github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1#7073
swiatekm merged 2 commits into
mainfrom
dependabot/go_modules/github.com/oapi-codegen/runtime-1.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1.

Release notes

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

Bug fixes

This is a bug fix release.

Changes in v1.4.0, coupled with changes in v2.7.0 of oapi-codegen exposed some new problems. deepObject style marshaling behavior now supports encoding unicode. UTF-8 can't be directly included in parameters, so we need to % escape it.

Form binding now detects maps, which makes binding to a Nullable possible. We can't use generics around Nullable[T], so we handle maps generically, assuming they're a Nullable with its behavior assumptions.

🐛 Bug fixes

📦 Dependency updates

Sponsors

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

Commits
  • 2755f15 Fix form binding of Nullables (#133)
  • 17de1dd Percent-encode deepObject parameter wire output (#132)
  • d2b7c4c chore(deps): update oapi-codegen/actions action to v0.7.0
  • 6fd6c25 chore(deps): update github/codeql-action action to v4
  • 19040cc fix(deps): update module github.com/kataras/iris/v12 to v12.2.11
  • e05282e chore(deps): update release-drafter/release-drafter action to v7.2.0 (#122)
  • See full diff in compare view

@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 May 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 20, 2026 05:47
@dependabot dependabot Bot added automation dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team backport-active-all Automated backport with mergify to all the active branches labels May 20, 2026
Bumps [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.4.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/oapi-codegen/runtime-1.4.1 branch from e9fe56f to 3d56dae Compare May 20, 2026 09:36
@swiatekm swiatekm merged commit 0696664 into main May 20, 2026
5 checks passed
@swiatekm swiatekm deleted the dependabot/go_modules/github.com/oapi-codegen/runtime-1.4.1 branch May 20, 2026 13:42
@github-actions
Copy link
Copy Markdown
Contributor

@Mergifyio backport 9.4 9.3 8.19

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented May 20, 2026

backport 9.4 9.3 8.19

✅ Backports have been created

Details

Cherry-pick of 0696664 has failed:

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

You are currently cherry-picking commit 0696664.
  (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:   NOTICE-fips.txt
	modified:   NOTICE.txt

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod
	both modified:   go.sum

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

ebeahan pushed a commit that referenced this pull request May 20, 2026
…#7073) (#7078)

* build(deps): bump github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1

Bumps [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.4.0...v1.4.1)

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



* Post dependabot file modifications

---------




(cherry picked from commit 0696664)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
ebeahan pushed a commit that referenced this pull request May 20, 2026
…#7073) (#7079)

* build(deps): bump github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1

Bumps [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.4.0...v1.4.1)

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



* Post dependabot file modifications

---------




(cherry picked from commit 0696664)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
ebeahan added a commit that referenced this pull request May 20, 2026
…ime from 1.4.0 to 1.4.1 (#7080)

* build(deps): bump github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1 (#7073)

* build(deps): bump github.com/oapi-codegen/runtime from 1.4.0 to 1.4.1

Bumps [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/oapi-codegen/runtime/releases)
- [Commits](oapi-codegen/runtime@v1.4.0...v1.4.1)

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

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

* Post dependabot file modifications

---------

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

# Conflicts:
#	go.mod
#	go.sum

* fix: resolve committed merge markers in go.mod and go.sum

Agent-Logs-Url: https://github.com/elastic/fleet-server/sessions/ff0d4063-bdf0-4dae-a8f3-71aeebe5e6ed

Co-authored-by: ebeahan <7226265+ebeahan@users.noreply.github.com>

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ebeahan <7226265+ebeahan@users.noreply.github.com>
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.

1 participant