Closed tristanmorgan closed 6 months ago
This is going to create problems to other tools: https://github.com/GEANT/nomad_cni/blob/main/lib/facter/nomad_cni_version.rb#L10
I hope you could delete and reissue this version.
Or just release 1.4.2 instead of re-publishing, maybe to address #1033 too
+1
This script is no longer used for releases: https://github.com/containernetworking/plugins/blob/main/scripts/release.sh
As a result, github.com/containernetworking/plugins/pkg/utils/buildversion.BuildVersion
is no longer set using linker flags.
@s1061123 can you take a look? I know you worked on automated release building.
In the mean time, I'll re-build the release with the version set properly.
Rebuilt the release, PTAL
@squeed I got that script misses build version (ldflags in release.sh script). Will fix that soon.
@squeed https://github.com/containernetworking/plugins/pull/1037 fixes the issue. PTAL?
Hi, The latest builds (1.4.1) of the CNI plugins are not printing the plugin versions when run. I've tested both x86_64 and Arm64 packages. I suspect changes in the build process since 1.4.0 release missed setting
BuildVersion
.