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

chore(deps): update opentofu/opentofu to v1.9.0 #43

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2025

This PR contains the following updates:

Package Update Change
opentofu/opentofu minor 1.8.8 -> 1.9.0

Release Notes

opentofu/opentofu (opentofu/opentofu)

v1.9.0

Compare Source

We're proud to announce that OpenTofu 1.9.0 is now officially out! 🎉

This release includes a lot of major and minor new features, as well as a ton of community contributions!

The highlights are:

  • for_each in provider configuration blocks: An alternate (aka "aliased") provider configuration can now have multiple dynamically-chosen instances using the for_each argument:

    provider "aws" {
      alias    = "by_region"
      for_each = var.aws_regions
    
      region = each.key
    }

    Each instance of a resource can also potentially select a different instance of the associated provider configuration, making it easier to declare infrastructure that ought to be duplicated for each region.

  • -exclude planning option: similar to -target, this allows operators to tell OpenTofu to work on only a subset of the objects declared in the configuration or tracked in the state.

    tofu plan -exclude=kubernetes_manifest.crds

    While -target specifies the objects to include and skips everything not needed for the selected objects, -exclude instead specifies objects to skip. OpenTofu will exclude the selected objects and everything that depends on them.

Please take the above for a spin and let us know your feedback!

For all the features, see the related blog post or the detailed changelog.

You can find the full diff here.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource      | package           | from   | to     |
| --------------- | ----------------- | ------ | ------ |
| github-releases | opentofu/opentofu | v1.8.8 | v1.9.0 |


Signed-off-by: Justin Bailey <beholdenkey@users.noreply.github.com>
@renovate renovate bot added the renovate/github-release Renovate updates for GitHub Releases label Jan 12, 2025
@renovate renovate bot requested a review from beholdenkey as a code owner January 12, 2025 01:46
@github-actions github-actions bot added the area/taskfile Taskfile related changes label Jan 12, 2025
@renovate renovate bot changed the title feat(github-release): update opentofu/opentofu to v1.9.0 chore(deps): update opentofu/opentofu to v1.9.0 Jan 18, 2025
@beholdenkey beholdenkey merged commit 60e0bce into main Feb 6, 2025
3 checks passed
@beholdenkey beholdenkey deleted the renovate/opentofu-opentofu-1.x branch February 6, 2025 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/taskfile Taskfile related changes renovate/github-release Renovate updates for GitHub Releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant