Skip to content

Commit

Permalink
[release-0.44] Bump dev dependencies (#439)
Browse files Browse the repository at this point in the history
* cluster: Bump kubevirtci tag

Signed-off-by: Ram Lavi <[email protected]>

* kubevirtci: Bump provider to k8s-1.30

Signed-off-by: Ram Lavi <[email protected]>

* bump golang to 1.22

Signed-off-by: Ram Lavi <[email protected]>

---------

Signed-off-by: Ram Lavi <[email protected]>
Co-authored-by: Ram Lavi <[email protected]>
  • Loading branch information
kubevirt-bot and RamLavi authored Sep 11, 2024
1 parent 4cd3366 commit b94b42a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automation/check-patch.e2e-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ teardown() {
}

main() {
export KUBEVIRT_PROVIDER='k8s-1.25'
export KUBEVIRT_PROVIDER='k8s-1.30'
source automation/check-patch.setup.sh
cd ${TMP_PROJECT_PATH}

Expand Down
4 changes: 2 additions & 2 deletions cluster/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.25'}
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2211021552-8cca8c0}
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.30'}
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2408151028-a0ad3359}

KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k8snetworkplumbingwg/kubemacpool

go 1.21.9
go 1.22.0

require (
github.com/go-logr/logr v1.2.4
Expand Down

0 comments on commit b94b42a

Please sign in to comment.