Skip to content

Commit

Permalink
fix(deps): update patch-grouped (#203)
Browse files Browse the repository at this point in the history
* fix(deps): update patch-grouped

| datasource      | package                                  | from    | to      |
| --------------- | ---------------------------------------- | ------- | ------- |
| github-tags     | antonbabenko/pre-commit-terraform        | v1.96.2 | v1.96.3 |
| github-tags     | aws/aws-cli                              | 2.22.22 | 2.22.26 |
| go              | github.com/aws/aws-sdk-go-v2/service/rds | v1.93.1 | v1.93.2 |
| github-releases | opentofu/opentofu                        | 1.8.7   | 1.8.8   |
| github-tags     | rhysd/actionlint                         | v1.7.4  | v1.7.5  |

* fix: add new tf docs output

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Langleu <[email protected]>
  • Loading branch information
renovate[bot] and Langleu authored Jan 2, 2025
1 parent 743b807 commit 0d78929
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.5
hooks:
- id: actionlint-docker

Expand All @@ -41,7 +41,7 @@ repos:
args: [--strict, --force-scope]

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.96.2
rev: v1.96.3
hooks:
- id: terraform_fmt
- id: terraform_tflint
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

awscli 2.22.22
awscli 2.22.26

# renovate: datasource=github-tags depName=eksctl-io/eksctl
eksctl 0.199.0
Expand All @@ -22,7 +22,7 @@ golang 1.23.4

just 1.38.0

opentofu 1.8.7
opentofu 1.8.8

pre-commit 4.0.1

Expand Down
26 changes: 26 additions & 0 deletions examples/camunda-8.6-irsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,29 @@

This folder describes the IaC of Camunda 8.6 on AWS EKS with IRSA.
Instructions can be found on the official documentation: https://docs.camunda.io/docs/self-managed/setup/deploy/amazon/amazon-eks/eks-terraform/

<!-- BEGIN_TF_DOCS -->
## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
## Resources

No resources.
## Inputs

No inputs.
## Outputs

| Name | Description |
|------|-------------|
| <a name="output_aurora_iam_role_arns"></a> [aurora\_iam\_role\_arns](#output\_aurora\_iam\_role\_arns) | Map of IAM role names to their ARNs |
| <a name="output_cert_manager_arn"></a> [cert\_manager\_arn](#output\_cert\_manager\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the cert-manager |
| <a name="output_external_dns_arn"></a> [external\_dns\_arn](#output\_external\_dns\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the external-dns |
| <a name="output_opensearch_endpoint"></a> [opensearch\_endpoint](#output\_opensearch\_endpoint) | The OpenSearch endpoint URL |
| <a name="output_opensearch_iam_role_arns"></a> [opensearch\_iam\_role\_arns](#output\_opensearch\_iam\_role\_arns) | Map of IAM role names to their ARNs |
| <a name="output_postgres_endpoint"></a> [postgres\_endpoint](#output\_postgres\_endpoint) | The Postgres endpoint URL |
<!-- END_TF_DOCS -->
24 changes: 24 additions & 0 deletions examples/camunda-8.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,27 @@

This folder describes the IaC of Camunda 8.6 on AWS EKS.
Instructions can be found on the official documentation: https://docs.camunda.io/docs/self-managed/setup/deploy/amazon/amazon-eks/eks-terraform/

<!-- BEGIN_TF_DOCS -->
## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
## Resources

No resources.
## Inputs

No inputs.
## Outputs

| Name | Description |
|------|-------------|
| <a name="output_cert_manager_arn"></a> [cert\_manager\_arn](#output\_cert\_manager\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the cert-manager |
| <a name="output_external_dns_arn"></a> [external\_dns\_arn](#output\_external\_dns\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the external-dns |
| <a name="output_opensearch_endpoint"></a> [opensearch\_endpoint](#output\_opensearch\_endpoint) | The OpenSearch endpoint URL |
| <a name="output_postgres_endpoint"></a> [postgres\_endpoint](#output\_postgres\_endpoint) | The Postgres endpoint URL |
<!-- END_TF_DOCS -->
26 changes: 26 additions & 0 deletions examples/camunda-8.7-irsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,29 @@

This folder describes the IaC of Camunda 8.7 on AWS EKS with IRSA.
Instructions can be found on the official documentation: https://docs.camunda.io/docs/self-managed/setup/deploy/amazon/amazon-eks/eks-terraform/

<!-- BEGIN_TF_DOCS -->
## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
## Resources

No resources.
## Inputs

No inputs.
## Outputs

| Name | Description |
|------|-------------|
| <a name="output_aurora_iam_role_arns"></a> [aurora\_iam\_role\_arns](#output\_aurora\_iam\_role\_arns) | Map of IAM role names to their ARNs |
| <a name="output_cert_manager_arn"></a> [cert\_manager\_arn](#output\_cert\_manager\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the cert-manager |
| <a name="output_external_dns_arn"></a> [external\_dns\_arn](#output\_external\_dns\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the external-dns |
| <a name="output_opensearch_endpoint"></a> [opensearch\_endpoint](#output\_opensearch\_endpoint) | The OpenSearch endpoint URL |
| <a name="output_opensearch_iam_role_arns"></a> [opensearch\_iam\_role\_arns](#output\_opensearch\_iam\_role\_arns) | Map of IAM role names to their ARNs |
| <a name="output_postgres_endpoint"></a> [postgres\_endpoint](#output\_postgres\_endpoint) | The Postgres endpoint URL |
<!-- END_TF_DOCS -->
24 changes: 24 additions & 0 deletions examples/camunda-8.7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,27 @@

This folder describes the IaC of Camunda 8.7 on AWS EKS.
Instructions can be found on the official documentation: https://docs.camunda.io/docs/self-managed/setup/deploy/amazon/amazon-eks/eks-terraform/

<!-- BEGIN_TF_DOCS -->
## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
## Resources

No resources.
## Inputs

No inputs.
## Outputs

| Name | Description |
|------|-------------|
| <a name="output_cert_manager_arn"></a> [cert\_manager\_arn](#output\_cert\_manager\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the cert-manager |
| <a name="output_external_dns_arn"></a> [external\_dns\_arn](#output\_external\_dns\_arn) | The Amazon Resource Name (ARN) of the AWS IAM Roles for Service Account mapping for the external-dns |
| <a name="output_opensearch_endpoint"></a> [opensearch\_endpoint](#output\_opensearch\_endpoint) | The OpenSearch endpoint URL |
| <a name="output_postgres_endpoint"></a> [postgres\_endpoint](#output\_postgres\_endpoint) | The Postgres endpoint URL |
<!-- END_TF_DOCS -->
2 changes: 1 addition & 1 deletion test/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/iam v1.38.3
github.com/aws/aws-sdk-go-v2/service/kms v1.37.8
github.com/aws/aws-sdk-go-v2/service/opensearch v1.45.1
github.com/aws/aws-sdk-go-v2/service/rds v1.93.1
github.com/aws/aws-sdk-go-v2/service/rds v1.93.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3
github.com/aws/smithy-go v1.22.1
Expand Down
2 changes: 2 additions & 0 deletions test/src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ github.com/aws/aws-sdk-go-v2/service/rds v1.92.0 h1:W0gUYAjO24u/M6tpR041wMHJWGzl
github.com/aws/aws-sdk-go-v2/service/rds v1.92.0/go.mod h1:ADD2uROOoEIXjbjDPEvDDZWnGmfKFYMddgKwG5RlBGw=
github.com/aws/aws-sdk-go-v2/service/rds v1.93.1 h1:v5ip0TLUaZqECeHBeBsCR3sTroCUFM1gcUY6vfqyHYM=
github.com/aws/aws-sdk-go-v2/service/rds v1.93.1/go.mod h1:QEpwiX4BS6nos2d/ele6gRGalNW0Hzc1TZMmhkywQb0=
github.com/aws/aws-sdk-go-v2/service/rds v1.93.2 h1:Fv2//DyCH9n6LqEOvpeIFYYRfIhvjhrLk5qhrYMjDGE=
github.com/aws/aws-sdk-go-v2/service/rds v1.93.2/go.mod h1:QEpwiX4BS6nos2d/ele6gRGalNW0Hzc1TZMmhkywQb0=
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.2 h1:wmt05tPp/CaRZpPV5B4SaJ5TwkHKom07/BzHoLdkY1o=
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.2/go.mod h1:d+K9HESMpGb1EU9/UmmpInbGIUcAkwmcY6ZO/A3zZsw=
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.0 h1:2dSm7frMrw2tdJ0QvyccQNJyPGaP24dyDgZ6h1QJMGU=
Expand Down

0 comments on commit 0d78929

Please sign in to comment.