pravega / pravega-operator

Pravega Kubernetes Operator
Apache License 2.0
41 stars 38 forks source link

Issue 649: Update pravega operator to support k8 1.25 #655

Closed Amit-Singh40 closed 1 year ago

Amit-Singh40 commented 1 year ago

Signed-off-by: Amit-Singh40 amit.singh30@dell.com

Change log description

Changed the pod disruption budget version from v1beta1 to v1

Purpose of the change

Fixes #649

What the code does

To support k8 1.25

How to verify it

Build image, run e2e test

codecov-commenter commented 1 year ago

Codecov Report

Base: 82.72% // Head: 82.72% // No change to project coverage :thumbsup:

Coverage data is based on head (012899f) compared to base (8fb9ebc). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #655 +/- ## ======================================= Coverage 82.72% 82.72% ======================================= Files 17 17 Lines 4086 4086 ======================================= Hits 3380 3380 Misses 568 568 Partials 138 138 ``` | [Impacted Files](https://codecov.io/gh/pravega/pravega-operator/pull/655?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega) | Coverage Δ | | |---|---|---| | [controllers/pravega\_controller.go](https://codecov.io/gh/pravega/pravega-operator/pull/655?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-Y29udHJvbGxlcnMvcHJhdmVnYV9jb250cm9sbGVyLmdv) | `99.35% <100.00%> (ø)` | | | [controllers/pravega\_segmentstore.go](https://codecov.io/gh/pravega/pravega-operator/pull/655?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-Y29udHJvbGxlcnMvcHJhdmVnYV9zZWdtZW50c3RvcmUuZ28=) | `98.70% <100.00%> (ø)` | | | [controllers/pravegacluster\_controller.go](https://codecov.io/gh/pravega/pravega-operator/pull/655?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-Y29udHJvbGxlcnMvcHJhdmVnYWNsdXN0ZXJfY29udHJvbGxlci5nbw==) | `55.52% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.