diff --git a/ReleaseNotes/ReleaseNotes-2.13.txt b/ReleaseNotes/ReleaseNotes-2.13.txt new file mode 100644 index 0000000000..0f08b562ea --- /dev/null +++ b/ReleaseNotes/ReleaseNotes-2.13.txt @@ -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 diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt index e61d476959..e15a845a5d 100644 --- a/ReleaseNotes/index.txt +++ b/ReleaseNotes/index.txt @@ -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 --------------