Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update patch-grouped (main) #393

Merged
merged 7 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@506a1e6eedf7d806d42bf5fdad8b0bd110841406 # 1.2.13
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
17 changes: 10 additions & 7 deletions .github/workflows/nightly_aws_operational_procedure_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,22 @@ 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
# renovate: datasource=helm depName=camunda-platform registryUrl=https://helm.camunda.io versioning=regex:11(\.(?<minor>\d+))?(\.(?<patch>\d+))?$
c86_old=OLD.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=11.1.1
# for not messing up with renovate, we add the prefix "OLD" in the next step

# 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

if [ "${{ inputs.helm-versions }}" == "" ]; then
versions='{"helm-version":["'${c84}'","'${c85}'","'${c86}'","'${c86_old}'"]}'
versions='{"helm-version":["'${c84}'","'${c85}'","'${c86}'","'OLD.${c86_old}'"]}'
else
output=$(echo "${{ inputs.helm-versions }}" | awk -F, '{
for(i=1;i<=NF;i++) {
Expand Down Expand Up @@ -255,7 +258,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
5 changes: 4 additions & 1 deletion .github/workflows/scripts/c8_namespace_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ fi

# For new versions bump -A argument by 1
# It greps the c8-version and the next x lines
versions=$(grep 'id: generate-matrix' -A 12 "$1" | awk '/generate-matrix/ {flag=1; next} flag {print $1}')
versions=$(grep 'id: generate-matrix' -A 16 "$1" | awk '/generate-matrix/ {flag=1; next} flag {print $1}')

# add OLD. prefix to the old version to allow new and old procedure texting for the same version
versions="${versions//_old=/_old=OLD.}"

variables=("CLUSTER_0_NAMESPACE" "CLUSTER_1_NAMESPACE" "CLUSTER_0_NAMESPACE_FAILOVER" "CLUSTER_1_NAMESPACE_FAILOVER")

Expand Down
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
18 changes: 12 additions & 6 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@
# as the version but the Docker tag/Github tag is actually v1.2.3 #
# #
################################################################################

awscli 2.23.2
#
# /!\ Please maintain this file sorted alphabetically.
# 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"

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

golang 1.23.4
awscli 2.23.2

golang 1.23.5

helm 3.17.0

kubectl 1.32.0
just 1.38.0

kubectl 1.32.1

pre-commit 4.0.1

Expand All @@ -28,4 +34,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
19 changes: 19 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# this file is a recipe file for the project

# Install all the tooling
install-tooling: asdf-install

# Install asdf plugins
asdf-plugins:
#!/bin/sh
echo "Installing asdf plugins"
for plugin in $(awk '{print $1}' .tool-versions); do \
asdf plugin add ${plugin} 2>&1 | (grep "already added" && exit 0); \
done

echo "Update all asdf plugins"
asdf plugin update --all

# Install tools using asdf
asdf-install: asdf-plugins
asdf install
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
Loading