summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release-notes/pom.xml4
-rw-r--r--release-notes/src/main/asciidoc/release_notes.adoc18
2 files changed, 3 insertions, 19 deletions
diff --git a/release-notes/pom.xml b/release-notes/pom.xml
index d07b557c1..b8f14dd32 100644
--- a/release-notes/pom.xml
+++ b/release-notes/pom.xml
@@ -76,8 +76,8 @@
<!-- Attributes below are inlined into resulting documentation,
making it much easier when bumping versions -->
<project-version>${project.version}</project-version>
- <project-public-version>17.04</project-public-version>
- <project-version-in-jira>10600</project-version-in-jira>
+ <project-public-version>17.07</project-public-version>
+ <project-version-in-jira>10702</project-version-in-jira>
<project-branch>master</project-branch>
<project-git-web>https://git.fd.io/cgit/honeycomb/tree</project-git-web>
</attributes>
diff --git a/release-notes/src/main/asciidoc/release_notes.adoc b/release-notes/src/main/asciidoc/release_notes.adoc
index 32ba48734..126eda404 100644
--- a/release-notes/src/main/asciidoc/release_notes.adoc
+++ b/release-notes/src/main/asciidoc/release_notes.adoc
@@ -17,34 +17,18 @@ For VPP specific distribution of Honeycomb, please refer to https://wiki.fd.io/v
https://wiki.fd.io/view/Honeycomb/Release_Plans/Release_Plan_{project-public-version}[Release plan]
== Features
-* Generic, model-driven agent framework providing northbound interfaces
-** NETCONF
-** RESTCONF
-* Persistence/reconciliation mechanism
-* https://jira.fd.io/browse/HONEYCOMB-18 [Minimal distribution]
-** optimized set of ODL components, static wiring, runnable shell scripts
+Adding to the list of existing features: https://docs.fd.io/honeycomb/1.17.04/release-notes-aggregator/release_notes.html#_features[1704 feature list]
=== New features
-* https://jira.fd.io/browse/HONEYCOMB-151[RPC support]
-** RPC translation is done using RpcServices registered in RpcRegistry.
-* https://jira.fd.io/browse/HONEYCOMB-266[Loading test data from resource files]
-** Provides convenient framework for testing translation layer.
=== Removed features
=== Modified features
-* https://jira.fd.io/browse/HONEYCOMB-73[Initializers tie-in with readers]
-** Instead of root level initializer, initialization can be split among multiple initializing readers
-* https://jira.fd.io/browse/HONEYCOMB-270[Readers/ReadCustomizers able to influence presence of resulting data]
-** Suitable for presence container readers
=== Deprecated features
== Backlog
-Process of spiting honeycomb project into generic (honeycomb) and vpp related (hc2vpp) parts
-was done during 1.17.01 release. Issues for both projects were tracked in the same jira.
-
* https://jira.fd.io/projects/HONEYCOMB/versions/{project-version-in-jira}[JIRA]
* https://jira.fd.io/jira/secure/ReleaseNote.jspa?projectId=10001&version={project-version-in-jira}[Release notes]