Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/muety/wakapi to v2.12.0 #142

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

robodexo2000[bot]
Copy link
Contributor

@robodexo2000 robodexo2000 bot commented Sep 9, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/muety/wakapi minor 2.11.2 -> 2.12.0

Release Notes

muety/wakapi (ghcr.io/muety/wakapi)

v2.12.0

Compare Source

Features

  • Configurable heartbeat timeout (#​156)
  • Wildcard patterns for aliases (#​607)

Bug Fixes

Improvements

Structured Logging

In addition, we switched to using structured logging. As a result, all log messages produced by Wakapi now either have the following text format (dev mode)

time=2022-11-08T15:28:26.000-05:00 level=INFO msg=hello count=3

or are JSON objects (prod mode) like this:

{"time":"2022-11-08T15:28:26.000000000-05:00","level":"INFO","msg":"hello","count":3}

For some people, this might be a breaking change if they parse the current (now obsolete) log format for further processing such as monitoring or altering.

Also, Wakapi now bases on Go 1.23.

v2.12

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ajgon ajgon merged commit 6bf918d into master Sep 9, 2024
6 checks passed
@ajgon ajgon deleted the renovate/ghcr.io-muety-wakapi-2.x branch September 9, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant