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.30.4 #6411

Merged
merged 1 commit into from
Aug 15, 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
6 changes: 3 additions & 3 deletions .github/test_dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
e2e:
kind:
# renovate: datasource=docker depName=kindest/node versioning=docker
- 'v1.30.3'
- 'v1.30.4'
# renovate: datasource=docker depName=kindest/node@only-patch packageName=kindest/node versioning=docker
- 'v1.28.9'
# renovate: datasource=docker depName=kindest/node@only-patch packageName=kindest/node versioning=docker
Expand All @@ -18,7 +18,7 @@ e2e:
# used directly in the test matrix `include` section.
istio:
- # renovate: datasource=docker depName=kindest/node versioning=docker
kind: 'v1.30.3'
kind: 'v1.30.4'
# renovate: datasource=docker depName=istio/istioctl versioning=docker
istio: '1.22.3'
- # renovate: datasource=docker depName=kindest/node@only-patch versioning=docker
Expand Down Expand Up @@ -46,7 +46,7 @@ integration:
# renovate: datasource=helm depName=kong registryUrl=https://charts.konghq.com versioning=helm
kong: '2.40.0'
# renovate: datasource=docker depName=kindest/node versioning=docker
kind: 'v1.30.3'
kind: 'v1.30.4'
# renovate: datasource=docker depName=kong versioning=docker
kong-oss: '3.7.1'
# renovate: datasource=docker depName=kong/kong-gateway versioning=docker
Expand Down
Loading