Skip to content

Commit

Permalink
1.0.0-rc10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <thomas@cilium.io>
  • Loading branch information
tgraf committed Apr 5, 2018
1 parent d75b342 commit 2c62c9a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
NEWS
******

v1.0.0-rc10
===========

Bugfixes Changes
----------------

* policymap: Avoid using golang arrays in entry (3506_, @joestringer)
* etcd: Run etcd version check in the background (3499_, @tgraf)
* Test: Fix bugtool on kubernetes 1.7 (3487_, @eloycoto)
* Fix L4-only policy egress to world and CIDR-only egress to world (3486_, @joestringer)
* proxy: Use the same proxy map size as in BPF (3485_, @rlenglet)
* bpf: Do not route packets from egress proxy back into cilium_host (3473_, @tgraf)
* Continue to show timestamps in error cases in CiliumNetworkPolicy NodeStatus. (3461_, @aanm)
* policy: Add missing EntitySlice autogen code (3458_, @raybejjani)
* Fix l3-dependent L4/L7 rules applying to CIDR egress traffic (3434_, @joestringer)

Other Changes
-------------

* bugtool: add `ip rule` and `cilium-health status` commands (3500_, @ianvernon)
* Policy: Kafka multi-topic request support (3445_, @manalibhutiyani)


v1.0.0-rc9
==========

Expand Down Expand Up @@ -1344,3 +1367,14 @@ Fixes
.. _3238: https://github.com/cilium/cilium/pull/3238
.. _3234: https://github.com/cilium/cilium/pull/3234
.. _3037: https://github.com/cilium/cilium/pull/3037
.. _3506: https://github.com/cilium/cilium/pull/3506
.. _3499: https://github.com/cilium/cilium/pull/3499
.. _3487: https://github.com/cilium/cilium/pull/3487
.. _3486: https://github.com/cilium/cilium/pull/3486
.. _3485: https://github.com/cilium/cilium/pull/3485
.. _3473: https://github.com/cilium/cilium/pull/3473
.. _3461: https://github.com/cilium/cilium/pull/3461
.. _3458: https://github.com/cilium/cilium/pull/3458
.. _3434: https://github.com/cilium/cilium/pull/3434
.. _3500: https://github.com/cilium/cilium/pull/3500
.. _3445: https://github.com/cilium/cilium/pull/3445
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc9
1.0.0-rc10
4 changes: 2 additions & 2 deletions examples/getting-started/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

Vagrant.require_version ">= 2.0.0"

cilium_version = (ENV['CILIUM_VERSION'] || "v1.0.0-rc9")
cilium_version = (ENV['CILIUM_VERSION'] || "v1.0.0-rc10")
cilium_opts = (ENV['CILIUM_OPTS'] || "--kvstore consul --kvstore-opt consul.address 192.168.33.11:8500 -t vxlan")
cilium_tag = (ENV['CILIUM_TAG'] || "v1.0.0-rc9")
cilium_tag = (ENV['CILIUM_TAG'] || "v1.0.0-rc10")

# This runs only once when vagrant box is provisioned for the first time
$bootstrap = <<SCRIPT
Expand Down

0 comments on commit 2c62c9a

Please sign in to comment.