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 mono-update-renovate #59

Merged
merged 1 commit into from
May 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action major v3 -> v4
actions/checkout action digest 0ad4b8f -> a5ac7e5
awscli patch 2.15.42 -> 2.15.58
eksctl-io/eksctl minor 0.177.0 -> 0.179.0
golang patch 1.22.2 -> 1.22.3
gruntwork-io/cloud-nuke minor v0.35.0 -> v0.36.0
just minor 1.25.2 -> 1.27.0
opentofu minor 1.6.2 -> 1.7.1
peter-evans/create-issue-from-file action major v4 -> v5
pre-commit patch 3.7.0 -> 3.7.1
terraform patch 1.8.2 -> 1.8.4
tflint minor 0.50.3 -> 0.51.1
tfsec patch 1.28.5 -> 1.28.6

⚠️ THIS IS A MAJOR VERSION UPDATE ⚠️

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


Release Notes

actions/cache (actions/cache)

v4

Compare Source

aws/aws-cli (awscli)

v2.15.58

Compare Source

v2.15.57

Compare Source

v2.15.56

Compare Source

v2.15.55

Compare Source

v2.15.54

Compare Source

v2.15.53

Compare Source

v2.15.52

Compare Source

v2.15.51

Compare Source

v2.15.50

Compare Source

v2.15.49

Compare Source

v2.15.48

Compare Source

v2.15.47

Compare Source

v2.15.46

Compare Source

v2.15.45

Compare Source

v2.15.44

Compare Source

v2.15.43

Compare Source

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

v0.179.0: eksctl 0.179.0

Compare Source

Release v0.179.0

🚀 Features

v0.178.0: eksctl 0.178.0

Compare Source

Release v0.178.0

