Skip to content

Update go-openapi packages#9

Open
gcsvc-or-orbot wants to merge 11 commits into
mainfrom
renovate/go-openapi
Open

Update go-openapi packages#9
gcsvc-or-orbot wants to merge 11 commits into
mainfrom
renovate/go-openapi

Conversation

@gcsvc-or-orbot

Copy link
Copy Markdown
Collaborator

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/errors v0.22.6v0.22.8 age confidence
github.com/go-openapi/runtime v0.29.2v0.32.4 age confidence
github.com/go-openapi/strfmt v0.25.0v0.26.4 age confidence
github.com/go-openapi/swag v0.25.4v0.27.0 age confidence
github.com/go-openapi/validate v0.25.1v0.26.0 age confidence

Release Notes

go-openapi/errors (github.com/go-openapi/errors)

v0.22.8

Compare Source

0.22.8 - 2026-05-31

Full Changelog: go-openapi/errors@v0.22.7...v0.22.8

13 commits in this release.


Implemented enhancements
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

errors license terms

License

v0.22.7

Compare Source

0.22.7 - 2026-03-03

Full Changelog: go-openapi/errors@v0.22.6...v0.22.7

12 commits in this release.


Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

errors license terms

License

go-openapi/runtime (github.com/go-openapi/runtime)

v0.32.4

Compare Source

0.32.4 - 2026-06-19

Full Changelog: go-openapi/runtime@v0.32.3...v0.32.4

10 commits in this release.


Fixed bugs
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.4)

Miscellaneous tasks
Updates

docs/examples (0.32.4)

Updates

v0.32.3

Compare Source

0.32.3 - 2026-06-02

Full Changelog: go-openapi/runtime@v0.32.2...v0.32.3

6 commits in this release.


Implemented enhancements
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.3)

Miscellaneous tasks
Updates

docs/examples (0.32.3)

Miscellaneous tasks
Updates

v0.32.2

Compare Source

0.32.2 - 2026-05-27

Full Changelog: go-openapi/runtime@v0.32.1...v0.32.2

2 commits in this release.


Fixed bugs
Miscellaneous tasks

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.2)

Miscellaneous tasks

v0.32.1

Compare Source

0.32.1 - 2026-05-25

Full Changelog: go-openapi/runtime@v0.32.0...v0.32.1

3 commits in this release.


Documentation
Code quality
Miscellaneous tasks

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.1)

Miscellaneous tasks

v0.32.0

Compare Source

0.32.0 - 2026-05-25

Full Changelog: go-openapi/runtime@v0.31.0...v0.32.0

8 commits in this release.


Fixed bugs
  • refactor(client/otel): pivot OpenTelemetry transport to SubmitContext by @​fredbi ...
  • fix(middleware): bind formData file params from urlencoded bodies by @​fredbi ...
Documentation
Code quality
  • ci: add unsafe-skipauth tagged-build workflow with coverage by @​fredbi ...
  • feat(middleware): build-tag-gated SetSkipAuth for dev-mode auth bypass by @​fredbi ...
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.0)

Miscellaneous tasks
Updates

docs/examples (0.32.0)

Miscellaneous tasks
Updates

server-middleware (0.32.0)

Updates

v0.31.0

Compare Source

0.31.0 - 2026-05-17

Full Changelog: go-openapi/runtime@v0.30.0...v0.31.0

33 commits in this release.


Implemented enhancements
  • feat(client): TLS diagnostic mode for Runtime.Trace by @​fredbi ...
  • feat(client): add Runtime.Trace for connection-level diagnostics by @​fredbi ...
Fixed bugs
Documentation
Code quality
Testing
Miscellaneous tasks
Security
  • test(security): fuzz targets for BindForm parse + filename cap by @​fredbi ...
  • test(security): fuzz targets for header-parsing surface by @​fredbi ...
  • fix(negotiate/header): reject q-values greater than 1 by @​fredbi ...
  • docs(security): document constant-time-comparison contract for auth callbacks by @​fredbi in #​457 ...
  • feat(runtime): BindForm helper for multipart/urlencoded body binding by @​fredbi in #​446 ...
Updates
Other (technical)

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.31.0)

Code quality
Miscellaneous tasks

docs/examples (0.31.0)

Documentation
Code quality
Miscellaneous tasks
Security
  • docs(security): document constant-time-comparison contract for auth callbacks by @​fredbi in #​457 ...

server-middleware (0.31.0)

Documentation
Code quality
Security
  • test(security): fuzz targets for header-parsing surface by @​fredbi ...
  • fix(negotiate/header): reject q-values greater than 1 by @​fredbi ...
Other (technical)

v0.30.0

Compare Source

0.30.0 - 2026-05-13

Long awaited fixes and additions

  • Fixed most long standing issues.

  • Added standalone middleware module (swagger UI, serve spec).

  • Improved content negotiation.

  • Context-aware request submission

Full Changelog: go-openapi/runtime@v0.29.5...v0.30.0

33 commits in this release.


Implemented enhancements
  • feat(client): honor context cancellation in multipart upload goroutine by @​fredbi ...
  • feat(client): introduce SubmitContext by @​fredbi ...
  • feat: extract media type match validation to separate package by @​fredbi ...
  • feat(mediatype): typed media-type and symmetric Accept negotiation by @​fredbi ...
Fixed bugs
  • fix(client): preserve trailing slash on bare-root path pattern by @​fredbi in #​441 ...
  • fix(client): close streaming body on buildHTTP error paths by @​fredbi ...
  • fix(client): fix content type selection in the runtime client. by @​fredbi in #​435 ...
  • fix: validateContentType distinguishes 400 vs 415 by @​fredbi ...
Refactor
  • refactor(mediatype): extract findByCanonical from Lookup by @​fredbi in #​443 ...
  • Fix/140 json dialects by @​fredbi in #​442 ...
  • refactor(client)!: pivot to context-only request building by @​fredbi ...
  • refactor(client): thread context through BuildHTTP and SubmitContext by @​fredbi ...
  • refactor(client): moved request to its own internal package. by @​fredbi ...
  • refactor(client): split buildHTTP into two end-to-end flows (2) by @​fredbi ...
  • refactor(negotiate): extract negotiate package to server-middleware by @​fredbi ...
  • refactor(middleware): extract docui handlers to a stdlib-only module by @​fredbi ...
Documentation
Code quality
Testing
  • test(auth): added more tests for principal with concrete type by @​fredbi in #​433 ...
  • test: added more tests for package header (including shim) by @​fredbi ...
Miscellaneous tasks
Other (technical)

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

KevinKlaesRackspace2 and others added 8 commits January 15, 2026 12:22
Add relaxPermChecks and encryption enabling flags to ps-entry
* Fix keyfile permissions

* Remove extra debug line

* Update build/ps-entry.sh

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
LIB-623: Add Renovate dependency management
@gcsvc-or-orbot

Copy link
Copy Markdown
Collaborator Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 30 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.19.0 -> v0.21.0
github.com/go-openapi/analysis v0.24.1 -> v0.25.2
github.com/go-openapi/jsonpointer v0.22.1 -> v0.24.0
github.com/go-openapi/jsonreference v0.21.3 -> v0.21.6
github.com/go-openapi/loads v0.23.2 -> v0.24.0
github.com/go-openapi/spec v0.22.1 -> v0.22.6
github.com/go-openapi/swag/cmdutils v0.25.4 -> v0.27.0
github.com/go-openapi/swag/conv v0.25.4 -> v0.27.0
github.com/go-openapi/swag/fileutils v0.25.4 -> v0.27.0
github.com/go-openapi/swag/jsonname v0.25.4 -> v0.26.1
github.com/go-openapi/swag/jsonutils v0.25.4 -> v0.27.0
github.com/go-openapi/swag/loading v0.25.4 -> v0.27.0
github.com/go-openapi/swag/mangling v0.25.4 -> v0.27.0
github.com/go-openapi/swag/netutils v0.25.4 -> v0.27.0
github.com/go-openapi/swag/stringutils v0.25.4 -> v0.27.0
github.com/go-openapi/swag/typeutils v0.25.4 -> v0.27.0
github.com/go-openapi/swag/yamlutils v0.25.4 -> v0.27.0
github.com/go-viper/mapstructure/v2 v2.4.0 -> v2.5.0
go.opentelemetry.io/otel v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/sdk/metric v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.44.0
golang.org/x/crypto v0.45.0 -> v0.53.0
golang.org/x/mod v0.30.0 -> v0.36.0
golang.org/x/net v0.47.0 -> v0.56.0
golang.org/x/sys v0.38.0 -> v0.46.0
golang.org/x/term v0.37.0 -> v0.44.0
golang.org/x/text v0.32.0 -> v0.38.0
golang.org/x/tools v0.39.0 -> v0.45.0

KevinKlaesRackspace2 and others added 3 commits July 13, 2026 11:02
The --relaxPermChecks flag is a Percona Server for MongoDB specific option
that does not exist in MongoDB Community Edition. Our Docker images use
MongoDB Community packages (mongodb-org-*), so this flag causes mongod to
fail at startup with 'unrecognised option' error.

This was the root cause of build failures in the Braze zone: both cfg
(config server) and rs-0 (shard) pods entered CrashLoopBackOff because
mongod rejected the unrecognized --relaxPermChecks flag.

Changes:
- Remove --relaxPermChecks from containerArgs() in container.go
- Remove --relaxPermChecks from mongos args in mongos.go
- Update mongos_test.go to assert flag is NOT present
- Update all e2e test comparison YAML files (257 files)
- Update all reconcile-statefulset testdata YAML files (9 files)

The defense-in-depth stripping in build/ps-entry.sh is preserved for
backwards compatibility with any future edge cases.
…aze-zone

LIB-980: Build failures in Braze zone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants