-
Notifications
You must be signed in to change notification settings - Fork 126
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
deps: update Nomad jobspec dep to 1.0.0 #370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
in case you didn't notice, we updated the TF provider to pull the jobspec in. it required a little bit of dependency-wrangling on our part because of some TF stuff, not sure what the impact would be in levant:
hashicorp/terraform-provider-nomad#161
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What @cgbaker said 😄
@cgbaker and @lgfa29 Levant suffers compared to the provider as it passes around the API job object and the import is screwed up by the API replace line within Nomad's
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet. this should make these a lot easier going forward, including potentially being automatable.
This change updates the internal jobspec parsing to reflect Nomad 1.0.0 and includes updates to the Nomad API and Consul API packages.