camunda / camunda-tf-eks-module

Terraform modules targeting AWS EKS Cluster creation for Camunda 8 Self-Managed usage on AWS
https://docs.camunda.io/docs/self-managed/setup/deploy/amazon/amazon-eks/eks-terraform/
Apache License 2.0
1 stars 0 forks source link

chore(deps): update patch-grouped #85

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/download-artifact action digest 65a9edc -> fa0a91b
actions/upload-artifact action digest 6546280 -> 0b2256b
awscli patch 2.17.5 -> 2.17.13 age adoption passing confidence
camunda/infraex-common-config action digest 1a3c016 -> 305746f
golang patch 1.22.4 -> 1.22.5 age adoption passing confidence
opentofu patch 1.7.2 -> 1.7.3 age adoption passing confidence
sigs.k8s.io/aws-iam-authenticator require patch v0.6.21 -> v0.6.22 age adoption passing confidence
terraform patch 1.9.0 -> 1.9.2 age adoption passing confidence
tfsec patch 1.28.6 -> 1.28.10 age adoption passing confidence

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


Release Notes

aws/aws-cli (awscli) ### [`v2.17.13`](https://togithub.com/aws/aws-cli/compare/2.17.12...2.17.13) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.12...2.17.13) ### [`v2.17.12`](https://togithub.com/aws/aws-cli/compare/2.17.11...2.17.12) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.11...2.17.12) ### [`v2.17.11`](https://togithub.com/aws/aws-cli/compare/2.17.10...2.17.11) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.10...2.17.11) ### [`v2.17.10`](https://togithub.com/aws/aws-cli/compare/2.17.9...2.17.10) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.9...2.17.10) ### [`v2.17.9`](https://togithub.com/aws/aws-cli/compare/2.17.8...2.17.9) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.8...2.17.9) ### [`v2.17.8`](https://togithub.com/aws/aws-cli/compare/2.17.7...2.17.8) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.7...2.17.8) ### [`v2.17.7`](https://togithub.com/aws/aws-cli/compare/2.17.6...2.17.7) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.6...2.17.7) ### [`v2.17.6`](https://togithub.com/aws/aws-cli/compare/2.17.5...2.17.6) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.17.5...2.17.6)
golang/go (golang) ### [`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5) [Compare Source](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5)
opentofu/opentofu (opentofu) ### [`v1.7.3`](https://togithub.com/opentofu/opentofu/releases/tag/v1.7.3) [Compare Source](https://togithub.com/opentofu/opentofu/compare/v1.7.2...v1.7.3) OpenTofu 1.7.3 is now out! The main improvement is a [bug fix for handling lower-case proxy environment variables](https://togithub.com/opentofu/opentofu/issues/1594). If you'd like to read about all the changes introduced, check out the detailed [changelog](https://togithub.com/opentofu/opentofu/blob/v1.7/CHANGELOG.md#173).
kubernetes-sigs/aws-iam-authenticator (sigs.k8s.io/aws-iam-authenticator) ### [`v0.6.22`](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.6.22) [Compare Source](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/compare/v0.6.21...v0.6.22) #### Changelog - [`af05168`](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/commit/af051688) Merge pull request [#​735](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/issues/735) from kmala/release-0.6 - [`308e9dc`](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/commit/308e9dc2) new release 0.6.22 - [`76d888d`](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/commit/76d888d6) Merge pull request [#​734](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/issues/734) from kmala/release-0.6 - [`8111680`](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/commit/81116802) update the go version to 1.22.5 - [`e7daa8f`](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/commit/e7daa8fc) Add unit test - [`6c15092`](https://togithub.com/kubernetes-sigs/aws-iam-authenticator/commit/6c15092c) skip service validation to get the default regions endpoint
hashicorp/terraform (terraform) ### [`v1.9.2`](https://togithub.com/hashicorp/terraform/releases/tag/v1.9.2) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.9.1...v1.9.2) ##### 1.9.2 (July 10, 2024) BUG FIXES: - core: Fix panic when self-referencing direct instances from `count` and `for_each` meta attributes. ([#​35432](https://togithub.com/hashicorp/terraform/pull/35432)) ### [`v1.9.1`](https://togithub.com/hashicorp/terraform/releases/tag/v1.9.1) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.9.0...v1.9.1) ##### 1.9.1 (Unreleased) UPGRADE NOTES: - Library used by Terraform (hashicorp/go-getter) for installing/updating modules was upgraded from v1.7.5 to v1.7.6. This addresses [CVE-2024-6257](https://nvd.nist.gov/vuln/detail/CVE-2024-6257). This change may have a negative effect on performance of `terraform init` or `terraform get` in case of larger git repositories. Please do file an issue if you find the performance difference noticable. ([#​35376](https://togithub.com/hashicorp/terraform/pull/35376)) BUG FIXES: - `terraform test`: Removed additional erroneous error message when referencing attributes that don't exist. ([#​35408](https://togithub.com/hashicorp/terraform/pull/35408)) - `import` blocks: Fix crash that occurs when incorrectly referencing the `to` resource from the `id` attribute. ([#​35420](https://togithub.com/hashicorp/terraform/pull/35420))
aquasecurity/tfsec (tfsec) ### [`v1.28.10`](https://togithub.com/aquasecurity/tfsec/releases/tag/v1.28.10) [Compare Source](https://togithub.com/aquasecurity/tfsec/compare/v1.28.9...v1.28.10) #### What's Changed - Goreleaser update by [@​simar7](https://togithub.com/simar7) in [https://github.com/aquasecurity/tfsec/pull/2149](https://togithub.com/aquasecurity/tfsec/pull/2149) **Full Changelog**: https://github.com/aquasecurity/tfsec/compare/v1.28.8...v1.28.10 ### [`v1.28.9`](https://togithub.com/aquasecurity/tfsec/releases/tag/v1.28.9) [Compare Source](https://togithub.com/aquasecurity/tfsec/compare/v1.28.8...v1.28.9) #### What's Changed - Goreleaser update by [@​simar7](https://togithub.com/simar7) in [https://github.com/aquasecurity/tfsec/pull/2149](https://togithub.com/aquasecurity/tfsec/pull/2149) **Full Changelog**: https://github.com/aquasecurity/tfsec/compare/v1.28.8...v1.28.9 ### [`v1.28.8`](https://togithub.com/aquasecurity/tfsec/releases/tag/v1.28.8) [Compare Source](https://togithub.com/aquasecurity/tfsec/compare/v1.28.7...v1.28.8) #### What's Changed - chore(deps): Fix goreleaser to use pinned version by [@​simar7](https://togithub.com/simar7) in [https://github.com/aquasecurity/tfsec/pull/2148](https://togithub.com/aquasecurity/tfsec/pull/2148) **Full Changelog**: https://github.com/aquasecurity/tfsec/compare/v1.28.7...v1.28.8 ### [`v1.28.7`](https://togithub.com/aquasecurity/tfsec/releases/tag/v1.28.7) [Compare Source](https://togithub.com/aquasecurity/tfsec/compare/v1.28.6...v1.28.7) #### What's Changed - fix: typo by [@​testwill](https://togithub.com/testwill) in [https://github.com/aquasecurity/tfsec/pull/2110](https://togithub.com/aquasecurity/tfsec/pull/2110) - Bumped Go-Getter due High Vulnerability CVE-2024-6257 by [@​jdesouza](https://togithub.com/jdesouza) in [https://github.com/aquasecurity/tfsec/pull/2145](https://togithub.com/aquasecurity/tfsec/pull/2145) - chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/aquasecurity/tfsec/pull/2146](https://togithub.com/aquasecurity/tfsec/pull/2146) - chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/aquasecurity/tfsec/pull/2147](https://togithub.com/aquasecurity/tfsec/pull/2147) #### New Contributors - [@​testwill](https://togithub.com/testwill) made their first contribution in [https://github.com/aquasecurity/tfsec/pull/2110](https://togithub.com/aquasecurity/tfsec/pull/2110) **Full Changelog**: https://github.com/aquasecurity/tfsec/compare/v1.28.6...v1.28.7

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: test/src/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.22.4 -> 1.22.5
renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.