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 quay.io/lvh-images/kind docker tag to v6.6-20240221.111541 (v1.14) #30979

Merged
merged 1 commit into from
Feb 27, 2024
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.
Jump to
Jump to file
Failed to load files.
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 @@ -6,7 +6,7 @@ include:
# renovate: datasource=docker
kube-image: "kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72"
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: "6.6-20240208.105738@sha256:2ae01ae28d314dfc527ca97ea16afaa1ac98c21954139f55652b5d5383ad7910"
kernel: "6.6-20240221.111541@sha256:a79ede4451aff06254365830b1be91158cbb262d36f55a51db5b4df68ffe860d"

- k8s-version: "1.26"
ip-family: "dual"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: '7'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.6-20240208.105738'
kernel: '6.6-20240221.111541'
kube-proxy: 'none'
kpr: 'true'
devices: '{eth0,eth1}'
Expand All @@ -148,7 +148,7 @@ jobs:

- name: '8'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.6-20240208.105738'
kernel: '6.6-20240221.111541'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'geneve'
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

- name: '12'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.6-20240208.105738'
kernel: '6.6-20240221.111541'
kube-proxy: 'none'
kpr: 'true'
devices: '{eth0,eth1}'
Expand All @@ -224,7 +224,7 @@ jobs:

- name: '14'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.6-20240208.105738'
kernel: '6.6-20240221.111541'
kube-proxy: 'none'
kpr: 'true'
devices: '{eth0,eth1}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-ipsec-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: '4'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.6-20240208.105738'
kernel: '6.6-20240221.111541'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'geneve'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
test-name: runtime-tests
install-dependencies: true
# renovate: datasource=docker depName=quay.io/lvh-images/kind
image-version: 6.6-20240208.105738@sha256:2ae01ae28d314dfc527ca97ea16afaa1ac98c21954139f55652b5d5383ad7910
image-version: 6.6-20240221.111541
host-mount: ./
cpu: 4
mem: 12G
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-datapath-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- kernel: '6.1-20240208.105738'
ci-kernel: '61'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
- kernel: '6.6-20240208.105738'
- kernel: '6.6-20240221.111541'
ci-kernel: 'netnext'
timeout-minutes: 60
steps:
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 @@ -107,7 +107,7 @@ jobs:

- config: '6.6'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.6-20240208.105738'
kernel: '6.6-20240221.111541'
kube-proxy: 'iptables'
kpr: 'disabled'
tunnel: 'vxlan'
Expand Down