Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run newer kamal-proxy release #1252

Closed
AxelTheGerman opened this issue Nov 25, 2024 · 3 comments
Closed

Unable to run newer kamal-proxy release #1252

AxelTheGerman opened this issue Nov 25, 2024 · 3 comments

Comments

@AxelTheGerman
Copy link
Contributor

It looks like the "minimum" proxy version is indeed hard coded to a specific one.

"basecamp/kamal-proxy:#{PROXY_MINIMUM_VERSION}"

PROXY_MINIMUM_VERSION = "v0.8.1"

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.

@AxelTheGerman
Copy link
Contributor Author

E.g. latest release 0.8.3 brings improvements and fixes minor issues but maybe shouldn't force all kamal users to reboot the proxy - https://github.com/basecamp/kamal-proxy/releases/tag/v0.8.3

@morgoth
Copy link
Contributor

morgoth commented Dec 3, 2024

@AxelTheGerman since #1253 was merged, can you close the issue?

@AxelTheGerman
Copy link
Contributor Author

Yes, happy to close it.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants