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 minor-grouped #211

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Type Update Change
eksctl-io/eksctl minor 0.199.0 -> 0.200.0
opentofu minor 1.8.8 -> 1.9.0
renovatebot/pre-commit-hooks repository minor 39.86.3 -> 39.100.1

Before merging, always check with the release notes if any other changes need to be done.

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

eksctl-io/eksctl (eksctl-io/eksctl)

v0.200.0: eksctl 0.200.0

Compare Source

Release v0.200.0

🚀 Features

  • Support for Bangkok region (ap-southeast-7) (#​8114)
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.

renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v39.100.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.100.1 for more changes

v39.100.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.100.0 for more changes

v39.99.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.99.0 for more changes

v39.98.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.98.0 for more changes

v39.97.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.97.0 for more changes

v39.96.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.96.2 for more changes

v39.96.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.96.1 for more changes

v39.96.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.96.0 for more changes

v39.95.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.95.0 for more changes

v39.94.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.94.2 for more changes

v39.94.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.94.0 for more changes

v39.93.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.93.1 for more changes

v39.93.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.93.0 for more changes

v39.92.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.92.2 for more changes

v39.92.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.92.1 for more changes

v39.92.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.92.0 for more changes

v39.91.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.4 for more changes

v39.91.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.3 for more changes

v39.91.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.2 for more changes

v39.91.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.1 for more changes

v39.91.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.0 for more changes


Configuration

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

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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-tags     | eksctl-io/eksctl             | 0.199.0 | 0.200.0  |
| github-releases | opentofu/opentofu            | 1.8.8   | 1.9.0    |
| github-tags     | renovatebot/pre-commit-hooks | 39.86.3 | 39.100.1 |
@infraex-misc
Copy link
Contributor

infraex-misc bot commented Jan 11, 2025

This PR has been auto-approved as it does not involve major changes. Workflow run: See details

@infraex-misc infraex-misc bot merged commit 4fb4239 into main Jan 11, 2025
14 checks passed
@infraex-misc infraex-misc bot deleted the renovate/minor-grouped branch January 11, 2025 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants