-
Notifications
You must be signed in to change notification settings - Fork 3.4k
images: Regenerate api/v1 when updating builder #32804
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
Conversation
Marking as draft until #32767 goes in, then we can rebase + re-generate the builder image versions since the make script is an input to the builder. |
ad42f65
to
a0d960e
Compare
/test |
ff3984a
to
697dcfb
Compare
43cadb6
to
4a55ab9
Compare
4a55ab9
to
890850d
Compare
New step works in the workflow when testing with |
c53a34b
to
bfbe220
Compare
/test |
The builder image contains the 'protoc' binary which can generate different API files when it's updated, notably because protoc decides to encode its own version into the files it outputs. Add a step in the builder image update workflow to update the api/v1 files. Signed-off-by: Joe Stringer <joe@cilium.io>
This error message was copied from the equivalent runtime script. Fix it. Signed-off-by: Joe Stringer <joe@cilium.io>
bfbe220
to
fbb5b16
Compare
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
/test |
The builder image contains the 'protoc' binary which can generate
different API files when it's updated, notably because protoc decides to
encode its own version into the files it outputs.
Add a step in the builder image workflow to update the api/v1 files.
Related: #32767 (comment)