Update go-openapi packages#9
Open
gcsvc-or-orbot wants to merge 11 commits into
Open
Conversation
Add relaxPermChecks and encryption enabling flags to ps-entry
Build and push image to ghcr
* 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
Collaborator
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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
1340468 to
bd42021
Compare
93f11b3 to
d28787c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.22.6→v0.22.8v0.29.2→v0.32.4v0.25.0→v0.26.4v0.25.4→v0.27.0v0.25.1→v0.26.0Release Notes
go-openapi/errors (github.com/go-openapi/errors)
v0.22.8Compare 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
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
errors license terms
v0.22.7Compare 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
go-openapi/runtime (github.com/go-openapi/runtime)
v0.32.4Compare 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
Per-module changes
client-middleware/opentracing (0.32.4)
Miscellaneous tasks
Updates
docs/examples (0.32.4)
Updates
v0.32.3Compare 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
Documentation
Miscellaneous tasks
Updates
People who contributed to this release
runtime license terms
Per-module changes
client-middleware/opentracing (0.32.3)
Miscellaneous tasks
Updates
docs/examples (0.32.3)
Miscellaneous tasks
Updates
v0.32.2Compare 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
Per-module changes
client-middleware/opentracing (0.32.2)
Miscellaneous tasks
v0.32.1Compare 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
Per-module changes
client-middleware/opentracing (0.32.1)
Miscellaneous tasks
v0.32.0Compare 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
Documentation
Code quality
Miscellaneous tasks
Updates
Other (technical)
People who contributed to this release
runtime license terms
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.0Compare 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
Fixed bugs
Ed25519key support by @fredbi in #452 ...Documentation
Code quality
Testing
Miscellaneous tasks
Security
Updates
Other (technical)
People who contributed to this release
New Contributors
in #451
runtime license terms
Per-module changes
client-middleware/opentracing (0.31.0)
Code quality
Miscellaneous tasks
docs/examples (0.31.0)
Documentation
Code quality
Miscellaneous tasks
Security
server-middleware (0.31.0)
Documentation
Code quality
Security
Other (technical)
v0.30.0Compare 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
Fixed bugs
Refactor
Documentation
Code quality
Testing
Miscellaneous tasks
Other (technical)
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR has been generated by Mend Renovate.