- Target Nomad 1.3.0: updated the Nomad client to support Nomad API and jobspec version 1.3.0 (#270)
BACKWARDS INCOMPATIBILITIES:
- provider: Don't read the
NOMAD_NAMESPACE
environment variable. This is a potentially breaking change, as it modifies the previous behaviour, but this was never intended to be supported. If you relied on this environment variable make sure you set the namespace in each resource before upgrading. (#271)
IMPROVEMENTS:
- provider: update Go to 1.17 (#270)
- resource/nomad_external_volume: add support for topologies (#270)
- resource/nomad_job: allow passing Consul and Vault token through the job resource (#261)
- resource/nomad_volume: add support for topologies (#270)
BUG FIXES: