Commit 6b8cbf4
authored
fix: wrong version logged on startup (#729)
The k/cloud-provider library is logging a version on startup. This
version is expected to be set by Kubernetes build scripts, but we do not
use this.
Right now it looks like this:
```
controllermanager.go:169] Version: v0.0.0-master+$Format:%H$
```
With the fix, this will report the same version as we use for the
user-agent.1 parent cc1b6b7 commit 6b8cbf4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments