-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cilium-cli: Derive the default version from cilium/charts #36344
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
Derive the default Cilium version from the source using vendored cilium/charts instead of injecting it at compile time. This helps ensure that the default version is consistent across all the downstream cilium-cli packages. Fixes: cilium/cilium-cli#2870 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
✅
|
@tklauser something like this for cilium-cli release note entry 🚀🙏
|
/test |
@michi-covalent The suggested release note was not included it seems? Just has the github autogenerated ones. |
oh yeah thanks for the heads up. tobias, i updated the release notes here => https://github.com/cilium/cilium-cli/releases/tag/v0.16.21 🚀🙏 |
Now Cilium CLI sets the default Cilium version without relying on the compile-time flag [^1]. [^1]: cilium/cilium#36344 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
Now Cilium CLI sets the default Cilium version without relying on the compile-time flag [^1]. [^1]: cilium/cilium#36344 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
- Include the top-level Makefile.defs, and re-use GO and INSTALL variables. - Remove unused THIS_DIR variable [^1]. - Explicitly set GO_BUILD_LDFLAGS variable. Cilium and Cilium CLI use different Go build flags. [^1]: #36344 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
- Include the top-level Makefile.defs, and re-use GO and INSTALL variables. - Remove unused THIS_DIR variable [^1]. - Explicitly set BINDIR and GO_BUILD_LDFLAGS variable. Cilium and Cilium CLI use different values for these settings. [^1]: #36344 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
- Include the top-level Makefile.defs, and re-use GO and INSTALL variables. - Remove unused THIS_DIR variable [^1]. - Explicitly set BINDIR and GO_BUILD_LDFLAGS variable. Cilium and Cilium CLI use different values for these settings. [^1]: #36344 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
Derive the default Cilium version from the source using vendored cilium/charts instead of injecting it at compile time. This helps ensure that the default version is consistent across all the downstream cilium-cli packages.
Fixes: cilium/cilium-cli#2870