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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
awscli minor 2.15.58 -> 2.16.0
eksctl-io/eksctl minor 0.179.0 -> 0.181.0
gotestyourself/gotestsum minor v1.11.0 -> v1.12.0
opentofu patch 1.7.1 -> 1.7.2
terraform-docs minor 0.17.0 -> 0.18.0

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


Release Notes

aws/aws-cli (awscli) ### [`v2.16.0`](https://togithub.com/aws/aws-cli/compare/2.15.62...2.16.0) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.15.62...2.16.0) ### [`v2.15.62`](https://togithub.com/aws/aws-cli/compare/2.15.61...2.15.62) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.15.61...2.15.62) ### [`v2.15.61`](https://togithub.com/aws/aws-cli/compare/2.15.60...2.15.61) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.15.60...2.15.61) ### [`v2.15.60`](https://togithub.com/aws/aws-cli/compare/2.15.59...2.15.60) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.15.59...2.15.60) ### [`v2.15.59`](https://togithub.com/aws/aws-cli/compare/2.15.58...2.15.59) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.15.58...2.15.59)
eksctl-io/eksctl (eksctl-io/eksctl) ### [`v0.181.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.181.0): eksctl 0.181.0 [Compare Source](https://togithub.com/eksctl-io/eksctl/compare/0.180.0...0.181.0) ### Release v0.181.0 #### πŸš€ Features - EKS-Addons support for pod identity associations ([#​7807](https://togithub.com/eksctl-io/eksctl/issues/7807)) ### [`v0.180.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.180.0): eksctl 0.180.0 [Compare Source](https://togithub.com/eksctl-io/eksctl/compare/0.179.0...0.180.0) ### Release v0.180.0 #### πŸ› Bug Fixes - Add option to create service account for pod identities which defaults to `false` ([#​7784](https://togithub.com/eksctl-io/eksctl/issues/7784))
gotestyourself/gotestsum (gotestyourself/gotestsum) ### [`v1.12.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.12.0) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.11.0...v1.12.0) #### What's Changed - filewatcher: silence warning from os.Stat failures by [@​smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371) - Add format-icons flag for nerdfonts instead of unicode by [@​afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/366](https://togithub.com/gotestyourself/gotestsum/pull/366) - Add support for gotestsum on illumos/amd64 by [@​szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373) - Improve warning message when stdin is not a terminal by [@​smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/374](https://togithub.com/gotestyourself/gotestsum/pull/374) - Used named constants instead of magic numbers in illumos-specific code by [@​szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/375](https://togithub.com/gotestyourself/gotestsum/pull/375) - Add Mattermost to README.md links by [@​lieut-data](https://togithub.com/lieut-data) in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378) - Update gotestsum retries to properly filter out parents when there is a a missing gap in the parent tree by [@​ddworken](https://togithub.com/ddworken) in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377) - Add Woodpecker CI to no-color default autodetection by [@​xoxys](https://togithub.com/xoxys) in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379) - Fix append bug in --rerun-fails with -run flag by [@​dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/382](https://togithub.com/gotestyourself/gotestsum/pull/382) - Add gofiber/fiber to list of projects by [@​gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389) - Updates to dependencies and GitHub workflows by [@​gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/390](https://togithub.com/gotestyourself/gotestsum/pull/390) #### New Contributors - [@​smoynes](https://togithub.com/smoynes) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371) - [@​szaydel](https://togithub.com/szaydel) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373) - [@​lieut-data](https://togithub.com/lieut-data) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378) - [@​ddworken](https://togithub.com/ddworken) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377) - [@​xoxys](https://togithub.com/xoxys) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379) - [@​gaby](https://togithub.com/gaby) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.11.0...v1.12.0
opentofu/opentofu (opentofu) ### [`v1.7.2`](https://togithub.com/opentofu/opentofu/releases/tag/v1.7.2) [Compare Source](https://togithub.com/opentofu/opentofu/compare/v1.7.1...v1.7.2) We're proud to announce that OpenTofu 1.7.2 is now officially out πŸŽ‰ This is a bugfix release and we encourage all OpenTofu 1.7.1 users to upgrade. **What’s New?** - Fixed - authorization header is not included for HTTP backends ([https://github.com/opentofu/opentofu/pull/1656](https://togithub.com/opentofu/opentofu/pull/1656)) - Fixed bug in import 'to' parsing in JSON configurations ([https://github.com/opentofu/opentofu/pull/1665](https://togithub.com/opentofu/opentofu/pull/1665)) - Fix bug where provider functions were unusable in variables and outputs ([https://github.com/opentofu/opentofu/pull/1689](https://togithub.com/opentofu/opentofu/pull/1689)) For all the features, see the [detailed changelog](https://togithub.com/opentofu/opentofu/blob/v1.7.2/CHANGELOG.md). You can find the full diff [here](https://togithub.com/opentofu/opentofu/compare/v1.7.1...v1.7.2?expand=1).
terraform-docs/terraform-docs (terraform-docs) ### [`v0.18.0`](https://togithub.com/terraform-docs/terraform-docs/releases/tag/v0.18.0) [Compare Source](https://togithub.com/terraform-docs/terraform-docs/compare/v0.17.0...v0.18.0) #### Notable Updates The most notable changes in this release are: - Resources can get ignored using `terraform-docs-ignore` comment: All types of resources can be ignored from the generated output by prepending them with a comment `terraform-docs-ignore`. ```hcl ################################################################## ``` ### All of the following will be ignored from the generated output \################################################################## ### terraform-docs-ignore resource "foo_resource" "foo" {} ### This resource is going to get ignored from generated ### output by using the following known comment. # ### terraform-docs-ignore # ### The ignore keyword also doesn't have to be the first, ### last, or the only thing in a leading comment resource "bar_resource" "bar" {} ### terraform-docs-ignore data "foo_data_resource" "foo" {} ### terraform-docs-ignore data "bar_data_resource" "bar" {} // terraform-docs-ignore module "foo" { source = "foo" version = "x.x.x" } ### terraform-docs-ignore variable "foo" { default = "foo" } // terraform-docs-ignore output "foo" { value = "foo" } ```` - Skip root module documentation while executing recursively: The main module document is generated by default, but should the main module document be excluded from document generation, `--recursive-include-main=false` can be used or alternatively in the `.terraform-docs.yml`: ```yml recursive: enabled: true path: modules include-main: false ```` #### Changelog ##### Features - [`943489c`](https://togithub.com/terraform-docs/terraform-docs/commit/943489c) Ignore inputs with terraform-docs-ignore comment - [`8f74fd4`](https://togithub.com/terraform-docs/terraform-docs/commit/8f74fd4) feat: ignore outputs, providers, resources with comments - [`d0862bd`](https://togithub.com/terraform-docs/terraform-docs/commit/d0862bd) Update Dockerfile FROM command to use non-ambiguous container sources - [`59eb90f`](https://togithub.com/terraform-docs/terraform-docs/commit/59eb90f) Make main module doc optional when in recursive generation ##### Bug Fixes - [`656f6a6`](https://togithub.com/terraform-docs/terraform-docs/commit/656f6a6) Fix output values with null - [`d5a55ae`](https://togithub.com/terraform-docs/terraform-docs/commit/d5a55ae) more fixes of binary name with missing s - [`1b2dbab`](https://togithub.com/terraform-docs/terraform-docs/commit/1b2dbab) more fixes of binary name with missing s - [`29e186a`](https://togithub.com/terraform-docs/terraform-docs/commit/29e186a) Fixed binary name in description output ##### Chores - [`5e77bcc`](https://togithub.com/terraform-docs/terraform-docs/commit/5e77bcc) Bump actions/checkout from 3 to 4 - [`21313cf`](https://togithub.com/terraform-docs/terraform-docs/commit/21313cf) Bump actions/setup-go from 3 to 5 - [`89b52d5`](https://togithub.com/terraform-docs/terraform-docs/commit/89b52d5) Bump alpine from 3.18.5 to 3.19.0 - [`01435d7`](https://togithub.com/terraform-docs/terraform-docs/commit/01435d7) Bump alpine from 3.19.0 to 3.19.1 - [`b87d0e0`](https://togithub.com/terraform-docs/terraform-docs/commit/b87d0e0) Bump alpine from 3.19.1 to 3.20.0 in /scripts/release - [`50a8858`](https://togithub.com/terraform-docs/terraform-docs/commit/50a8858) Bump codecov/codecov-action from 1 to 3 - [`e729518`](https://togithub.com/terraform-docs/terraform-docs/commit/e729518) Bump codecov/codecov-action from 3 to 4 - [`70ed14e`](https://togithub.com/terraform-docs/terraform-docs/commit/70ed14e) Bump dawidd6/action-homebrew-bump-formula from 3.10.1 to 3.11.0 - [`73ae81c`](https://togithub.com/terraform-docs/terraform-docs/commit/73ae81c) Bump dawidd6/action-homebrew-bump-formula from 3.8.0 to 3.10.1 - [`127dba6`](https://togithub.com/terraform-docs/terraform-docs/commit/127dba6) Bump docker/login-action from 1 to 3 - [`4dc7807`](https://togithub.com/terraform-docs/terraform-docs/commit/4dc7807) Bump github/codeql-action from 1 to 3 - [`7a00604`](https://togithub.com/terraform-docs/terraform-docs/commit/7a00604) Bump golang from 1.21.5-alpine to 1.22.1-alpine - [`a321c28`](https://togithub.com/terraform-docs/terraform-docs/commit/a321c28) Bump golang to 1.22.1 - [`d6331c1`](https://togithub.com/terraform-docs/terraform-docs/commit/d6331c1) Bump golang.org/x/net from 0.19.0 to 0.23.0 - [`5a70c7a`](https://togithub.com/terraform-docs/terraform-docs/commit/5a70c7a) Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 - [`ff0ce44`](https://togithub.com/terraform-docs/terraform-docs/commit/ff0ce44) Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 - [`ca3eea1`](https://togithub.com/terraform-docs/terraform-docs/commit/ca3eea1) Bump goreleaser/goreleaser-action from 2 to 5 - [`38fc0e6`](https://togithub.com/terraform-docs/terraform-docs/commit/38fc0e6) Bump softprops/action-gh-release from 1 to 2 - [`f92cf6f`](https://togithub.com/terraform-docs/terraform-docs/commit/f92cf6f) Bump version to v0.18.0-alpha - [`6041ae9`](https://togithub.com/terraform-docs/terraform-docs/commit/6041ae9) Change dependabot cadence to daily - [`159bc83`](https://togithub.com/terraform-docs/terraform-docs/commit/159bc83) Create dependabot file - [`e5a9ee0`](https://togithub.com/terraform-docs/terraform-docs/commit/e5a9ee0) --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... - [`75e05c0`](https://togithub.com/terraform-docs/terraform-docs/commit/75e05c0) --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... - [`228c7a7`](https://togithub.com/terraform-docs/terraform-docs/commit/228c7a7) Release version v0.18.0 - [`656aa7c`](https://togithub.com/terraform-docs/terraform-docs/commit/656aa7c) Update go crypto lib to v0.17.0 - [`2b71b4d`](https://togithub.com/terraform-docs/terraform-docs/commit/2b71b4d) chore: add release-cut workflow - [`d5e48a5`](https://togithub.com/terraform-docs/terraform-docs/commit/d5e48a5) chore: add scripts/release/ folder to dependabot - [`fde40b1`](https://togithub.com/terraform-docs/terraform-docs/commit/fde40b1) chore: bump alpine to 3.20.0 - [`b79a7c4`](https://togithub.com/terraform-docs/terraform-docs/commit/b79a7c4) chore: bump golang to 1.22.3 - [`288faea`](https://togithub.com/terraform-docs/terraform-docs/commit/288faea) chore: update dependencies - [`740e0a8`](https://togithub.com/terraform-docs/terraform-docs/commit/740e0a8) go get -u github.com/hashicorp/hcl/v2, update to v0.20.1 to support provider functions #### Docker images - `docker pull quay.io/terraform-docs/terraform-docs:latest` - `docker pull quay.io/terraform-docs/terraform-docs:0.18.0` #### Contributors Very special thanks to the contributors. - [@​blakegong](https://togithub.com/blakegong) - [@​brittandeyoung](https://togithub.com/brittandeyoung) - [@​honghee99](https://togithub.com/honghee99) - [@​kampka](https://togithub.com/kampka) - [@​EppO](https://togithub.com/EppO) - [@​goruha](https://togithub.com/goruha) - [@​idelsink](https://togithub.com/idelsink) - [@​khos2ow](https://togithub.com/khos2ow) - [@​lb1a](https://togithub.com/lb1a) - [@​tf-docs-bot](https://togithub.com/tf-docs-bot)

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.