What's Changed
- Suppress the excessive logs from client-go reporting "the server could not find the requested resource" (#639)
- The client ID is now shown in the logs on startup when using the Venafi Cloud Key Pair Service Account authentication. (#625)
- You can now debug problems with the data upload using
--log-level=6
which now shows the request details in the logs. (#627) - The HTTP header
User-Agent: venafi-kubernetes-agent/v1.4.1
is now set for all outgoing HTTP requests. Previously, the User-Agent header was only set in VenafiConnection mode. (#631) - Fixed CVEs: CVE-2024-51744 (github.com/golang-jwt/jwt/v4), CVE-2024-45338 (x/net), and CVE-2024-45337 (x/crypto) (#636).
Full Changelog: v1.4.0...v1.4.1