-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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][misc] Use ubuntu 22.04 for Pulsar images #20475
Conversation
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 |
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.
LGTM
Codecov Report
@@ 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. |
### 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
### 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
@@ -82,7 +82,7 @@ flexible messaging model and an intuitive client API.</description> | |||
<pulsar.broker.compiler.release>${maven.compiler.target}</pulsar.broker.compiler.release> | |||
<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> |
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.
I think this could have been in a separate PR. I had already lined one up #20467.
I move it to |
### 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
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
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
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: