Skip to content

Commit

Permalink
0.10 release \o/
Browse files Browse the repository at this point in the history
See NEWS.rst

Signed-off-by: Thomas Graf <thomas@cilium.io>
  • Loading branch information
tgraf committed Jul 21, 2017
1 parent fe6211d commit 270ed8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Documentation/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@ dependencies described in :ref:`admin_system_reqs`.

.. code:: bash
$ wget https://github.com/cilium/cilium/archive/v0.9.0.tar.gz
$ tar xzvf v0.9.0.tar.gz
$ cd cilium-0.9.0
$ wget https://github.com/cilium/cilium/archive/v0.10.0.tar.gz
$ tar xzvf v0.10.0.tar.gz
$ cd cilium-0.10.0
2. Build & install the Cilium binaries to ``bindir``

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.90
0.10.0
2 changes: 1 addition & 1 deletion examples/getting-started/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Vagrant.require_version ">= 1.8.3"

num_nodes = (ENV['NNODES'] || 1).to_i
cilium_version = (ENV['CILIUM_VERSION'] || "v0.9.0-rc1")
cilium_version = (ENV['CILIUM_VERSION'] || "v0.10.0")
cilium_opts = (ENV['CILIUM_OPTS'] || "--kvstore consul --kvstore-opt consul.address 192.168.33.11:8500 -t vxlan")
cilium_tag = (ENV['CILIUM_TAG'] || "stable")

Expand Down

0 comments on commit 270ed8f

Please sign in to comment.