File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ dependencies:
80
80
match : KUBERNETES_VERSION
81
81
- path : hack/ci/Vagrantfile-ubuntu
82
82
match : KUBERNETES_VERSION
83
+ - path : hack/ci/Vagrantfile-debian
84
+ match : KUBERNETES_VERSION
83
85
84
86
- name : e2e-fedora
85
87
version : 38
@@ -178,6 +180,8 @@ dependencies:
178
180
refPaths :
179
181
- path : hack/ci/Vagrantfile-ubuntu
180
182
match : COSIGN_VERSION
183
+ - path : hack/ci/Vagrantfile-debian
184
+ match : COSIGN_VERSION
181
185
182
186
- name : bom
183
187
version : v0.5.1
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # Copyright 2022 The Kubernetes Authors.
2
+ # Copyright 2024 The Kubernetes Authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments