Skip to content

Commit

Permalink
Update to kamal-proxy 0.8.0
Browse files Browse the repository at this point in the history
Proxy changes:
- Add option to use custom TLS certificates (#17)
- Don't buffer SSE responses (#36)
- Allow routing to wildcard subdomains (#45)

Custom TLS certificates not supported in Kamal itself yet. Buffering
SSE responses and wildcard subdomains will work without any Kamal
changes.
  • Loading branch information
djmb committed Oct 6, 2024
1 parent e34031f commit a434b10
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.7.0"
PROXY_MINIMUM_VERSION = "v0.8.0"
PROXY_HTTP_PORT = 80
PROXY_HTTPS_PORT = 443

Expand Down

0 comments on commit a434b10

Please sign in to comment.