Hc2vpp 1.18.01 release notes 63/10363/1
authorMarek Gradzki <[email protected]>
Wed, 31 Jan 2018 15:28:15 +0000 (16:28 +0100)
committerMarek Gradzki <[email protected]>
Wed, 31 Jan 2018 15:44:51 +0000 (16:44 +0100)
Change-Id: I08c5e4344c1ffb461bf1d1d2233ec630088ee1ce
Signed-off-by: Marek Gradzki <[email protected]>
release-notes/pom.xml
release-notes/src/main/asciidoc/release_notes.adoc
release-notes/src/main/asciidoc/user_guide/user_guide.adoc

index 223cbdd..3c0fd92 100644 (file)
                 <project-public-version>18.01</project-public-version>
                 <project-config-version>1-18-01</project-config-version>
                 <project-version-in-jira>11002</project-version-in-jira>
-                <project-branch>master</project-branch>
+                <project-branch>stable/1801</project-branch>
                 <project-odl-version>nitrogen</project-odl-version>
                 <project-vpp-version>18.01</project-vpp-version>
                 <project-vpp-snapshot-version>18.01</project-vpp-snapshot-version>
index 4bdb4c7..492d93e 100644 (file)
@@ -10,10 +10,15 @@ https://wiki.fd.io/view/Hc2vpp/Release_Plans/Release_Plan_{project-public-versio
 Adding to the list of existing features: https://docs.fd.io/hc2vpp/1.17.10/hc2vpp-parent/release-notes-aggregator/release_notes.html#_features[1710 feature list]:
 
 === New features
+* https://jira.fd.io/browse/HC2VPP-255[MPLS]
+* https://jira.fd.io/browse/HC2VPP-221[MPLS BGP Prefix SID] - translates BGP Prefix SID updates to VPP FIB,
+  but no support for attribute announcement (HC2VPP-269).
 
 === Removed features
 
 === Modified features
+* https://jira.fd.io/browse/HC2VPP-157[Unnumbered interface model update]
+* https://jira.fd.io/browse/HC2VPP-274[DHCP model update]
 
 === Deprecated features
 
index 2688517..a040bae 100644 (file)
@@ -51,6 +51,8 @@ Honeycomb's configuration files present within its distribution:
 ** {project-git-web}/dhcp/dhcp-api/src/main/yang?h={project-branch}[DHCP YANG models]
 * VPP classifier plugin
 ** {project-git-web}/vpp-classifier/api/src/main/yang?h={project-branch}[VPP classifier YANG models]
+* MPLS plugin
+** {project-git-web}/mpls/api/src/main/yang?h={project-branch}[MPLS YANG models]
 
 === POSTMAN collections
 
@@ -84,5 +86,9 @@ collection]
 * VPP classifier plugin
 ** {project-git-web}/vpp-classifier/vpp_classifier_postman_collection.json?h={project-branch}[VPP classifier postman collection]
 ** {project-git-web}/vpp-classifier/policer_postman_collection.json?h={project-branch}[Policer postman collection]
-* BGP plugin
-** {project-git-web}/bgp/inet/bgp_inet_postman_collection.json?h={project-branch}[BGP postman collection].
+* MPLS plugin
+** {project-git-web}/mpls/mpls_postman_collection.json?h={project-branch}[MPLS postman collection]
+* BGP Inet plugin
+** {project-git-web}/bgp/inet/bgp_inet_postman_collection.json?h={project-branch}[BGP Inet postman collection].
+* BGP Prefix SID plugin
+** {project-git-web}/bgp/bgp-prefix-sid/bgp_prefix_sid_postman_collection.json?h={project-branch}[BGP Prefix SID postman collection].