-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport of Dockerfile: bump up to ubi-minimal:9.3 into release/1.3.x #376
Closed
hc-github-team-consul-core
wants to merge
17
commits into
release/1.3.x
from
backport/dyu/ubi/reasonably-dominant-sponge
Closed
Backport of Dockerfile: bump up to ubi-minimal:9.3 into release/1.3.x #376
hc-github-team-consul-core
wants to merge
17
commits into
release/1.3.x
from
backport/dyu/ubi/reasonably-dominant-sponge
Conversation
This file contains 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
…44487) (#323) Bump google.golang.org/grpc to 1.56.3 This resolves [CVE-2023-44487](https://nvd.nist.gov/vuln/detail/CVE-2023-44487). Also bump `consul-server-connection-manager` to latest to align with that library's matching gRPC upgrade. Co-authored-by: Chris Thain <chris.m.thain@gmail.com>
* chore: skaffold build experiment * feedback: add experiment comments
* uniform makefile experience * remove macro * remove hard code target
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Bump go version to 1.20.12
This commit changes the grpc-proxy internal to dataplane so that it can send / receive messages up to 50MB. Prior to this change, it would only allow 4MB payloads, which was insufficient for some proxies that has a very large number of upstreams. Whenever this limit was exceeded, the gRPC connection to the server would be terminated, causing a reconnect to occur, which would then repeat the issue all over again. Because the underlying grpc-proxy library did not support configuring this field, I have had to refer to a custom fork of my own. Eventually if the corresponding change makes its way upstream, the go.mod file can point back to the original codebase.
hc-github-team-consul-core
force-pushed
the
backport/dyu/ubi/reasonably-dominant-sponge
branch
from
December 21, 2023 18:22
a893fdc
to
3715e2d
Compare
hc-github-team-consul-core
requested review from
sarahethompson and
modrake
and removed request for
a team
December 21, 2023 18:22
github-team-consul-core-pr-approver
approved these changes
Dec 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto approved Consul Bot automated PR
auto-merge was automatically disabled
December 21, 2023 18:34
Pull request was closed
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.
Backport
This PR is auto-generated from #373 to be assessed for backporting due to the inclusion of the label backport/1.3.
The below text is copied from the body of the original PR.
Dockerfile: bump up to
ubi-minimal:9.3
to remediate vulnerabilities. The currentubi-minimal:9.2
image is not actively maintained and CVEs fixes are not backported.Overview of commits