Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/kamal/configuration/docs/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ proxy:
# below already embeds its ghcr.io host
repository: ghcr.io/zoolutions/kamal-proxy # Container repository for the
# kamal-proxy image (this is the default)
version: v1.0.0.3 # Version tag of the kamal-proxy image to use.
version: v1.0.0.4 # Version tag of the kamal-proxy image to use.
# Defaults to the minimum version this gem
# requires - only pin it to roll forward early,
# never below the default
Expand Down
2 changes: 1 addition & 1 deletion lib/kamal/configuration/proxy/run.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Kamal::Configuration::Proxy::Run
MINIMUM_VERSION = "v1.0.0.3"
MINIMUM_VERSION = "v1.0.0.4"
DEFAULT_HTTP_PORT = 80
DEFAULT_HTTPS_PORT = 443
DEFAULT_LOG_MAX_SIZE = "10m"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/kamal_proxy_flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Generated by bin/sync-proxy-flags — do not edit by hand.
# Refresh whenever MINIMUM_VERSION moves; test/proxy_flag_coverage_test.rb
# fails while proxy_version here disagrees with MINIMUM_VERSION.
proxy_version: v1.0.0.3
proxy_version: v1.0.0.4
generated_by: bin/sync-proxy-flags
acme_dns_providers:
- auto
Expand Down