Initial skeleton of release notes for 2.13

Change-Id: Ia678421533e36fdb989bccc232ec8de589d0f38b
This commit is contained in:
David Pursehouse 2015-11-13 07:10:02 -08:00
parent d058b5da0c
commit 92c48f46f0
2 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,78 @@
Release notes for Gerrit 2.13
=============================
Gerrit 2.13 is now available:
link:https://www.gerritcodereview.com/download/gerrit-2.13.war[
https://www.gerritcodereview.com/download/gerrit-2.13.war]
Important Notes
---------------
TODO
Release Highlights
------------------
* Metrics interface.
New Features
------------
Metrics
~~~~~~~
Metrics about Gerrit's internal state can be sent to external
monitoring systems.
The following metrics are supported:
* HTTP responses
+
TODO details here and in the others
* REST API calls
* SSH sessions
* Caches
* SQL connections
* TODO add more
Plugins can provide implementations of the metrics interface to
report metrics to different monitoring systems. The following
plugins are available:
* JMX
* Graphite
* Elasticsearch
Plugins can also provide metrics. The following metrics are provided
by core plugins:
* Replication
** Replication time
* TODO add more
Bug Fixes
---------
TODO
Upgrades
--------
* Upgrade Lucene to 5.3.1

View File

@ -1,6 +1,11 @@
Gerrit Code Review - Release Notes
==================================
[[2_13]]
Version 2.13.x
--------------
* link:ReleaseNotes-2.13.html[2.13]
[[2_12]]
Version 2.12.x
--------------