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

[Upstream] - Update-istio version based on go version 1.21 #3825

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

mholder6
Copy link
Contributor

@mholder6 mholder6 commented Jul 29, 2024

What this PR does / why we need it:

Updated the istio libraries based on go versioning 1.21

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Type of changes
Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Feature/Issue validation/testing:

Please describe the tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.

  • Test A

  • Test B

  • Logs

Special notes for your reviewer:

  1. Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

Checklist:

  • Have you added unit/e2e tests that prove your fix is effective or that this feature works?
  • Has code been commented, particularly in hard-to-understand areas?
  • Have you made corresponding changes to the documentation?

Release note:


Re-running failed tests

  • /rerun-all - rerun all failed workflows.
  • /rerun-workflow <workflow name> - rerun a specific failed workflow. Only one workflow name can be specified. Multiple /rerun-workflow commands are allowed per comment.

.gitignore Outdated
@@ -74,3 +74,6 @@ docker-compose.yml

# Istio installer downloaded by quick install
istio-*

#Notes on how different versions of the repo
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove it.

go.mod Outdated
@@ -1,6 +1,6 @@
module github.com/kserve/kserve

go 1.21
go 1.21
Copy link
Contributor

Choose a reason for hiding this comment

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

remove the space

@@ -1,10129 +0,0 @@
//go:build !ignore_autogenerated
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please remove this file from your changes?

@mholder6 mholder6 force-pushed the updateistio branch 3 times, most recently from 087528f to 75d4d3b Compare August 7, 2024 16:29
@mholder6 mholder6 changed the title RHOAIENG-9411 - Update-istio Upstream - Update-istio version based on go version 1.21 Aug 12, 2024
@mholder6 mholder6 changed the title Upstream - Update-istio version based on go version 1.21 [Upstream] - Update-istio version based on go version 1.21 Aug 12, 2024
Signed-off-by: mholder6 <marholde@redhat.com>
Comment on lines +32 to +33
k8s.io/api v0.29.0
k8s.io/apimachinery v0.29.0
Copy link
Member

Choose a reason for hiding this comment

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

Is it intended to bump these versions as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe these automatically upgraded when running go mod tidy? After upgrading the istio libs

Copy link
Contributor

@spolti spolti Aug 13, 2024

Choose a reason for hiding this comment

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

@terrytangyuan, correct, see that we are pinning the k8s version here:
https://github.com/kserve/kserve/pull/3825/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R141

there were some incompatibilities with this new version that need closer attention.

Copy link
Contributor

@spolti spolti left a comment

Choose a reason for hiding this comment

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

/lgtm

@spolti
Copy link
Contributor

spolti commented Aug 19, 2024

@yuzisun hi, can you please take a look?

Copy link
Member

@yuzisun yuzisun left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@yuzisun yuzisun merged commit 74591b4 into kserve:master Aug 25, 2024
57 checks passed
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.

4 participants