Skip to content

Commit

Permalink
Bump proxy minimum version to 0.8.2
Browse files Browse the repository at this point in the history
Detect event-stream content type properly

See: https://github.com/basecamp/kamal-proxy/releases/tag/v0.8.2
  • Loading branch information
djmb committed Oct 30, 2024
1 parent 57d582e commit 2c14f48
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.1"
PROXY_MINIMUM_VERSION = "v0.8.2"
PROXY_HTTP_PORT = 80
PROXY_HTTPS_PORT = 443
PROXY_LOG_MAX_SIZE = "10m"
Expand Down

0 comments on commit 2c14f48

Please sign in to comment.