Skip to content

Commit 4aba555

Browse files
fix(deps): update patch-grouped (#241)
| datasource | package | from | to | | --------------- | --------------------------------------- | ------- | ------- | | github-tags | adrienverge/yamllint | v1.36.0 | v1.36.2 | | github-tags | aws/aws-cli | 2.24.20 | 2.24.24 | | helm | camunda-platform | 11.2.1 | 11.2.2 | | github-tags | camunda/infraex-common-config | 1.3.0 | 1.3.1 | | go | github.com/aws/aws-sdk-go-v2/service/s3 | v1.78.1 | v1.78.2 | | github-releases | gotestyourself/gotestsum | v1.12.0 | v1.12.1 | | go | k8s.io/api | v0.32.2 | v0.32.3 | | go | k8s.io/apimachinery | v0.32.2 | v0.32.3 | | go | k8s.io/client-go | v0.32.2 | v0.32.3 | | github-releases | hashicorp/terraform | 1.11.1 | 1.11.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 873f786 commit 4aba555

File tree

13 files changed

+32
-22
lines changed

13 files changed

+32
-22
lines changed

.github/workflows/daily-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Install asdf tools with cache
41-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
41+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
4242

4343
- name: Use repo .tool-version as global version
4444
run: cp .tool-versions ~/.tool-versions
@@ -93,7 +93,7 @@ jobs:
9393
- name: Notify in Slack in case of failure
9494
id: slack-notification
9595
if: failure() && github.event_name == 'schedule' && steps.retry-delete-orphaned-resources.outcome == 'failure'
96-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
96+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
9797
with:
9898
vault_addr: ${{ secrets.VAULT_ADDR }}
9999
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Notify in Slack in case of failure
2121
id: slack-notification
2222
if: failure() && github.event_name == 'schedule'
23-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
23+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
2424
with:
2525
vault_addr: ${{ secrets.VAULT_ADDR }}
2626
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Notify in Slack in case of failure
4747
id: slack-notification
4848
if: failure() && github.event_name == 'schedule'
49-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
49+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
5050
with:
5151
vault_addr: ${{ secrets.VAULT_ADDR }}
5252
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ on:
99

1010
jobs:
1111
lint:
12-
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
12+
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
1313
secrets: inherit

.github/workflows/renovate-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ concurrency:
1111

1212
jobs:
1313
renovate-automerge:
14-
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
14+
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
1515
secrets: inherit

.github/workflows/test-gha-eks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fetch-depth: 0
8181

8282
- name: Install asdf tools with cache
83-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
83+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
8484

8585
- name: Get Cluster Info
8686
id: commit_info
@@ -233,7 +233,7 @@ jobs:
233233
- name: Notify in Slack in case of failure
234234
id: slack-notification
235235
if: failure() && github.event_name == 'schedule'
236-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
236+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
237237
with:
238238
vault_addr: ${{ secrets.VAULT_ADDR }}
239239
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115115

116116
- name: Install asdf tools with cache
117-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
117+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
118118

119119
- name: Import Secrets
120120
id: secrets
@@ -206,7 +206,7 @@ jobs:
206206
fetch-depth: 0
207207

208208
- name: Install asdf tools with cache
209-
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
209+
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
210210

211211
- name: Import Secrets
212212
id: secrets
@@ -250,7 +250,7 @@ jobs:
250250
- name: Notify in Slack in case of failure
251251
id: slack-notification
252252
if: github.event_name == 'schedule'
253-
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0
253+
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6dc218bf7ee3812a4b6b13c305bce60d5d1d46e5 # 1.3.1
254254
with:
255255
vault_addr: ${{ secrets.VAULT_ADDR }}
256256
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/camunda/infraex-common-config
6-
rev: 1.3.0 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
6+
rev: 1.3.1 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
77
hooks:
88
- id: update-action-readmes-docker
99

@@ -62,7 +62,7 @@ repos:
6262
- id: go-mod-tidy
6363

6464
- repo: https://github.com/adrienverge/yamllint
65-
rev: v1.36.0
65+
rev: v1.36.2
6666
hooks:
6767
- id: yamllint
6868
args: [-c, .yamllint.yaml]

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# check it with
1414
# 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"
1515

16-
awscli 2.24.20
16+
awscli 2.24.24
1717

1818
# renovate: datasource=github-tags depName=eksctl-io/eksctl
1919
eksctl 0.205.0
@@ -28,7 +28,7 @@ opentofu 1.9.0
2828

2929
pre-commit 4.1.0
3030

31-
terraform 1.11.1
31+
terraform 1.11.2
3232

3333
terraform-docs 0.19.0
3434

examples/camunda-8.6/procedure/chart-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export REGION="$AWS_REGION"
33

44
# The Camunda 8 Helm Chart version
55
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io
6-
export CAMUNDA_HELM_CHART_VERSION="11.2.1"
6+
export CAMUNDA_HELM_CHART_VERSION="11.2.2"

0 commit comments

Comments
 (0)