Skip to content

Commit

Permalink
Update to proxy version 0.8.4
Browse files Browse the repository at this point in the history
Release: https://github.com/basecamp/kamal-proxy/releases/tag/v0.8.4

- Silence late healthcheck requests
  • Loading branch information
djmb committed Dec 2, 2024
1 parent fbc4515 commit 2386c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Kamal::Configuration

include Validation

PROXY_MINIMUM_VERSION = "v0.8.3"
PROXY_MINIMUM_VERSION = "v0.8.4"
PROXY_HTTP_PORT = 80
PROXY_HTTPS_PORT = 443
PROXY_LOG_MAX_SIZE = "10m"
Expand Down

0 comments on commit 2386c90

Please sign in to comment.