Update reviewdog/action-suggester action to v1.24.3#11
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
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
6cdb370 to
9f7d268
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:
v1.24.0→v1.24.3Release Notes
reviewdog/action-suggester (reviewdog/action-suggester)
v1.24.3Compare Source
What's Changed
Full Changelog: reviewdog/action-suggester@v1.24.2...v1.24.3
v1.24.2Compare Source
What's Changed
Full Changelog: reviewdog/action-suggester@v1.24.1...v1.24.2
v1.24.1Compare Source
What's Changed
Full Changelog: reviewdog/action-suggester@v1.24.0...v1.24.1
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.