summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-01-31 16:28:15 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-01-31 16:44:51 +0100
commit7ac81f1e8d99b5de3a92f4db25a39862a5ffbaab (patch)
tree2bf69d4a032cf012518ca72420108b116e91555a
parent33980cbf88a02a511c13d727eb6dc44d2155f571 (diff)
Hc2vpp 1.18.01 release notes
Change-Id: I08c5e4344c1ffb461bf1d1d2233ec630088ee1ce 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.adoc5
-rw-r--r--release-notes/src/main/asciidoc/user_guide/user_guide.adoc10
3 files changed, 14 insertions, 3 deletions
diff --git a/release-notes/pom.xml b/release-notes/pom.xml
index 223cbddd8..3c0fd9201 100644
--- a/release-notes/pom.xml
+++ b/release-notes/pom.xml
@@ -109,7 +109,7 @@
<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>
diff --git a/release-notes/src/main/asciidoc/release_notes.adoc b/release-notes/src/main/asciidoc/release_notes.adoc
index 4bdb4c7d2..492d93edc 100644
--- a/release-notes/src/main/asciidoc/release_notes.adoc
+++ b/release-notes/src/main/asciidoc/release_notes.adoc
@@ -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
diff --git a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
index 268851747..a040bae80 100644
--- a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
+++ b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
@@ -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].