🐛 Bug Fixes

  • Fix kubeletExtraConfig support for AL2023 (#​7758)
  • Update aws-node from 1.12.6 to 1.18.1 (#​7756)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​consideRatio

golang/go (golang)

v1.22.3

Compare Source

gruntwork-io/cloud-nuke (gruntwork-io/cloud-nuke)

v0.36.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/cloud-nuke@v0.35.0...v0.36.0

casey/just (just)

v1.27.0

Compare Source

Changed
  • Use cache dir for temporary files (#​2067)
Added
Fixed
  • List modules in source order with --unsorted (#​2085)
  • Show submodule recipes in --choose (#​2069)
  • Allow multiple imports of the same file in different modules (#​2065)
  • Fix submodule recipe listing indentation (#​2063)
  • Pass command as first argument to shell (#​2061)
  • Allow shell expanded strings in mod and import paths (#​2059)
  • Run imported recipes in root justfile with correct working directory (#​2056)
  • Fix output \r\n stripping (#​2035)
Misc

v1.26.0

Compare Source

Added
Misc
opentofu/opentofu (opentofu)

v1.7.1

Compare Source

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

This is a bugfix release and we encourage all OpenTofu 1.7.0 users to upgrade.

What’s New?

  • Fixed support for provider functions in tests (#​1603)
  • Fixed crash in gcs backend when using certain commands (#​1618)
  • Fix inmem backend crash due to missing struct field (#​1619)
  • Fix for tofu init failure when tests have spaces in their name. (#​1489)
  • tofu test now supports accessing module outputs when the module has no resources. (#​1409)

For all the features, see the detailed changelog.

You can find the full diff here.

v1.7.0

Compare Source

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

What’s New?

  • State Encryption - Protect your precious state files with end-to-end encryption.
  • Dynamic Provider-defined Functions - Author custom functions as part of providers.
  • Declarative removed Blocks - No more fighting with the CLI, execute your removals declaratively!
  • Loopable Import Blocks - Streamline importing multiple resources.
  • ...and much, much more!

See the launch post on our blog: https://opentofu.org/blog/opentofu-1-7-0/

For all the features, see the detailed changelog.

You can find the full diff here.

peter-evans/create-issue-from-file (peter-evans/create-issue-from-file)

v5

Compare Source

pre-commit/pre-commit (pre-commit)

v3.7.1

Compare Source

==================

Fixes
hashicorp/terraform (terraform)

v1.8.4

Compare Source

1.8.4 (May 22, 2024)

BUG FIXES:

  • core: Fix exponential slowdown in some cases when modules are using depends_on. (#​35157)
  • import blocks: Fix bug where resources with nested, computed, and optional id attributes would fail to generate configuration. (#​35220)
  • Updated to new golang.org/x/net release, which addressed CVE-2023-45288 (#​35165)

v1.8.3

Compare Source

1.8.3 (May 8, 2024)

BUG FIXES:

  • terraform test: Providers configured within an overridden module could panic. (#​35110)
  • core: Fix crash when a provider incorrectly plans a nested object when the configuration is null (#​35090)
terraform-linters/tflint (tflint)

v0.51.1

Compare Source

What's Changed

Bug Fixes
Chores

Full Changelog: terraform-linters/tflint@v0.51.0...v0.51.1

v0.51.0

Compare Source

What's Changed

This release includes many new features including parallelization of recursion inspection and support for Terraform v1.8.

Also, please be aware that there are important changes regarding licensing. TFLint has updated the embedded Terraform package to the latest version for Terraform v1.6+ support. As a result, we will be affected by Terraform's license change to BUSL announced by Hashicorp in August 2023.

Most of the code in TFLint is still licensed under MPL 2.0, but some files under the Terraform package are now licensed under BUSL 1.1. This means that release binaries are bound by both licenses and may be subject to Hashicorp's BUSL restrictions. If you have concerns about this change, we recommend reviewing the licensing implications before updating. Please note that we cannot provide legal advice.

Please refer to the discussion in https://github.com/terraform-linters/tflint/discussions/1826 and https://github.com/terraform-linters/tflint/issues/1878 for details.

Enhancements
Changes
  • Add warnings to --module/--no-module and module attribute by @​wata727 in https://github.com/terraform-linters/tflint/pull/1951
    • If you see a warning, use --call-module-type instead. The --module is equivalent to --call-module-type=all and the --no-module is equivalent to --call-module-type=none. This also applies to .tflint.hcl.
Chores

New Contributors

Full Changelog: terraform-linters/tflint@v0.50.3...v0.51.0

aquasecurity/tfsec (tfsec)

v1.28.6

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/tfsec@v1.28.5...v1.28.6


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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

| datasource      | package                            | from    | to      |
| --------------- | ---------------------------------- | ------- | ------- |
| github-tags     | actions/cache                      | v3      | v4      |
| github-tags     | aws/aws-cli                        | 2.15.42 | 2.15.58 |
| github-tags     | eksctl-io/eksctl                   | 0.177.0 | 0.179.0 |
| github-tags     | golang/go                          | 1.22.2  | 1.22.3  |
| github-tags     | gruntwork-io/cloud-nuke            | v0.35.0 | v0.36.0 |
| github-releases | casey/just                         | 1.25.2  | 1.27.0  |
| github-releases | opentofu/opentofu                  | 1.6.2   | 1.7.1   |
| github-tags     | peter-evans/create-issue-from-file | v4      | v5      |
| github-tags     | pre-commit/pre-commit              | 3.7.0   | 3.7.1   |
| github-releases | hashicorp/terraform                | 1.8.2   | 1.8.4   |
| github-tags     | terraform-linters/tflint           | 0.50.3  | 0.51.1  |
| github-tags     | aquasecurity/tfsec                 | 1.28.5  | 1.28.6  |
@renovate renovate bot force-pushed the renovate/mono-update-renovate branch from 8703378 to 3b4e724 Compare May 27, 2024 09:00
@leiicamundi leiicamundi merged commit 2a44195 into main May 27, 2024
4 checks passed
@leiicamundi leiicamundi deleted the renovate/mono-update-renovate branch May 27, 2024 09:12
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.

1 participant