Skip to content

Commit

Permalink
ci: update cilium-cli using renovate bot
Browse files Browse the repository at this point in the history
Note that the v1.10 workflows aren't updated because these need to stay
on cilium-cli v0.10.x for compatibility reasons, see
https://github.com/cilium/cilium-cli#releases

Example PR: tklauser#489

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser authored and pchaigno committed Feb 21, 2023
1 parent e8e5952 commit 02cc861
Show file tree
Hide file tree
Showing 37 changed files with 47 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,17 @@
// to match the digest to the pinned version. It will not work without it.
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\""
]
},
{
"fileMatch": [
"^\\.github/workflows/[^/]+\\.yaml$"
],
// This regex manages version strings in GitHub actions workflow files,
// similar to the examples shown here:
// https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+_version: (?<currentValue>.*)",
]
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/conformance-aks-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ env:
location: westeurope
cost_reduction: --node-vm-size Standard_B2s --node-osdisk-size 30
k8s_version: 1.23
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-aks-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ env:
location: westeurope
cost_reduction: --node-vm-size Standard_B2s --node-osdisk-size 30
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-aks-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ env:
location: westeurope
cost_reduction: --node-vm-size Standard_B2s --node-osdisk-size 30
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ env:
name: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
location: westeurope
cost_reduction: --node-vm-size Standard_B2s --node-osdisk-size 30
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-aws-cni-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
k8s_version: 1.23
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-aws-cni-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-aws-cni-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-aws-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ concurrency:
env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-eks-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
k8s_version: 1.23
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-eks-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-eks-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ concurrency:
env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
region: us-east-2
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
eksctl_version: v0.122.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-externalworkloads-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ env:
zone: us-west2-a
vmStartupScript: .github/gcp-vm-startup.sh
k8s_version: 1.23
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-externalworkloads-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ env:
zone: us-west2-a
vmStartupScript: .github/gcp-vm-startup.sh
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-externalworkloads-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ env:
zone: us-west2-a
vmStartupScript: .github/gcp-vm-startup.sh
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ env:
vmName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-vm
zone: us-west2-a
vmStartupScript: .github/gcp-vm-startup.sh
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-gateway-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
minikube_version: 1.28.0
gateway_api_version: v0.5.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-gke-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
zone: us-west2-a
k8s_version: 1.23
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-gke-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
zone: us-west2-a
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-gke-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
zone: us-west2-a
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ concurrency:
env:
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
zone: us-west2-a
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-ingress-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
minikube_version: 1.28.0
timeout: 5m
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-ingress-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
minikube_version: 1.28.0
timeout: 5m
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
minikube_version: 1.28.0
timeout: 5m
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-k8s-network-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions: read-all

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
KIND_VERSION: v0.17.0
KIND_CONFIG: .github/kind-config.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:
env:
kind_version: v0.17.0
kind_config: .github/kind-config.yaml
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-multicluster-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ env:
zone: us-west2-a
firewallRuleName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-rule
k8s_version: 1.23
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-multicluster-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ env:
zone: us-west2-a
firewallRuleName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-rule
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-multicluster-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ env:
zone: us-west2-a
firewallRuleName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-rule
k8s_version: 1.24
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-multicluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ env:
clusterNameBase: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-mesh
zone: us-west2-a
firewallRuleName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-rule
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USE_GKE_GCLOUD_AUTH_PLUGIN: True
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-l4lb-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-l4lb-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-l4lb-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-l4lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-smoke-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
KIND_VERSION: v0.17.0
KIND_CONFIG: .github/kind-config-ipv6.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.12.12
KIND_VERSION: v0.17.0
KIND_CONFIG: .github/kind-config.yaml
Expand Down

0 comments on commit 02cc861

Please sign in to comment.