Skip to content

Commit

Permalink
vagrant: Bump all Vagrant box versions
Browse files Browse the repository at this point in the history
Mostly to pick up the latest commits on bpf-next, which fix
vulnerabilities but may increase complexity.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno committed Jun 18, 2021
1 parent db06a64 commit 61adf76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vagrant_box_defaults.rb
Expand Up @@ -3,12 +3,12 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "199"
$SERVER_VERSION= "201"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "94"
$NETNEXT_SERVER_VERSION= "96"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "3"
@v54_SERVER_VERSION= "4"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "39"
@v419_SERVER_VERSION= "40"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "199"
@v49_SERVER_VERSION= "201"

0 comments on commit 61adf76

Please sign in to comment.