Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| datasource      | package                       | from    | to      |
| --------------- | ----------------------------- | ------- | ------- |
| github-tags     | aws/aws-cli                   | 2.22.10 | 2.22.12 |
| github-tags     | camunda/camunda-tf-eks-module | 3.1.0   | 3.1.1   |
| github-releases | opentofu/opentofu             | 1.8.6   | 1.8.7   |
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 290162e commit 7586c63
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/actions/aurora-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
id: utility
# see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet
# steps.uses cannot access the github context.
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@4335797c2b885b6b08503567dbb45fe66c465d57 # 3.1.0
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@fad51573eb6359ed40841ce6fd8b43f50bd0c00e # 3.1.1
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.terraform-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/eks-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
# see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet
# steps.uses cannot access the github context.
# uses: ${{ github.action_repository }}/utility-action@${{ github.action_ref }}
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@4335797c2b885b6b08503567dbb45fe66c465d57 # 3.1.0
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@fad51573eb6359ed40841ce6fd8b43f50bd0c00e # 3.1.1
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.terraform-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/opensearch-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
steps:
- name: Use Utility Actions
id: utility
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@4335797c2b885b6b08503567dbb45fe66c465d57 # 3.1.0
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@fad51573eb6359ed40841ce6fd8b43f50bd0c00e # 3.1.1
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.tf-terraform-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"

- name: Restore lychee cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: .lycheecache
key: cache-lychee-${{ env.TIMESTAMP }}
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.10
awscli 2.22.12

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

just 1.37.0

opentofu 1.8.6
opentofu 1.8.7

pre-commit 4.0.1

Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6-irsa/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6-irsa/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6-irsa/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7-irsa/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7-irsa/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7-irsa/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.0"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down

0 comments on commit 7586c63

Please sign in to comment.