Skip to content

Commit

Permalink
Vagrant: switch to Fedora 39
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert authored and k8s-ci-robot committed Aug 26, 2024
1 parent b7209c9 commit d070eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies:
match: KUBERNETES_VERSION

- name: e2e-fedora
version: 38
version: 39
refPaths:
- path: hack/ci/Vagrantfile-fedora
match: fedora
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/Vagrantfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Vagrant box for testing
Vagrant.configure("2") do |config|
config.vm.box = "fedora/38-cloud-base"
config.vm.box = "fedora/39-cloud-base"
memory = 8192
cpus = 4

Expand Down

0 comments on commit d070eeb

Please sign in to comment.