canonical / kfp-operators

Kubeflow Pipelines Operators
Apache License 2.0
2 stars 12 forks source link

chore: Upgrade manifests to 2.3.0 #583

Closed orfeas-k closed 4 days ago

orfeas-k commented 1 week ago

Upgrade manifests to 2.3.0. For producing the manifests, instructions in the CONTRIBUTING.md file were followed.

This includes:

Fixes #580

Tests

CI is fails mostly intermittently due to #602 and #601. Locally, they are successful (I hit #601 only once which looks unrelated to charms changes). I 've also refreshed a CKF deployment with the PR's charms and ran some pipelines, the kfp UAT and also enabled a recurring one.

orfeas-k commented 5 days ago

Hey @DnPlas, thank you for taking a thorough look. For the first one, I have already filed this issue https://github.com/canonical/kfp-operators/issues/603. This has been observed in latest/edge kfp-ui (without the upgrades) and I think it should be present in 1.9 too. Regarding 2, this is also present in latest/edge without the upgrades. Let me file an issue for this as well and we 'd need to investigate separately. Regarding the charm's functionality, I used it in a CKF deployment without issues.

EDIT: Filed an issue https://github.com/canonical/kfp-operators/issues/609

orfeas-k commented 5 days ago

@NohaIhab Very good catch Noha. Updated the PR. Also, I 've opened #610 against the dev branch updating the contributing.md file.