Skip to content

Releases: planetscale/k8s-node-tagger

v0.1.2

11 Dec 16:55
5969e38

Choose a tag to compare

What's Changed

  • chore(deps): update module golang.org/x/crypto to v0.45.0 [security] by @felix-renovate[bot] in #53

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Dec 16:47
d77c0e9

Choose a tag to compare

What's Changed

  • renovate: switch to monthly cadence for low prio updates by @joemiller in #52
  • fix: too frequent cloud api updates by @joemiller in #54

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Dec 19:47
5d54569

Choose a tag to compare

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

v0.0.39

18 Jul 22:57
64b70c3

Choose a tag to compare

What's Changed

  • fix(deps): update all non-major dependencies by @felix-renovate[bot] in #41

Full Changelog: v0.0.38...v0.0.39

v0.0.38

11 Jul 23:01
89b01ed

Choose a tag to compare

What's Changed

  • fix(deps): update all non-major dependencies by @felix-renovate[bot] in #40

Full Changelog: v0.0.37...v0.0.38

v0.0.37

06 Jul 17:30
5603b0f

Choose a tag to compare

What's Changed

  • fix(deps): update all non-major dependencies by @felix-renovate in #39

Full Changelog: v0.0.36...v0.0.37

v0.0.36

27 Jun 22:57
be2c5f5

Choose a tag to compare

What's Changed

  • fix(deps): update all non-major dependencies by @felix-renovate in #38

Full Changelog: v0.0.35...v0.0.36

v0.0.35

20 Jun 23:09
fe29ce9

Choose a tag to compare

What's Changed

  • fix(deps): update all non-major dependencies by @felix-renovate in #37

Full Changelog: v0.0.34...v0.0.35

v0.0.34

14 Jun 17:43
e19fa5e

Choose a tag to compare

What's Changed

  • fix(deps): update all non-major dependencies by @felix-renovate in #36

Full Changelog: v0.0.33...v0.0.34

v0.0.33

09 Jun 16:12
5bdebd0

Choose a tag to compare

What's Changed

  • gha/validate-reno: switch to latest node lts by @dctrwatson in #34
  • fix(deps): update all non-major dependencies by @felix-renovate in #35

New Contributors

Full Changelog: v0.0.32...v0.0.33