-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Describe the bug
On initialization the io.kubernetes.client.openapi.ApiClient sets a user agent string hard-coded with an old snapshot version.
setUserAgent("Kubernetes Java Client/13.0.1-SNAPSHOT");Client Version
14.01
Java Version
Java 7
Expected behavior
If the user agent is to include the client version, the string should be automatically kept up-to-date as the version changes.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.