[fix][misc] Use ubuntu 22.04 for Pulsar images#20475
Merged
Merged
Conversation
RobertIndie
approved these changes
Jun 2, 2023
coderzc
approved these changes
Jun 2, 2023
Member
|
We need to wait for python client 3.2.0, which contains this PR to fix the grpcio issue in the CI: https://github.com/apache/pulsar/actions/runs/5152766985/jobs/9279461880#step:11:10448 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #20475 +/- ##
============================================
+ Coverage 72.59% 72.88% +0.29%
- Complexity 31719 31893 +174
============================================
Files 1867 1867
Lines 138523 138575 +52
Branches 15204 15213 +9
============================================
+ Hits 100555 101004 +449
+ Misses 29955 29541 -414
- Partials 8013 8030 +17
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
yaalsn
pushed a commit
to streamnative/pulsar-archived
that referenced
this pull request
Jun 6, 2023
### Motivation Upgrade Ubuntu to 22.04 to fix some CVEs - CVE-2017-14063: https://nvd.nist.gov/vuln/detail/cve-2017-14063 - CVE-2021-27291: https://nvd.nist.gov/vuln/detail/CVE-2021-27291 - CVE-2021-20270: https://nvd.nist.gov/vuln/detail/CVE-2021-20270
yaalsn
pushed a commit
to streamnative/pulsar-archived
that referenced
this pull request
Jun 6, 2023
### Motivation Upgrade Ubuntu to 22.04 to fix some CVEs - CVE-2017-14063: https://nvd.nist.gov/vuln/detail/cve-2017-14063 - CVE-2021-27291: https://nvd.nist.gov/vuln/detail/CVE-2021-27291 - CVE-2021-20270: https://nvd.nist.gov/vuln/detail/CVE-2021-20270
2 tasks
| <pulsar.client.compiler.release>8</pulsar.client.compiler.release> | ||
|
|
||
| <pulsar.client.python.version>2.10.1</pulsar.client.python.version> | ||
| <pulsar.client.python.version>3.2.0</pulsar.client.python.version> |
Member
There was a problem hiding this comment.
I think this could have been in a separate PR. I had already lined one up #20467.
Member
|
I move it to |
Technoboy-
pushed a commit
that referenced
this pull request
Jun 14, 2023
### Motivation Upgrade Ubuntu to 22.04 to fix some CVEs - CVE-2017-14063: https://nvd.nist.gov/vuln/detail/cve-2017-14063 - CVE-2021-27291: https://nvd.nist.gov/vuln/detail/CVE-2021-27291 - CVE-2021-20270: https://nvd.nist.gov/vuln/detail/CVE-2021-20270
Technoboy-
pushed a commit
that referenced
this pull request
Jun 28, 2023
Upgrade Ubuntu to 22.04 to fix some CVEs - CVE-2017-14063: https://nvd.nist.gov/vuln/detail/cve-2017-14063 - CVE-2021-27291: https://nvd.nist.gov/vuln/detail/CVE-2021-27291 - CVE-2021-20270: https://nvd.nist.gov/vuln/detail/CVE-2021-20270
2 tasks
15 tasks
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.
Motivation
Upgrade Ubuntu to 22.04 to fix some CVEs
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: