Skip to content

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Aug 1, 2025

What this PR does / why we need it:

>= 2 was making the code to split the alpha/beta/rc versions (returning empty string from DependencyModuleVersionGit which when passed to kustomize gets the latest version of provided module) where in reality this was only meant to do so for Go mod pseudo versions.

Which issue this PR fixes:

Special notes for your reviewer:

Additionally now the version of a module from which the CRDs are being installed is printed in the logs:

INFO: deploying Kong CRDs (github.com/kong/kubernetes-configuration/config/crd/ingress-controller?ref=v2.0.0-alpha.1) to cluster
INFO: deploying Kong incubator CRDs (github.com/kong/kubernetes-configuration/config/crd/ingress-controller-incubator?ref=v2.0.0-alpha.1) to cluster
INFO: deploying Gateway CRDs (github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.3.0) to cluster

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@pmalek pmalek added this to the Daily maintenance milestone Aug 1, 2025
@pmalek pmalek self-assigned this Aug 1, 2025
@pmalek pmalek force-pushed the fix-crd-installation-in-integration-tests branch 2 times, most recently from 503bd8a to 0237118 Compare August 1, 2025 09:05
@pull-request-size pull-request-size bot added size/L and removed size/M labels Aug 1, 2025
@pmalek pmalek force-pushed the fix-crd-installation-in-integration-tests branch from 0237118 to 2d8fb9d Compare August 1, 2025 09:15
@pmalek pmalek marked this pull request as ready for review August 1, 2025 09:33
@pmalek pmalek requested a review from a team as a code owner August 1, 2025 09:33
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.1%. Comparing base (e37c1cd) to head (2d8fb9d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #7659     +/-   ##
=======================================
- Coverage   77.2%   77.1%   -0.1%     
=======================================
  Files        222     222             
  Lines      25871   25870      -1     
=======================================
- Hits       19986   19969     -17     
- Misses      4865    4877     +12     
- Partials    1020    1024      +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@randmonkey randmonkey added this pull request to the merge queue Aug 1, 2025
Merged via the queue into main with commit 5eea70b Aug 1, 2025
54 checks passed
@randmonkey randmonkey deleted the fix-crd-installation-in-integration-tests branch August 1, 2025 10:13
team-k8s-bot pushed a commit that referenced this pull request Aug 1, 2025
pmalek added a commit that referenced this pull request Aug 1, 2025
…ests (#7659) (#7663)

(cherry picked from commit 5eea70b)

Co-authored-by: Patryk Małek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants