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

update nomad module to stable release #1318

Open
crazy-max opened this issue Dec 20, 2024 · 2 comments
Open

update nomad module to stable release #1318

crazy-max opened this issue Dec 20, 2024 · 2 comments

Comments

@crazy-max
Copy link
Owner

We should update to stable release of nomad module:

diun/go.mod

Line 25 in 753855b

github.com/hashicorp/nomad/api v0.0.0-20231213195942-64e3dca9274b // v1.7.2

Atm v1.9.4: https://github.com/hashicorp/nomad/releases/latest

@IamTheFij If you have time to take a look 🙏

@IamTheFij
Copy link
Contributor

Unfortunately because the API is actually a submodule of hashicorp/nomad, it needs to have it's own tag specified. Since it does not, an indirect tag (as shown here) is used.

I opened an issue with Nomad here: hashicorp/nomad#19613

That said, we can update it, but it will still show v0.0.0-20241220160552-618135e43fe8.

@crazy-max
Copy link
Owner Author

Unfortunately because the API is actually a submodule of hashicorp/nomad, it needs to have it's own tag specified. Since it does not, an indirect tag (as shown here) is used.

I opened an issue with Nomad here: hashicorp/nomad#19613

I see, thanks for raising this!

That said, we can update it, but it will still show v0.0.0-20241220160552-618135e43fe8.

Yes fine by me in the meantime thanks!

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

No branches or pull requests

2 participants