-
Notifications
You must be signed in to change notification settings - Fork 274
bump the version of the k8s go client and generated code #4680
Conversation
a1f12c1
to
8d44395
Compare
Needs to be rebased. |
1c41dcf
to
2cfae97
Compare
Codecov Report
@@ Coverage Diff @@
## main #4680 +/- ##
=======================================
Coverage 69.75% 69.75%
=======================================
Files 217 217
Lines 15233 15233
=======================================
Hits 10626 10626
Misses 4557 4557
Partials 50 50
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can think of one more spot to update:
osm/dockerfiles/Dockerfile.osm-crds
Line 5 in 2cfae97
RUN wget https://dl.k8s.io/release/v1.22.2/bin/$TARGETPLATFORM/kubectl -O /bin/kubectl && \ |
2cfae97
to
0103a6f
Compare
dockerfiles/Dockerfile.osm-crds
Outdated
@@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM busybox:1.33 AS builder | |||
ARG TARGETPLATFORM | |||
# Talking to the internet in an arm64 container doesn't seem to work from a | |||
# amd64 Mac, so download the kubectl binary in a stage running the native arch. | |||
RUN wget https://dl.k8s.io/release/v1.22.2/bin/$TARGETPLATFORM/kubectl -O /bin/kubectl && \ | |||
RUN wget https://dl.k8s.io/release/v1.23.5/bin/linux/amd64/kubectl -O /bin/kubectl && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs $TARGETPLATFORM
so arm64 builds work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, bad copy/pasta
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed now
Upgrades MeshConfig to v1alpha3 with new `spec.sidecar.localProxyMode` field for user to control how mesh traffic gets proxied. Signed-off-by: Keith Mattix II <keithmattix2@gmail.com> Signed-off-by: Sean Teeling <seanteeling@microsoft.com>
0103a6f
to
9ece6f0
Compare
…penservicemesh#4680) Upgrades MeshConfig to v1alpha3 with new `spec.sidecar.localProxyMode` field for user to control how mesh traffic gets proxied. Signed-off-by: Keith Mattix II <keithmattix2@gmail.com> Signed-off-by: Sean Teeling <seanteeling@microsoft.com> Co-authored-by: Keith Mattix II <keithmattix2@gmail.com>
Bump the version In prep for #4673