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

chore(deps): update kindest/node docker tag to v1.29.2 (main) - autoclosed #604

Closed
wants to merge 2 commits into from
Closed
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/actions/ginkgo/main-k8s-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
- k8s-version: "1.29"
ip-family: "dual"
# renovate: datasource=docker
kube-image: "kindest/node:v1.29.1@sha256:0c06baa545c3bb3fbd4828eb49b8b805f6788e18ce67bff34706ffa91866558b"
kube-image: "kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245"
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: "bpf-next-20240215.093821@sha256:2fe708fb2ad623daa7a699a302c6e75e6847050909dd87017204f08a7401d4a0"

Expand Down
121 changes: 33 additions & 88 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@
],
"pinDigests": true,
"ignorePresets": [":prHourlyLimit2"],
"separateMajorMinor": true,
"separateMultipleMajor": true,
"separateMinorPatch": true,
// We don't want to separate major and minor upgrades in separate PRs since
// we can upgrade them together in a single PR.
"separateMajorMinor": false,
// We don't want to separate minor patch upgrades in separate PRs since
// we can upgrade them together in a single PR.
"separateMinorPatch": false,
"pruneStaleBranches": true,
"baseBranches": [
"main",
Expand All @@ -70,28 +73,28 @@
"stopUpdatingLabel": "renovate/stop-updating",
"packageRules": [
{
"groupName": "all github action dependencies",
"groupSlug": "all-github-action",
"matchPaths": [
".github/workflows/**"
],
"excludeDepNames": [
"cilium/little-vm-helper",
"quay.io/lvh-images/complexity-test",
"quay.io/lvh-images/kind",
"quay.io/cilium/kindest-node"
],
// Try to group all updates for all dependencies in a single PR. More
// specific packageRules are followed by this one.
"matchUpdateTypes": [
"major",
"minor",
"digest",
"patch",
"pin",
"pinDigest"
"pinDigest",
"digest",
"lockFileMaintenance",
"rollback",
"bump",
"replacement",
],
"groupName": "all-dependencies"
},
{
"groupName": "all github action dependencies",
"groupSlug": "all-github-action",
"matchPaths": [
".github/**"
],
"schedule": [
"on monday"
]
},
{
"matchPaths": [
Expand All @@ -113,14 +116,6 @@
// update source import paths on major updates
"gomodUpdateImportPaths"
],
"matchUpdateTypes": [
"major",
"minor",
"digest",
"patch",
"pin",
"pinDigest"
],
matchBaseBranches: [
"main"
]
Expand Down Expand Up @@ -198,6 +193,8 @@
]
},
{
// Grouped these together because they require a re-creation of the base
// image.
"groupName": "base-images",
"matchFiles": [
"images/builder/Dockerfile",
Expand All @@ -207,44 +204,6 @@
"docker.io/library/golang"
],
},
{
// Images that directly use docker.io/library/golang for building.
"groupName": "golang-images",
"matchFiles": [
"contrib/backporting/Dockerfile",
"images/cilium-docker-plugin/Dockerfile",
"images/clustermesh-apiserver/Dockerfile",
"images/hubble-relay/Dockerfile",
"images/operator/Dockerfile",
"images/kvstoremesh/Dockerfile"
],
},
{
// Images that directly use docker.io/library/alpine for building.
"groupName": "alpine-images",
"matchFiles": [
"contrib/coccinelle/Dockerfile",
"images/cache/Dockerfile",
"images/clustermesh-apiserver/Dockerfile",
"images/hubble-relay/Dockerfile",
"images/operator/Dockerfile",
"images/kvstoremesh/Dockerfile"
],
},
{
"groupName": "spire-images",
"matchFiles": [
"install/kubernetes/cilium/values.yaml.tmpl"
],
"matchPackageNames": [
"ghcr.io/spiffe/spire-agent",
"ghcr.io/spiffe/spire-server"
],
"matchBaseBranches": [
"main"
],
"allowedVersions": ">1.6"
},
{
"groupName": "spire-images",
"matchFiles": [
Expand Down Expand Up @@ -280,15 +239,6 @@
"v1.12"
],
},
{
"matchPackageNames": [
"docker.io/library/busybox"
],
"allowedVersions": ">=1.35",
"matchPaths": [
"install/kubernetes/cilium/templates/spire/**"
]
},
{
"matchPackageNames": [
"docker.io/library/golang",
Expand Down Expand Up @@ -347,6 +297,15 @@
"v1.12"
]
},
{
"matchPackageNames": [
"gcr.io/etcd-development/etcd"
],
"allowedVersions": "<3.16",
"matchBaseBranches": [
"v1.15"
]
},
{
"matchDepNames": [
"golang.zx2c4.com/wireguard"
Expand Down Expand Up @@ -455,20 +414,6 @@
"main"
],
},
{
"groupName": "all kind-images main",
"groupSlug": "all-kind-images-main",
"matchPackageNames": [
"kindest/node",
"quay.io/cilium/kindest-node"
],
"matchUpdateTypes": [
"digest",
"patch",
"pin",
"pinDigest"
],
},
{
// Do not allow any updates for major.minor, they will be done by maintainers
"enabled": false,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-clustermesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ env:
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
kind_version: v0.22.0
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2
cilium_cli_ci_version:
CILIUM_CLI_MODE: helm
clusterName1: cluster1-${{ github.run_id }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
cilium_cli_ci_version:
CILIUM_CLI_MODE: helm
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2

jobs:
kubernetes-e2e-net-conformance:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-k8s-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
cilium_cli_ci_version:
CILIUM_CLI_MODE: helm
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2

jobs:
kubernetes-e2e:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-clustermesh-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ env:
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
kind_version: v0.22.0
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2
cilium_cli_ci_version:

clusterName1: cluster1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ env:
cilium_cli_ci_version:
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2

jobs:
commit-status-start:
Expand Down
Loading