Skip to content

Commit

Permalink
fix(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| datasource      | package                                  | from    | to      |
| --------------- | ---------------------------------------- | ------- | ------- |
| github-releases | rhysd/actionlint                         | 1.7.6   | 1.7.7   |
| helm            | camunda-platform                         | 11.1.0  | 11.1.1  |
| helm            | camunda-platform                         | 10.4.6  | 10.4.7  |
| helm            | camunda-platform                         | 9.4.5   | 9.4.6   |
| github-tags     | camunda/infraex-common-config            | 1.2.11  | 1.2.12  |
| go              | github.com/aws/aws-sdk-go                | v1.55.5 | v1.55.6 |
| go              | github.com/aws/aws-sdk-go-v2/service/eks | v1.56.2 | v1.56.5 |
| github-tags     | golang/go                                | 1.23.4  | 1.23.5  |
| github-tags     | kubernetes/kubernetes                    | 1.32.0  | 1.32.1  |
| github-tags     | rhysd/actionlint                         | 1.7.6   | 1.7.7   |
| github-tags     | rhysd/actionlint                         | v1.7.6  | v1.7.7  |
| github-releases | aquasecurity/trivy                       | 0.58.1  | 0.58.2  |
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent d7753bd commit d97d461
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
lint:
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@08c796604f9b08614df763b333833dd1bdc037c0 # 1.2.11
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@41bed71d5715d2e2e83a83997a44be59fcddf615 # 1.2.12
secrets: inherit
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
steps:
- name: Notify in Slack in case of failure
id: slack-notification
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@08c796604f9b08614df763b333833dd1bdc037c0 # 1.2.11
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@41bed71d5715d2e2e83a83997a44be59fcddf615 # 1.2.12
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nightly_aws_operational_procedure_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ jobs:
id: generate-matrix
run: |
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^9(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
c84=9.4.5
c84=9.4.6
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^10(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
c85=10.4.6
c85=10.4.7
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:^11(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
c86=11.1.0
c86=11.1.1
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:11(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
c86_old=OLD.11.1.0
11.1.1

Check failure on line 152 in .github/workflows/nightly_aws_operational_procedure_stable.yml

View workflow job for this annotation

GitHub Actions / lint / pre-commit

152:2 syntax error: expected <block end>, but found '<scalar>' (syntax)
# Snapshot is used for namespace setup to do the DNS chaining tests with a static namespace. It's not used for the matrix.
# shellcheck disable=SC2034
c87=SNAPSHOT
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
steps:
- name: Notify in Slack in case of failure
id: slack-notification
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@08c796604f9b08614df763b333833dd1bdc037c0 # 1.2.11
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@41bed71d5715d2e2e83a83997a44be59fcddf615 # 1.2.12
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ concurrency:

jobs:
renovate-automerge:
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@08c796604f9b08614df763b333833dd1bdc037c0 # 1.2.11
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@41bed71d5715d2e2e83a83997a44be59fcddf615 # 1.2.12
secrets: inherit
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: terraform_fmt
- id: terraform_tflint
- repo: https://github.com/rhysd/actionlint
rev: v1.7.6
rev: v1.7.7
hooks:
- id: actionlint
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
- id: yamlfmt

- repo: https://github.com/camunda/infraex-common-config
rev: 1.2.11 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
rev: 1.2.12 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
hooks:
- id: update-action-readmes-docker

Expand Down
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
awscli 2.23.2

# renovate: datasource=github-tags depName=rhysd/actionlint
actionlint 1.7.6
actionlint 1.7.7

golang 1.23.4
golang 1.23.5

helm 3.17.0

kubectl 1.32.0
kubectl 1.32.1

pre-commit 4.0.1

Expand All @@ -28,4 +28,4 @@ terraform 1.10.4

tflint 0.55.0

trivy 0.58.1
trivy 0.58.2
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export CAMUNDA_NAMESPACE_1=camunda-paris
# The Helm release name used for installing Camunda 8 in both Kubernetes clusters
export HELM_RELEASE_NAME=camunda
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io
export HELM_CHART_VERSION=11.1.0
export HELM_CHART_VERSION=11.1.1
4 changes: 2 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module multiregiontests
go 1.22.0

require (
github.com/aws/aws-sdk-go v1.55.5
github.com/aws/aws-sdk-go v1.55.6
github.com/aws/aws-sdk-go-v2/config v1.29.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.200.0
github.com/aws/aws-sdk-go-v2/service/eks v1.56.2
github.com/aws/aws-sdk-go-v2/service/eks v1.56.5
github.com/camunda/camunda/clients/go/v8 v8.6.0-alpha5-rc2
github.com/gruntwork-io/terratest v0.48.1
github.com/stretchr/testify v1.10.0
Expand Down
4 changes: 4 additions & 0 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ github.com/aws/aws-sdk-go v1.54.20 h1:FZ2UcXya7bUkvkpf7TaPmiL7EubK0go1nlXGLRwEso
github.com/aws/aws-sdk-go v1.54.20/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk=
github.com/aws/aws-sdk-go v1.55.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go-v2 v1.27.2 h1:pLsTXqX93rimAOZG2FIYraDQstZaaGVVN4tNw65v0h8=
github.com/aws/aws-sdk-go-v2 v1.27.2/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM=
github.com/aws/aws-sdk-go-v2 v1.30.0 h1:6qAwtzlfcTtcL8NHtbDQAqgM5s6NDipQTkPxyH/6kAA=
Expand Down Expand Up @@ -551,6 +553,8 @@ github.com/aws/aws-sdk-go-v2/service/eks v1.56.0 h1:x31cGGE/t/QkrHVh5m2uWvYwDiaD
github.com/aws/aws-sdk-go-v2/service/eks v1.56.0/go.mod h1:kNUWaiotRWCnfQlprrxSMg8ALqbZyA9xLCwKXuLumSk=
github.com/aws/aws-sdk-go-v2/service/eks v1.56.2 h1:NXxglcZhHubtK2SgqavDGkbArM4NYI7QvLr+FpOL3Oo=
github.com/aws/aws-sdk-go-v2/service/eks v1.56.2/go.mod h1:KkH+D6VJmtIVGD9KTxB9yZu4hQP7s9kxWn8lLb7tmVg=
github.com/aws/aws-sdk-go-v2/service/eks v1.56.5 h1:AoVtICtIPSSgRJzNhT5A6IAP9kNbah2jJu1MAnBkHtM=
github.com/aws/aws-sdk-go-v2/service/eks v1.56.5/go.mod h1:6gWwo7rT4qfYVHwJnj0nUM4DP+XuURcTO+89H8dCvrM=
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1 h1:hfkzDZHBp9jAT4zcd5mtqckpU4E3Ax0LQaEWWk1VgN8=
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1/go.mod h1:u36ahDtZcQHGmVm/r+0L1sfKX4fzLEMdCqiKRKkUMVM=
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 h1:Ji0DY1xUsUr3I8cHps0G+XM3WWU16lP6yG8qu1GAZAs=
Expand Down
2 changes: 1 addition & 1 deletion test/multi_region_aws_camunda_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (

var (
// renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io
remoteChartVersion = helpers.GetEnv("HELM_CHART_VERSION", "11.1.0")
remoteChartVersion = helpers.GetEnv("HELM_CHART_VERSION", "11.1.1")
remoteChartName = helpers.GetEnv("HELM_CHART_NAME", "camunda/camunda-platform") // allows using OCI registries
globalImageTag = helpers.GetEnv("GLOBAL_IMAGE_TAG", "") // allows overwriting the image tag via GHA of every Camunda image
clusterName = helpers.GetEnv("CLUSTER_NAME", "nightly") // allows supplying random cluster name via GHA
Expand Down

0 comments on commit d97d461

Please sign in to comment.