Skip to content
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

fix: Update redis to 6.2.4 #6475

Merged
merged 1 commit into from
Jun 15, 2021
Merged

fix: Update redis to 6.2.4 #6475

merged 1 commit into from
Jun 15, 2021

Conversation

jannfis
Copy link
Member

@jannfis jannfis commented Jun 14, 2021

Update Redis to v6.2.4

Fixes #6471

Also fixes following CVEs since Redis 6.2.1:

  • CVE-2021-32625
  • CVE-2021-29477
  • CVE-2021-29478

Signed-off-by: jannfis [email protected]

Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • Optional. My organization is added to USERS.md.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).

@jannfis jannfis self-assigned this Jun 14, 2021
@jannfis jannfis added the cherry-pick/2.0 Candidate for cherry picking into the 2.0 release branch label Jun 14, 2021
@jannfis jannfis requested a review from alexmt June 14, 2021 19:55
@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #6475 (4ed2149) into master (c62012d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6475   +/-   ##
=======================================
  Coverage   41.07%   41.07%           
=======================================
  Files         152      152           
  Lines       20144    20144           
=======================================
  Hits         8274     8274           
  Misses      10734    10734           
  Partials     1136     1136           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c62012d...4ed2149. Read the comment docs.

@alexmt alexmt merged commit a647ca9 into argoproj:master Jun 15, 2021
@jkleinlercher
Copy link
Contributor

jkleinlercher commented Jun 15, 2021

Thx so much @alexmt for this PR. Maybe #6005 is then not needed anymore, because it also tried to solve the same problem in my opinion.
Maybe @rumstead and @stefanhenseler can share her/his opinion on this.

jannfis added a commit that referenced this pull request Jun 15, 2021
@jannfis
Copy link
Member Author

jannfis commented Jun 15, 2021

This commit has been cherry-picked into the 2.0 branch.

@jannfis jannfis added the needs-verification PR requires pre-release verification label Jun 25, 2021
@alexmt alexmt removed the needs-verification PR requires pre-release verification label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/2.0 Candidate for cherry picking into the 2.0 release branch TOB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redis issues with IPV6 disabled cluster
4 participants