feat(registry): add PostgreSQL aqua backend and aliases#5462
Conversation
|
If you are adding a new tool to mise, note the following:
|
|
The CI job is currently failing with which appears to be unrelated to the changes in this PR. |
|
I’m also seeing the following error: The reason for the 404 is that the correct version tag is |
I opened an issue in the aqua-registry. #5462 (comment) |
|
Thanks for the clarification and the quick action! |
|
Since Regarding the versioning, they version the releases with However, Just as a note, this test passes (with postgres.test = ["psql --version", "psql (PostgreSQL) {{version | split(pat='.') | slice(end=2) | join(sep='.')}}"] |
|
Thank you for your feedback. Regarding the security concerns, I completely understand your point. However, with I also appreciate your advice about the versioning and testing. I agree that introducing a breaking change should be avoided, and it would be better to align the versioning with the official PostgreSQL versions. I’ll open an issue about this on the As a temporary workaround, I think stripping the trailing |
|
yeah I think I agree with @risu729 regarding the supply chain issue with this. A repo with 22 stars just isn't something I would want to start using by default. |
No description provided.