Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Dec 19:47
· 6 commits to main since this release
5d54569

What's Changed

  • chore(deps): update actions/setup-go action to v6 by @felix-renovate[bot] in #44
  • chore(deps): update actions/checkout action to v5 by @felix-renovate[bot] in #43
  • chore(deps): update actions/setup-node action to v5 by @felix-renovate[bot] in #45
  • chore(deps): update astral-sh/setup-uv action to v7 by @felix-renovate[bot] in #47
  • chore(deps): update actions/setup-node action to v6 by @felix-renovate[bot] in #48
  • chore(deps): update golangci/golangci-lint-action action to v9 by @felix-renovate[bot] in #49
  • chore(deps): update github/codeql-action action to v4 by @felix-renovate[bot] in #46
  • feat: add debug logging to diagnose label sync issues [minor] by @joemiller in #51

BREAKING: Note the --json flag was removed. JSON logging is now the default. Use -zap-devel for non-json logs

Additionally, all standard zap flags from k8s/controller-runtime were added:

  -zap-devel
        Development Mode defaults(encoder=consoleEncoder,logLevel=Debug,stackTraceLevel=Warn). Production Mode defaults(encoder=jsonEncoder,logLevel=Info,stackTraceLevel=Error)
  -zap-encoder value
        Zap log encoding (one of 'json' or 'console')
  -zap-log-level value
        Zap Level to configure the verbosity of logging. Can be one of 'debug', 'info', 'error', or any integer value > 0 which corresponds to custom debug levels of increasing verbosity
  -zap-stacktrace-level value
        Zap Level at and above which stacktraces are captured (one of 'info', 'error', 'panic').
  -zap-time-encoding value
        Zap time encoding (one of 'epoch', 'millis', 'nano', 'iso8601', 'rfc3339' or 'rfc3339nano'). Defaults to 'epoch'.

Full Changelog: v0.0.39...v0.1.0