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 e2e tests deps #6852

Merged
merged 1 commit into from
Dec 17, 2024
Merged
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
16 changes: 9 additions & 7 deletions .github/test_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ e2e:
# renovate: datasource=docker depName=kindest/node versioning=docker
- 'v1.32.0'
# renovate: datasource=docker depName=kindest/node@only-patch packageName=kindest/node versioning=docker
- 'v1.31.4'
# renovate: datasource=docker depName=kindest/node@only-patch packageName=kindest/node versioning=docker
- 'v1.30.8'
# renovate: datasource=docker depName=kindest/node@only-patch packageName=kindest/node versioning=docker
- 'v1.29.12'
Expand All @@ -14,21 +16,21 @@ e2e:
# used directly in the test matrix `include` section.
istio:
- # renovate: datasource=docker depName=kindest/node versioning=docker
kind: 'v1.32.0'
kind: 'v1.31.4'
# renovate: datasource=docker depName=istio/istioctl versioning=docker
istio: '1.24.1'
- # renovate: datasource=docker depName=kindest/node@only-patch versioning=docker
kind: 'v1.30.3'
kind: 'v1.30.8'
# renovate: datasource=docker depName=istio/istioctl@only-patch versioning=docker
istio: '1.22.3'
istio: '1.23.3'
- # renovate: datasource=docker depName=kindest/node@only-patch versioning=docker
kind: 'v1.29.4'
kind: 'v1.30.8'
# renovate: datasource=docker depName=istio/istioctl@only-patch versioning=docker
istio: '1.21.2'
istio: '1.22.3'
- # renovate: datasource=docker depName=kindest/node@only-patch versioning=docker
kind: 'v1.29.8'
kind: 'v1.29.12'
# renovate: datasource=docker depName=istio/istioctl@only-patch versioning=docker
istio: '1.20.7'
istio: '1.21.2'

# renovate: datasource=helm depName=kuma registryUrl=https://kumahq.github.io/charts versioning=helm
kuma: '2.9.2'
Expand Down
Loading