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

Bump hashicorp/nomad from 1.4.20 to 2.1.0 in /terraform #185

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps hashicorp/nomad from 1.4.20 to 2.1.0.

Release notes

Sourced from hashicorp/nomad's releases.

v2.1.0

2.1.0 (December 20th, 2023)

IMPROVEMENTS:

  • Target Nomad 1.7.2: updated the nomad client to support Nomad API and jobspec version 1.7.2 (#404)
  • provider: update Go to 1.21.5 (#399)
  • resource/nomad_acl_auth_method: add support for token_name_format (#403)
  • resource/nomad_csi_volume: changes to capacity_min or capacity_max may now expand the volume instead of forcing replacement,
  • resource/nomad_csi_volume: update import key to be <volume id>@<namespace> to allow importing volumes from namespaces other than default (#408)
  • resource/nomad_csi_volume_registration: update import key to be <volume id>@<namespace> to allow importing volume registrations from namespaces other than default (#408) on Nomad version 1.6.3 or later, if the CSI plugin supports it (#382)
  • resource/nomad_job: read and submit original jobspec on state refresh and job register (#405)
  • resource/nomad_job: Add rerun_if_dead attribute to allow forcing a job to run again if it's marked as dead. (#407)
  • resource/nomad_job: update import key to be <job id>@<namespace> to allow importing jobs from namespaces other than default (#408)

BUG FIXES:

  • resource/nomad_acl_policy: fixed a bug where the namespace would be incorrectly calculated from a job identity (#396)
  • resource/nomad_csi_volume_registration: fixed a bug that cause an import operation to not load all of the volume attributes (#402)
  • resource/nomad_job: fixed a bug that could cause jobs to be registered in the incorrect namespace if the NOMAD_NAMESPACE environment variable is set (#386)
  • resource/nomad_job: fixed a bug that caused state changes even in case of errors during apply (#412)
  • resource/nomad_volume: fixed a bug that cause an import operation to not load all of the volume attributes (#402)

v2.0.0

2.0.0 (August 28th, 2023)

  • New Resource: nomad_node_pool manages node pools (#340)
  • New Resource: nomad_variable manages Nomad variables (#325)
  • New Data Source: nomad_allocations to retrieve a list of allocations (#358)
  • New Data Source: nomad_node_pool and nomad_node_pools to retrieves one or mode node pools (#340)
  • New Data Source: nomad_variable retrieves a Nomad variable (#325)

BACKWARDS INCOMPATIBILITIES:

  • provider: Terraform Plugin SDK upgraded to v2.10.1. Terraform versions prior to 0.12 are no longer supported. (#339)
  • resource/nomad_job: Switch to HCL2 parsing by default. Jobs that require HCL1 parsing must set hcl1 = true. (#343)
  • resource/nomad_job: Deprecate field allocation_ids and do not retrieve the job's allocations by default. Set read_allocation_ids to true if you must retain existing behavior, but consider using the nomad_allocations data source instead. (#357)

DEPRECATIONS:

  • resource/nomad_volume: The nomad_volume resource has been deprecated. Use the new nomad_csi_volume_registration resource instead. (#344)
  • resource/nomad_external_volume: The nomad_external_volume resource has been deprecated. Use the new nomad_csi_volume resource instead. (#344)

IMPROVEMENTS:

  • Target Nomad 1.6.0: updated the nomad client to support Nomad API and jobspec version 1.6.0 (#345)
  • provider: add skip_verify configuration to skip TLS verification (#319)
  • provider: update Go to 1.21.0 (#369)
  • data source/nomad_namespace: add node_pool_config attribute (#355)
  • resource/nomad_acl_policy: add support for job_acl (#314)
  • resource/nomad_csi_volume: add support to import existing volumes. (#359]
  • resource/nomad_csi_volume_registration: add support to import existing volumes. (#359]
  • resource/nomad_job: add support to import existing jobs. (#359]
  • resource/nomad_namespace: add node_pool_config attribute (#355)

... (truncated)

Changelog

Sourced from hashicorp/nomad's changelog.

2.1.0 (December 20th, 2023)

IMPROVEMENTS:

  • Target Nomad 1.7.2: updated the nomad client to support Nomad API and jobspec version 1.7.2 (#404)
  • provider: update Go to 1.21.5 (#399)
  • resource/nomad_acl_auth_method: add support for token_name_format (#403)
  • resource/nomad_csi_volume: changes to capacity_min or capacity_max may now expand the volume instead of forcing replacement, on Nomad version 1.6.3 or later, if the CSI plugin supports it (#382)
  • resource/nomad_csi_volume: update import key to be <volume id>@<namespace> to allow importing volumes from namespaces other than default (#408)
  • resource/nomad_csi_volume_registration: update import key to be <volume id>@<namespace> to allow importing volume registrations from namespaces other than default (#408)
  • resource/nomad_job: read and submit original jobspec on state refresh and job register (#405)
  • resource/nomad_job: Add rerun_if_dead attribute to allow forcing a job to run again if it's marked as dead. (#407)
  • resource/nomad_job: update import key to be <job id>@<namespace> to allow importing jobs from namespaces other than default (#408)

BUG FIXES:

  • resource/nomad_acl_policy: fixed a bug where the namespace would be incorrectly calculated from a job identity (#396)
  • resource/nomad_csi_volume_registration: fixed a bug that cause an import operation to not load all of the volume attributes (#402)
  • resource/nomad_job: fixed a bug that could cause jobs to be registered in the incorrect namespace if the NOMAD_NAMESPACE environment variable is set (#386)
  • resource/nomad_job: fixed a bug that caused state changes even in case of errors during apply (#412)
  • resource/nomad_volume: fixed a bug that cause an import operation to not load all of the volume attributes (#402)

2.0.0 (August 28th, 2023)

  • New Resource: nomad_node_pool manages node pools (#340)
  • New Resource: nomad_variable manages Nomad variables (#325)
  • New Data Source: nomad_allocations to retrieve a list of allocations (#358)
  • New Data Source: nomad_node_pool and nomad_node_pools to retrieves one or mode node pools (#340)
  • New Data Source: nomad_variable retrieves a Nomad variable (#325)

BACKWARDS INCOMPATIBILITIES:

  • provider: Terraform Plugin SDK upgraded to v2.10.1. Terraform versions prior to 0.12 are no longer supported. (#339)
  • resource/nomad_job: Switch to HCL2 parsing by default. Jobs that require HCL1 parsing must set hcl1 = true. (#343)
  • resource/nomad_job: Deprecate field allocation_ids and do not retrieve the job's allocations by default. Set read_allocation_ids to true if you must retain existing behavior, but consider using the nomad_allocations data source instead. (#357)

DEPRECATIONS:

  • resource/nomad_volume: The nomad_volume resource has been deprecated. Use the new nomad_csi_volume_registration resource instead. (#344)
  • resource/nomad_external_volume: The nomad_external_volume resource has been deprecated. Use the new nomad_csi_volume resource instead. (#344)

IMPROVEMENTS:

  • Target Nomad 1.6.0: updated the nomad client to support Nomad API and jobspec version 1.6.0 (#345)
  • provider: add skip_verify configuration to skip TLS verification (#319)
  • provider: update Go to 1.21.0 (#369)
  • data source/nomad_namespace: add node_pool_config attribute (#355)
  • resource/nomad_acl_policy: add support for job_acl (#314)
  • resource/nomad_csi_volume: add support to import existing volumes. (#359)
  • resource/nomad_csi_volume_registration: add support to import existing volumes. (#359)
  • resource/nomad_job: add support to import existing jobs. (#359)
  • resource/nomad_namespace: add node_pool_config attribute (#355)

BUG FIXES:

  • data source/acl_auth_method: fix a bug where the values of max_token_ttl and discovery_ca_pem were not persisted to state. (#339)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/nomad](https://github.com/hashicorp/terraform-provider-nomad) from 1.4.20 to 2.1.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-nomad/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-nomad/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-nomad@v1.4.20...v2.1.0)

---
updated-dependencies:
- dependency-name: hashicorp/nomad
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jan 1, 2024
@dependabot dependabot bot requested a review from a team January 1, 2024 16:45
@lens0021
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 79caf7d into main Jan 31, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/terraform/terraform/hashicorp/nomad-2.1.0 branch January 31, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant