fix version defs
1 unresolved thread
1 unresolved thread
This brings the version strings defined through 'go build -ldflags' up to date with upstream.
The CLI version definition in the PKGBUILD has been broken for a while, but 1.16.17 introduced a new definition for the default image that broke actual 'cilium-cli install':
$ cilium-cli install
strconv.ParseUint: parsing "": invalid syntax
Merge request reports
Activity
added priority3-normal statusunconfirmed labels
assigned to @foxboron
- Resolved by Renato Caldas
2 2 3 3 pkgname=cilium-cli 4 4 pkgver=0.16.20 5 pkgrel=1 5 pkgrel=2 6 # default cilium version from https://raw.githubusercontent.com/cilium/cilium/main/stable.txt 7 ciliumver=1.16.4 Why is
cilium/cilium/stable.txt
followed and not the one in the root of the project?
I've submitted an upstream bug report. They should not be pulling from a moving target for this.
Please register or sign in to reply