Separate pbc packages - #10797
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #10797 +/- ##
==========================================
- Coverage 72.51% 72.44% -0.08%
==========================================
Files 608 608
Lines 39475 39525 +50
==========================================
+ Hits 28626 28634 +8
- Misses 9113 9152 +39
- Partials 1736 1739 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/retest |
Run `make manifests` and `make update-bundle-golden-files` to add the crdChart field to the Bundles CRD schema and update related CRDs.
The +kubebuilder:validation:Required markers on sub-fields of Image, Archive, and Manifest were not enforced by the old controller-gen but the newer version propagates them, causing validation failures for optional/empty nested objects (crdChart, cloudStack, bottlerocket, etc).
The +kubebuilder:validation:Required markers on EksDRelease fields (channel, kubeVersion, gitCommit, manifestUrl, name) were not enforced by the old controller-gen v0.8.0 but the newer version propagates them, causing validation failures in envtest and presubmit.
|
@peirulu: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Issue #, if available:
Description of changes:
Testing (if applicable):
Documentation added/planned (if applicable):
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.