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 #70

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
awscli patch 2.16.0 -> 2.16.4
camunda/infraex-common-config action digest 705df1a -> 51197ff
eksctl-io/eksctl minor 0.181.0 -> 0.182.0
go (source) toolchain patch 1.22.3 -> 1.22.4
golang patch 1.22.3 -> 1.22.4
just minor 1.27.0 -> 1.28.0
terraform patch 1.8.4 -> 1.8.5

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


Release Notes

aws/aws-cli (awscli) ### [`v2.16.4`](https://togithub.com/aws/aws-cli/compare/2.16.3...2.16.4) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.16.3...2.16.4) ### [`v2.16.3`](https://togithub.com/aws/aws-cli/compare/2.16.2...2.16.3) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.16.2...2.16.3) ### [`v2.16.2`](https://togithub.com/aws/aws-cli/compare/2.16.1...2.16.2) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.16.1...2.16.2) ### [`v2.16.1`](https://togithub.com/aws/aws-cli/compare/2.16.0...2.16.1) [Compare Source](https://togithub.com/aws/aws-cli/compare/2.16.0...2.16.1)
eksctl-io/eksctl (eksctl-io/eksctl) ### [`v0.182.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.182.0): eksctl 0.182.0 [Compare Source](https://togithub.com/eksctl-io/eksctl/compare/0.181.0...0.182.0) ### Release v0.182.0 #### šŸš€ Features - Added AWS G6 GPU instance support ([#​7819](https://togithub.com/eksctl-io/eksctl/issues/7819)) #### šŸ› Bug Fixes - Fix upgrading AL2 ARM64 nodegroups ([#​7821](https://togithub.com/eksctl-io/eksctl/issues/7821)) - Subnets availability validation should use AZs resolved by `EC2::DescribeSubnets` call ([#​7816](https://togithub.com/eksctl-io/eksctl/issues/7816)) - Fix Github workflow for updating generated files for default addons ([#​7766](https://togithub.com/eksctl-io/eksctl/issues/7766)) #### šŸ“ Documentation - Fix typo for iam policy ([#​7820](https://togithub.com/eksctl-io/eksctl/issues/7820)) - Fix formatting for notes in documentation ([#​7817](https://togithub.com/eksctl-io/eksctl/issues/7817)) #### Acknowledgments The eksctl maintainers would like to sincerely thank [@​practicusai](https://togithub.com/practicusai) and [@​richzw](https://togithub.com/richzw).
golang/go (go) ### [`v1.22.4`](https://togithub.com/golang/go/compare/go1.22.3...go1.22.4)
casey/just (just) ### [`v1.28.0`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1280---2024-06-05) [Compare Source](https://togithub.com/casey/just/compare/1.27.0...1.28.0) ##### Changed - Write shebang recipes to $XDG_RUNTIME_DIR ([#​2128](https://togithub.com/casey/just/pull/2128)) - Add `set dotenv-required` to require an environment file ([#​2116](https://togithub.com/casey/just/pull/2116)) - Don't display submodule recipes in `--list` ([#​2112](https://togithub.com/casey/just/pull/2112)) ##### Added - Allow listing recipes in submodules with `--list-submodules` ([#​2113](https://togithub.com/casey/just/pull/2113)) - Show recipes in submodules with `--show RECIPE::PATH` ([#​2111](https://togithub.com/casey/just/pull/2111)) - Add `--timestamp-format` ([#​2106](https://togithub.com/casey/just/pull/2106) by [neunenak](https://togithub.com/neunenak)) - Allow listing submodule recipes with `--list PATH` ([#​2108](https://togithub.com/casey/just/pull/2108)) - Print recipe command timestamps with `--timestamps` ([#​2084](https://togithub.com/casey/just/pull/2084) by [neunenak](https://togithub.com/neunenak)) - Add `module_file()` and `module_directory()` functions ([#​2105](https://togithub.com/casey/just/pull/2105)) ##### Fixed - Use space-separated recipe paths in `--choose` ([#​2115](https://togithub.com/casey/just/pull/2115)) - Fix bash completion for aliases ([#​2104](https://togithub.com/casey/just/pull/2104) by [laniakea64](https://togithub.com/laniakea64)) ##### Misc - Don't check in manpage ([#​2130](https://togithub.com/casey/just/pull/2130)) - Document default shell ([#​2129](https://togithub.com/casey/just/pull/2129)) - Remove duplicate section in Chinese readme ([#​2127](https://togithub.com/casey/just/pull/2127) by [potterxu](https://togithub.com/potterxu)) - Update Chinese readme ([#​2124](https://togithub.com/casey/just/pull/2124) by [potterxu](https://togithub.com/potterxu)) - Fix typo in readme ([#​2122](https://togithub.com/casey/just/pull/2122) by [potterxu](https://togithub.com/potterxu)) - Don't check in auto-generated completion scripts ([#​2120](https://togithub.com/casey/just/pull/2120)) - Document when dependencies run in readme ([#​2103](https://togithub.com/casey/just/pull/2103)) - Build aarch64-pc-windows-msvc release binaries ([#​2100](https://togithub.com/casey/just/pull/2100) by [alshdavid](https://togithub.com/alshdavid)) - Clarify that `dotenv-path`-given env file is required ([#​2099](https://togithub.com/casey/just/pull/2099)) - Print multi-line doc comments before recipe in `--list` ([#​2090](https://togithub.com/casey/just/pull/2090)) - List unsorted imported recipes by import depth and offset ([#​2092](https://togithub.com/casey/just/pull/2092)) - Update README.md ([#​2091](https://togithub.com/casey/just/pull/2091) by [laniakea64](https://togithub.com/laniakea64))
hashicorp/terraform (terraform) ### [`v1.8.5`](https://togithub.com/hashicorp/terraform/releases/tag/v1.8.5) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.8.4...v1.8.5) #### 1.8.5 (June 5, 2024) BUG FIXES: - `terraform test`: Remove duplicate warning diagnostic when providing values for unknown variables in run blocks. ([#​35172](https://togithub.com/hashicorp/terraform/issues/35172))

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.