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

feat: Manual Type Deployment version #454

Open
BaccanoMob opened this issue Oct 4, 2024 · 0 comments
Open

feat: Manual Type Deployment version #454

BaccanoMob opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BaccanoMob
Copy link

Currently, there are 2 types (GET, POST). And my services are setup in a different server which are not reachable so GET and POST can not be used.

Having a new Type as Manual might help in this case which only takes in the version. This way I can keep track of the version without the need of GET/POST for external/unreachable servers in one place. The input field may have regex pattern preventing illegal characters if needed.

Current workaround I thought of, use GET and github release url with version tag (for example) and have regex be <title>.*(\d+\.\d+\.\d+) to get the version from title html tag.

@BaccanoMob BaccanoMob added the enhancement New feature or request label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant