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

Update all dependencies #16

Merged
merged 2 commits into from
Sep 21, 2024
Merged

Update all dependencies #16

merged 2 commits into from
Sep 21, 2024

Conversation

missingcharacter
Copy link
Owner

@missingcharacter missingcharacter commented Aug 1, 2024

This PR contains the following updates:

Package Update Change
postgres minor 16.3-alpine3.20 -> 16.4-alpine3.20
traefik minor 3.0.4 -> v3.1.4
vaultwarden/server minor 1.30.5-alpine -> 1.32.0-alpine

Release Notes

containous/traefik (traefik)

v3.1.4

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.1.4

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.1.3

Compare Source

All Commits

Bug fixes:

  • [k8s/ingress,rules,k8s] Allow configuring rule syntax with Kubernetes Ingress annotation (#​10985 by rtribotte)
  • [k8s/ingress] Re-allow empty configuration for Kubernetes Ingress provider (#​11008 by rtribotte)
  • [middleware,metrics] Wrap capture for services used by pieces of middleware (#​11058 by rtribotte)
  • [plugins] Removes goexport dependency and adds _initialize (#​11088 by juliens)

Documentation:

Misc:

v3.1.3

Compare Source

All Commits

Bug fixes:

  • [k8s/ingress,rules,k8s] Allow configuring rule syntax with Kubernetes Ingress annotation (#​10985 by rtribotte)
  • [k8s/ingress] Re-allow empty configuration for Kubernetes Ingress provider (#​11008 by rtribotte)
  • [middleware,metrics] Wrap capture for services used by pieces of middleware (#​11058 by rtribotte)
  • [plugins] Removes goexport dependency and adds _initialize (#​11088 by juliens)

Documentation:

Misc:

v3.1.2

Compare Source

All Commits

Bug fixes:

  • [k8s,k8s/gatewayapi] Include status addresses when comparing Gateway statuses (#​10972 by kevinpollet)
  • [k8s/ingress,k8s/crd,k8s] Allow to disable Kubernetes cluster scope resources discovery (#​10946 by rtribotte)
  • [logs] Change logs output from stderr to stdout (#​10973 by rtribotte)
  • Fix grafana dashboard to work with scrape interval greater than 15s (#​10954 by swiffer)

Documentation:

  • [accesslogs] Add Access logs section to the migration guide (#​10947 by lbenguigui)
  • [http] Fix missing codeblock ending in HTTP discover documentation (#​10967 by djcode)
  • [http] Fix yaml config example for HTTP provider headers (#​10966 by djcode)
  • [k8s,k8s/gatewayapi] Use Standard channel by default with Gateway API (#​10974 by mloiseleur)

Misc:

v3.1.2

Compare Source

All Commits

Bug fixes:

  • [k8s,k8s/gatewayapi] Include status addresses when comparing Gateway statuses (#​10972 by kevinpollet)
  • [k8s/ingress,k8s/crd,k8s] Allow to disable Kubernetes cluster scope resources discovery (#​10946 by rtribotte)
  • [logs] Change logs output from stderr to stdout (#​10973 by rtribotte)
  • Fix grafana dashboard to work with scrape interval greater than 15s (#​10954 by swiffer)

Documentation:

  • [accesslogs] Add Access logs section to the migration guide (#​10947 by lbenguigui)
  • [http] Fix missing codeblock ending in HTTP discover documentation (#​10967 by djcode)
  • [http] Fix yaml config example for HTTP provider headers (#​10966 by djcode)
  • [k8s,k8s/gatewayapi] Use Standard channel by default with Gateway API (#​10974 by mloiseleur)

Misc:

v3.1.1

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.1.1

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.1.0

Compare Source

All Commits

Enhancements:

Bug fixes:

  • [k8s,k8s/gatewayapi] Retry on Gateway API resource status update (#​10881 by rtribotte)
  • [k8s,k8s/gatewayapi] Do not disable Gateway API provider if not enabled in experimental (#​10862 by kevinpollet)
  • [otel] Bump opentelemetry-go to v1.28 (#​10876 by arukiidou)
  • [plugins] Fix build only linux and darwin support wazergo (#​10857 by juliens)
  • [healthcheck,k8s/crd,k8s] Fix Healthcheck default value for ExternalName services (#​10778 by kevinpollet)
  • [middleware,metrics,tracing] Upgrade to OpenTelemetry Semantic Conventions v1.26.0 (#​10850 by mmatur)

Documentation:

Misc:

v3.1.0

Compare Source

All Commits

Enhancements:

Bug fixes:

  • [k8s,k8s/gatewayapi] Retry on Gateway API resource status update (#​10881 by rtribotte)
  • [k8s,k8s/gatewayapi] Do not disable Gateway API provider if not enabled in experimental (#​10862 by kevinpollet)
  • [otel] Bump opentelemetry-go to v1.28 (#​10876 by arukiidou)
  • [plugins] Fix build only linux and darwin support wazergo (#​10857 by juliens)
  • [healthcheck,k8s/crd,k8s] Fix Healthcheck default value for ExternalName services (#​10778 by kevinpollet)
  • [middleware,metrics,tracing] Upgrade to OpenTelemetry Semantic Conventions v1.26.0 (#​10850 by mmatur)

Documentation:

Misc:

dani-garcia/vaultwarden (vaultwarden/server)

v1.32.0

Compare Source

Security Fixes

This release has several CVE Reports fixed and we recommend everybody to update to the latest version as soon as possible.

Other changes

  • Updated web-vault to v2024.6.2
  • Fixed issues with password reset enrollment by rolling back a web-vault commit

What's Changed

New Contributors

Full Changelog: dani-garcia/vaultwarden@1.31.0...1.32.0

v1.31.0

Compare Source

Major changes and New Features

  • Initial support for the beta releases of the new native mobile apps
  • Removed support for WebSocket traffic on port 3012, as it's been integrated on the main HTTP port for a few releases
  • Updated included web vault to 2024.5.1

General mention

Bitwarden has changed the push API endpoints which affects the EU region endpoint users.
So if you use the push functionality and use the EU region you need to make some changes.
You have to update push.bitwarden.eu to api.bitwarden.eu.
This is also an issue with any previous version of Vaultwarden.

What's Changed

New Contributors

Full Changelog: dani-garcia/vaultwarden@1.30.5...1.31.0


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@missingcharacter missingcharacter merged commit e7174fe into main Sep 21, 2024
1 check passed
@missingcharacter missingcharacter deleted the renovate/all branch September 21, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants