Skip to content

Commit

Permalink
chore(deps): update stable lvh-images
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 0de0b01 commit 0f6ca2f
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .github/actions/ginkgo/main-k8s-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ include:
# renovate: datasource=docker
kube-image: "kindest/node:v1.28.6@sha256:b7e1cf6b2b729f604133c667a6be8aab6f4dde5bb042c1891ae248d9154f665b"
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: "4.19-20240131.102043@sha256:d0fae12171c9c0002b81bed21c28a201be86c0e1083d4added0ff85e21b6f6f8"
kernel: "4.19-20240215.093821@sha256:b5c40794f24509c786868b84cb17b7aeed78b9e2a171ca7774d06506576c6039"

- k8s-version: "1.27"
ip-family: "dual"
# renovate: datasource=docker
kube-image: "kindest/node:v1.27.10@sha256:3700c811144e24a6c6181065265f69b9bf0b437c45741017182d7c82b908918f"
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: "4.19-20240131.102043@sha256:d0fae12171c9c0002b81bed21c28a201be86c0e1083d4added0ff85e21b6f6f8"
kernel: "4.19-20240215.093821@sha256:b5c40794f24509c786868b84cb17b7aeed78b9e2a171ca7774d06506576c6039"

- k8s-version: "1.26"
ip-family: "dual"
# renovate: datasource=docker
kube-image: "kindest/node:v1.26.13@sha256:15ae92d507b7d4aec6e8920d358fc63d3b980493db191d7327541fbaaed1f789"
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: "5.4-20240131.102043@sha256:ff0c23b42e58147a3a3cf5b1775aa362d5ff58375ad0084fdb27da857783eb42"
kernel: "5.4-20240215.093821@sha256:390095f72237b1ffc7d40179357391aa4baaab3eca6e123d97a5a1838766eb45"
4 changes: 2 additions & 2 deletions .github/actions/lvh-kind/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
using: composite
steps:
- name: Provision LVH VMs
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
test-name: ${{ inputs.test-name }}
image-version: ${{ inputs.kernel }}
Expand All @@ -31,7 +31,7 @@ runs:
git config --global --add safe.directory /host
- name: Create K8s cluster
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,29 +77,29 @@ jobs:

- name: '1'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '4.19-20240131.102043'
kernel: '4.19-20240215.093821'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'vxlan'

- name: '2'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.4-20240131.102043'
kernel: '5.4-20240215.093821'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'disabled'

- name: '3'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20240131.102043'
kernel: '5.10-20240215.093821'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'disabled'
endpoint-routes: 'true'

- name: '4'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20240131.102043'
kernel: '5.10-20240215.093821'
kube-proxy: 'iptables'
kpr: 'true'
devices: '{eth0,eth1}'
Expand All @@ -111,7 +111,7 @@ jobs:

- name: '5'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.15-20240131.102043'
kernel: '5.15-20240215.093821'
kube-proxy: 'iptables'
kpr: 'true'
devices: '{eth0,eth1}'
Expand All @@ -124,7 +124,7 @@ jobs:

- name: '6'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.1-20240131.102043'
kernel: '6.1-20240215.093821'
kube-proxy: 'none'
kpr: 'true'
devices: '{eth0,eth1}'
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

- name: '9'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20240131.102043'
kernel: '5.10-20240215.093821'
kube-proxy: 'iptables'
kpr: 'true'
devices: '{eth0,eth1}'
Expand All @@ -172,7 +172,7 @@ jobs:

- name: '10'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.15-20240131.102043'
kernel: '5.15-20240215.093821'
kube-proxy: 'iptables'
kpr: 'true'
devices: '{eth0,eth1}'
Expand All @@ -186,7 +186,7 @@ jobs:

- name: '11'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.1-20240131.102043'
kernel: '6.1-20240215.093821'
kube-proxy: 'none'
kpr: 'true'
devices: '{eth0,eth1}'
Expand Down Expand Up @@ -214,15 +214,15 @@ jobs:

- name: '13'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '4.19-20240131.102043'
kernel: '4.19-20240215.093821'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'vxlan'
misc: 'policyCIDRMatchMode=nodes'

- name: '14'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.4-20240131.102043'
kernel: '5.4-20240215.093821'
kube-proxy: 'iptables'
kpr: 'true'
devices: '{eth0,eth1}'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/conformance-ginkgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Provision LVH VMs
id: provision-vh-vms
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
test-name: datapath-conformance
install-dependencies: true
Expand All @@ -285,7 +285,7 @@ jobs:
- name: Provision kind
timeout-minutes: 5
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
- name: Run tests
id: run-tests
timeout-minutes: 40
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
- name: Fetch artifacts
if: ${{ !success() && steps.provision-vh-vms.outcome == 'success' }}
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-ipsec-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: '1'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '4.19-20240131.102043'
kernel: '4.19-20240215.093821'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'vxlan'
Expand All @@ -86,7 +86,7 @@ jobs:

- name: '2'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.4-20240131.102043'
kernel: '5.4-20240215.093821'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'disabled'
Expand All @@ -97,7 +97,7 @@ jobs:

- name: '3'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20240131.102043'
kernel: '5.10-20240215.093821'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'disabled'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/conformance-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
persist-credentials: false

- name: Provision LVH VMs
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
test-name: runtime-tests
install-dependencies: true
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
- name: Setup runtime
timeout-minutes: 10
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
- name: Runtime privileged tests
if: ${{ matrix.focus == 'privileged' }}
timeout-minutes: 30
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand All @@ -390,7 +390,7 @@ jobs:
# which is 'agent' and 'datapath' focus.
if: ${{ !success() && (matrix.focus == 'agent' || matrix.focus == 'datapath') }}
timeout-minutes: 10
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/tests-datapath-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ jobs:
matrix:
include:
# renovate: datasource=docker depName=quay.io/lvh-images/complexity-test
- kernel: '4.19-20240131.102043'
- kernel: '4.19-20240215.093821'
ci-kernel: '419'
# renovate: datasource=docker depName=quay.io/lvh-images/complexity-test
- kernel: '5.4-20240131.102043'
- kernel: '5.4-20240215.093821'
ci-kernel: '54'
# renovate: datasource=docker depName=quay.io/lvh-images/complexity-test
- kernel: '5.10-20240131.102043'
- kernel: '5.10-20240215.093821'
ci-kernel: '510'
# renovate: datasource=docker depName=quay.io/lvh-images/complexity-test
- kernel: '5.15-20240131.102043'
- kernel: '5.15-20240215.093821'
ci-kernel: '510'
# renovate: datasource=docker depName=quay.io/lvh-images/complexity-test
- kernel: '6.1-20240131.102043'
- kernel: '6.1-20240215.093821'
ci-kernel: '61'
# renovate: datasource=docker depName=quay.io/lvh-images/complexity-test
- kernel: 'bpf-next-20240112.012951'
Expand All @@ -98,7 +98,7 @@ jobs:
persist-credentials: false

- name: Provision LVH VMs
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
test-name: datapath-bpf-complexity
image: 'complexity-test'
Expand All @@ -117,7 +117,7 @@ jobs:
go${{ env.go-version }} download
- name: Run verifier tests
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand All @@ -127,7 +127,7 @@ jobs:
- name: Fetch artifacts
if: ${{ !success() }}
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
uses: cilium/little-vm-helper@9d758b756305e83718a51b792a5aeabd022a39ec # v0.0.16
with:
provision: 'false'
cmd: |
Expand Down

0 comments on commit 0f6ca2f

Please sign in to comment.