Update all components

Change-Id: I630cc8e815fd74a3d258e010ed22a937032d9299
diff --git a/Changes b/Changes
index 405d1e0..22379f4 100755
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+3.3 2020-01-21
+        - Updates:
+          - Koral:    v0.35
+          - Krill:    v0.59.0
+          - Kustvakt: v0.62.3
+          - Kalamar:  v0.37
+
 3.2 2020-01-16
         - Update perl version to work around
           issue with Date::Parse.
@@ -21,13 +28,13 @@
 2.0 2018-12-11
         - Fixed git congiguration issues.
         - Updates:
-          - Kustvakt: v0.61.4
           - Krill:    v0.58.2
+          - Kustvakt: v0.61.4
           - Kalamar:  v0.31
 
 1.0 2018-11-15
         - Initial release version:
-          - Kustvakt: v0.61.3
           - Koral:    v0.31
           - Krill:    v0.58.1
+          - Kustvakt: v0.61.3
           - Kalamar:  v0.30
diff --git a/Vagrantfile b/Vagrantfile
index 2848f5d..c068073 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -9,7 +9,7 @@
 
   # More at https://vagrantcloud.com/search.
   config.vm.box = "ubuntu/xenial64"
-
+ 
   # Memory size is set for installation of Krill
   config.vm.provider "virtualbox" do |vb|
     vb.customize ["modifyvm", :id, "--memory", "1024"]
@@ -78,7 +78,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.34
+    git checkout tags/v0.35
 
     mvn clean install -Dhttps.protocols=TLSv1.2    
 
@@ -97,7 +97,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.58.7
+    git checkout tags/v0.59
 
     mvn clean install
 
@@ -116,7 +116,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.62.1-release
+    git checkout tags/v0.62.3-release
 
     cd ~/Kustvakt/core
     mvn clean install
@@ -127,7 +127,7 @@
 
     ###############################################
     echo "Install NodeJS"
-    cd ~
+    cd ~/
     # This is required unfortunately
     if [ ! -e ~/tmp ]; then
       mkdir ~/tmp
@@ -179,7 +179,7 @@
     fi
 
     # Checkout a specific version
-    git checkout tags/v0.36
+    git checkout tags/v0.37
 
     cpanm --installdeps .
 
@@ -230,7 +230,8 @@
     cd Kalamar
 
     # Add new configuration
-    echo "{hypnotoad=>{listen=>['http://*:5555']}}" \
+    echo "{hypnotoad=>{listen=>['http://*:5555']},\
+           Kalamar=>{experimental_proxy => 1}}"\
       > kalamar.vagrant.conf
 
     echo "not really secret" > kalamar.secret