diun icon indicating copy to clipboard operation
diun copied to clipboard

update nomad module to stable release

Open crazy-max opened this issue 1 year ago • 2 comments

We should update to stable release of nomad module: https://github.com/crazy-max/diun/blob/753855b16e28bc75016970db8c59a6c37f6842ce/go.mod#L25

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

@IamTheFij If you have time to take a look :pray:

crazy-max avatar Dec 20 '24 23:12 crazy-max

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: https://github.com/hashicorp/nomad/issues/19613

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

IamTheFij avatar Dec 20 '24 23:12 IamTheFij

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!

crazy-max avatar Dec 21 '24 01:12 crazy-max