summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-07-27 07:13:24 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-07-27 05:25:19 +0000
commit46c67659e103c2f0fa7de2ed59f9a0915e656e63 (patch)
tree45f8d4c48009ff6daff671a25786a8a51736ed84
parentb11d5244510815250ad686ae5b3cda202cb017be (diff)
1.17.07 release notes update
Change-Id: I6eadb8e97e09642899663e4195be6aabbdfc3075 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r--release-notes/pom.xml2
-rw-r--r--release-notes/src/main/asciidoc/release_notes.adoc12
2 files changed, 10 insertions, 4 deletions
diff --git a/release-notes/pom.xml b/release-notes/pom.xml
index b8f14dd32..a353bcee8 100644
--- a/release-notes/pom.xml
+++ b/release-notes/pom.xml
@@ -78,7 +78,7 @@
<project-version>${project.version}</project-version>
<project-public-version>17.07</project-public-version>
<project-version-in-jira>10702</project-version-in-jira>
- <project-branch>master</project-branch>
+ <project-branch>stable/1707</project-branch>
<project-git-web>https://git.fd.io/cgit/honeycomb/tree</project-git-web>
</attributes>
</configuration>
diff --git a/release-notes/src/main/asciidoc/release_notes.adoc b/release-notes/src/main/asciidoc/release_notes.adoc
index 126eda404..0e2bc7d68 100644
--- a/release-notes/src/main/asciidoc/release_notes.adoc
+++ b/release-notes/src/main/asciidoc/release_notes.adoc
@@ -2,11 +2,11 @@
Release notes for honeycomb {project-version}.
-Honeycomb is a generic NETCONF/RESTCONF management agent and provides a framework
-for building specialized agents.
+Honeycomb is a generic management agent and provides a framework
+for building specialized agents. Exposes NETCONF, RESTCONF and BGP as northbound interfaces.
It uses many features and utilities from different http://www.opendaylight.org/[Opendaylight (ODL)] projects
-(e.g. yangtools, controller, mdsal and netconf).
+(e.g. yangtools, controller, mdsal, netconf, bgpcep).
The biggest use case of honeycomb is VPP (fd.io's Vector packet processor).
Honeycomb delivers a management agent to enable integration of VPP with e.g. SDN controllers such as Opendaylight.
@@ -21,10 +21,16 @@ Adding to the list of existing features: https://docs.fd.io/honeycomb/1.17.04/re
=== New features
+* https://jira.fd.io/browse/HONEYCOMB-66[BGP support]
+** BGP support was added to HC distribution
+
=== Removed features
=== Modified features
+* https://jira.fd.io/browse/HONEYCOMB-358[Yang loading improvements]
+** Yang models are loaded only if they are used by HC modules that are enabled (reduces footprint).
+
=== Deprecated features
== Backlog