You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to somehow run a newer proxy version or is it by design that the gem and proxy get upgraded together - meaning each proxy bump requires a gem bump as well?
Reason I'm asking is that there might be features in the proxy which are maybe not required for all kamal users but something I'd like to deploy to my apps already.
The text was updated successfully, but these errors were encountered:
Though when proxy reaches 1.0 we might want some versioning that allows running all minor and patch versions of a major version (maybe enforcing a minimum version).
Happy to revisit when the time comes though and not add that complexity yet.
It looks like the "minimum" proxy version is indeed hard coded to a specific one.
kamal/lib/kamal/configuration.rb
Line 265 in 7496049
kamal/lib/kamal/configuration.rb
Line 17 in 7496049
Would it be possible to somehow run a newer proxy version or is it by design that the gem and proxy get upgraded together - meaning each proxy bump requires a gem bump as well?
Reason I'm asking is that there might be features in the proxy which are maybe not required for all kamal users but something I'd like to deploy to my apps already.
The text was updated successfully, but these errors were encountered: