Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Conversation

steeling
Copy link
Contributor

Bump the version In prep for #4673

@shashankram
Copy link
Member

Needs to be rebased.

@steeling steeling force-pushed the feature/bump-codgen branch 6 times, most recently from 1c41dcf to 2cfae97 Compare April 22, 2022 05:03
@codecov-commenter
Copy link

Codecov Report

Merging #4680 (2cfae97) into main (966405b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4680   +/-   ##
=======================================
  Coverage   69.75%   69.75%           
=======================================
  Files         217      217           
  Lines       15233    15233           
=======================================
  Hits        10626    10626           
  Misses       4557     4557           
  Partials       50       50           
Flag Coverage Δ
unittests 69.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 966405b...2cfae97. Read the comment docs.

Copy link
Contributor

@nojnhuh nojnhuh left a 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:

RUN wget https://dl.k8s.io/release/v1.22.2/bin/$TARGETPLATFORM/kubectl -O /bin/kubectl && \

@steeling steeling force-pushed the feature/bump-codgen branch from 2cfae97 to 0103a6f Compare April 22, 2022 15:35
@steeling
Copy link
Contributor Author

@@ -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 && \
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, bad copy/pasta

Copy link
Contributor Author

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>
@steeling steeling force-pushed the feature/bump-codgen branch from 0103a6f to 9ece6f0 Compare April 22, 2022 15:43
@nojnhuh nojnhuh merged commit a8a3dbb into openservicemesh:main Apr 22, 2022
keithmattix added a commit to keithmattix/osm that referenced this pull request May 3, 2022
…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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants