camel-k
camel-k copied to clipboard
Disable Jib telemetry/update check
What happened?
Jib periodically check to see if there is a new version, we should disable it
Relevant log output
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":"A new version of jib-maven-plugin (3.4.2) is available (currently using 3.4.1). Update your build configuration to use the latest features and fixes!"}
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":"https://github.com/GoogleContainerTools/jib/blob/master/jib-maven-plugin/CHANGELOG.md"}
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":""}
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":"Please see https://github.com/GoogleContainerTools/jib/blob/master/docs/privacy.md for info on disabling this update check."}
Good catch, thanks.