Skip to content
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

scripts: Fix net-istio version for 1.9 scanning #221

Merged
merged 6 commits into from
Aug 30, 2024

Conversation

kimwnasptd
Copy link
Contributor

@kimwnasptd kimwnasptd commented Aug 23, 2024

Closes #219

The PR hardcodes the version of net-istio to be used for the 1.12.4 version of Knative Service (used in CKF 1.9), similarly to how we handled it for CKF 1.8.

To verify:

# should contain net-istio
# should not have an error when gathering the images
./tools/get-images.sh | less

@kimwnasptd kimwnasptd requested a review from a team as a code owner August 23, 2024 09:25
Copy link
Contributor

@DnPlas DnPlas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kimwnasptd, left a comment.

tools/get-images.sh Outdated Show resolved Hide resolved
@kimwnasptd kimwnasptd force-pushed the KF-6140-fix-image-gather-script branch from 22833f6 to c76d750 Compare August 29, 2024 12:05
Copy link
Contributor

@DnPlas DnPlas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good overall, just two tiny nits. Thanks @kimwnasptd !

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
Copy link
Contributor

@DnPlas DnPlas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kimwnasptd !

@kimwnasptd kimwnasptd merged commit 51adbad into main Aug 30, 2024
14 checks passed
@kimwnasptd kimwnasptd deleted the KF-6140-fix-image-gather-script branch August 30, 2024 16:56
mvlassis pushed a commit that referenced this pull request Sep 4, 2024
* scripts: Fix net-istio version for 1.9 scanning

Signed-off-by: Kimonas Sotirchos <[email protected]>

* Add CONTRIBUTING.md

* Hardcode the net istio version

* Update CONTRIBUTING.md

Co-authored-by: Daniela Plascencia <[email protected]>

* review: Add extra message for where to look for net-istio

* fix typo

---------

Signed-off-by: Kimonas Sotirchos <[email protected]>
Co-authored-by: Daniela Plascencia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script for fetching images is failing for net-istio
2 participants