This is an automated email from the ASF dual-hosted git repository.
bsnyder pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0a035bd4d Added a board_reports directory for collecting the raw
reports, created a template file to use for creating/converting the raw reports
to an HTML report for the website, added a README explainer, updated the index
for old report dates, also converted reports for 2022 but reports for 2019,
2020, and 2021 still need to be converted
0a035bd4d is described below
commit 0a035bd4d2e50ac6230a57b46cdc9aa8cfe1c85b
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Aug 31 09:41:34 2022 -0400
Added a board_reports directory for collecting the raw reports, created a
template file to use for creating/converting the raw reports to an HTML report
for the website, added a README explainer, updated the index for old report
dates, also converted reports for 2022 but reports for 2019, 2020, and 2021
still need to be converted
More changes
---
src/team/reports/2007-08.html | 6 +-
src/team/reports/2022-01.html | 72 +++++++++++++++++++
src/team/reports/2022-04.html | 61 ++++++++++++++++
src/team/reports/2022-07.html | 83 ++++++++++++++++++++++
src/team/reports/TEMPLATE.html | 73 +++++++++++++++++++
.../Apache-ActiveMQ-board-report-2022-01-19.txt | 44 ++++++++++++
.../Apache-ActiveMQ-board-report-2022-04-20.txt | 40 +++++++++++
.../Apache-ActiveMQ-board-report-2022-07-20.txt | 55 ++++++++++++++
.../Apache-ActiveMQ-board-report-2022-10-19.txt | 30 ++++++++
src/team/reports/board_reports/README | 4 ++
src/team/reports/index.md | 5 +-
11 files changed, 469 insertions(+), 4 deletions(-)
diff --git a/src/team/reports/2007-08.html b/src/team/reports/2007-08.html
index 7f1713be8..81824938f 100644
--- a/src/team/reports/2007-08.html
+++ b/src/team/reports/2007-08.html
@@ -1,12 +1,12 @@
---
layout: default
-title: Board Report - August 2007
-breadcrumb: Board Report - August 2007
+title: Board Report - Month Year
+breadcrumb: Board Report - Month Year
---
<div class="page-title">
<div class="container">
- <h1>BOARD REPORT - August 2007</h1>
+ <h1>BOARD REPORT - Month Year</h1>
</div>
</div>
<div class="container">
diff --git a/src/team/reports/2022-01.html b/src/team/reports/2022-01.html
new file mode 100644
index 000000000..285f89c60
--- /dev/null
+++ b/src/team/reports/2022-01.html
@@ -0,0 +1,72 @@
+---
+layout: default
+title: Board Report - January 2022
+breadcrumb: Board Report - January 2022
+---
+
+<div class="page-title">
+ <div class="container">
+ <h1>ActiveMQ Board Report - January 2022</h1>
+ </div>
+</div>
+
+<div class="container">
+ <div class="row" style="margin-top: 30px">
+ <div class="col-md-12 col-md-6">
+ <h5 class="text-green">Issues</h5>
+ <ul>
+ <li>None</li>
+ </ul>
+ <h5 class="text-green">Membership Data</h5>
+ <ul>
+ <li>Apache ActiveMQ was founded 2007-01-16 (15 years ago)</li>
+ <li>There are currently 63 committers and 27 PMC members in this
project.</li>
+ <li>The Committer-to-PMC ratio is 7:3.</li>
+ </ul>
+ <h5 class="text-green">Community Changes, past quarter</h5>
+ <ul>
+ <li>No new PMC members. Last addition was Jean-Baptiste Onofré on
+ 2019-12-17.</li>
+ <li>No new committers. Last addition was Domenico Francesco Bruscino
+ on 2020-06-29.</li>
+ </ul>
+ <h5 class="text-green">Project Activity</h5>
+ <ul>
+ <li>ActiveMQ</li>
+ <ul>
+ <li>ActiveMQ development is moving forward.</li>
+ <li>ActiveMQ 5.16.4 release is preparation, fixing several issues
+ identified from 5.16.3</li>
+ <li>ActiveMQ 5.17.0 release is planned for end of Jan/beginning of
+ Feb, with major updates</li>
+ </ul>
+ <li>ActiveMQ Artemis</li>
+ <ul>
+ <li>ActiveMQ Artemis 2.20.0 released on Dec 18 2021</li>
+ <li>Outreachy intern working on ActiveMQ Artemis for a contribution
+ around Open Telemetry</li>
+ </ul>
+ <li>ActiveMQ NMS</li>
+ <ul>
+ <li>Apache NMS AMQP 2.0.0 was released on 2021-10-27 this is the
+ first client using the enhanced NMS 2.0 API (bringing .NET NMS
+ API up to date with JMS 2.0)</li>
+ <li>Work is ongoing with NMS OpenWire to implement NMS 2.0 PR's are
+ currently open and being reviewed</li>
+ </ul>
+ <li>Fallout from Log4Shell (i.e. CVE-2021-44228)</li>
+ <ul>
+ <li>Updated website with a clear description of the impact of
+ Log4Shell (i.e. none).</li>
+ <li>Lots of mailing list discussion around its impact (or lack
thereof).</li>
+ </ul>
+ </ul>
+ <h5 class="text-green">Community Health</h5>
+ <p>
+ The community has held steady. Through the end of the year, things
have slowed
+ down as they normally do.
+ </p>
+ </div>
+ </div>
+</div>
+
diff --git a/src/team/reports/2022-04.html b/src/team/reports/2022-04.html
new file mode 100644
index 000000000..f357d2f8d
--- /dev/null
+++ b/src/team/reports/2022-04.html
@@ -0,0 +1,61 @@
+---
+layout: default
+title: Board Report - April 2022
+breadcrumb: Board Report - April 2022
+---
+
+<div class="page-title">
+ <div class="container">
+ <h1>ActiveMQ Board Report - April 2022</h1>
+ </div>
+</div>
+
+<div class="container">
+ <div class="row" style="margin-top: 30px">
+ <div class="col-md-12 col-md-6">
+ <h5 class="text-green">Issues</h5>
+ <ul>
+ <li>None</li>
+ </ul>
+ <h5 class="text-green">Membership Data</h5>
+ <ul>
+ <li>Apache ActiveMQ was founded 2007-01-16 (15 years ago)</li>
+ <li>There are currently 63 committers and 27 PMC members in this
project.</li>
+ <li>The Committer-to-PMC ratio is 7:3.</li>
+ </ul>
+ <h5 class="text-green">Community Changes, past quarter</h5>
+ <ul>
+ <li>Francesco Nigro was added to the PMC on 2022-03-24</li>
+ <li>Robbie Gemmell was added to the PMC on 2022-03-24</li>
+ <li>No new committers. Last addition was Domenico Francesco Bruscino
on 2020-06-29.</li>
+ </ul>
+ <h5 class="text-green">Project Activity</h5>
+ <ul>
+ <li>ActiveMQ</li>
+ <ul>
+ <li>A JIRA clean-up closed stale tickets, resulting in about 1/2 as
many open</li>
+ <li>ActiveMQ 5.16.4 released, this is a maintenance release; fixing
+ issue and switching to reload4j instead of log4j1 fixing several
+ security issues.</li>
+ <li>ActiveMQ 5.17.0 released, this is a major release in the
+ ActiveMQ "classic" roadmap. It brings JDK11 support, Spring 5
+ upgrade (Spring 4 is now deprecated), Log4j2 update (instead of
+ log4j1 in previous releases), and bunch of other
+ improvements.</li>
+ <li>ActiveMQ 5.18.0 development planning has started. The work we
+ started around JMS 2 support has been postponed to ActiveMQ
+ 5.18.0 in order to give us time to clean tests and review.</li>
+ </ul>
+ </ul>
+ <h5 class="text-green">Community Health</h5>
+ <p>
+ The PMC recently voted in three new committers to the committee.
Releases
+ continue unabated and discussions on the mailing list are positive and
moving
+ in the right direction.
+ </p>
+ <p>Report submitted on: 11 April 2018</p>
+ <p>(Some of the stats are pulled from <a class="external-link"
href="https://reporter.apache.org/">reporter.apache.org</a>)</p>
+ </div>
+ </div>
+</div>
+
diff --git a/src/team/reports/2022-07.html b/src/team/reports/2022-07.html
new file mode 100644
index 000000000..36a674966
--- /dev/null
+++ b/src/team/reports/2022-07.html
@@ -0,0 +1,83 @@
+---
+layout: default
+title: Board Report - July 2022
+breadcrumb: Board Report - July 2022
+---
+
+<div class="page-title">
+ <div class="container">
+ <h1>ActiveMQ Board Report Template- July 2022</h1>
+ </div>
+</div>
+
+<div class="container">
+ <div class="row" style="margin-top: 30px">
+ <div class="col-md-12 col-md-6">
+ <h5 class="text-green">Issues</h5>
+ <ul>
+ <li>None</li>
+ </ul>
+ <h5 class="text-green">Membership Data</h5>
+ <ul>
+ <li>Apache ActiveMQ was founded 2007-01-16 (15 years ago)</li>
+ <li>There are currently 63 committers and 29 PMC members in this
project.</li>
+ <li>The Committer-to-PMC ratio is 2:1.</li>
+ </ul>
+ <h5 class="text-green">Community Changes, past quarter</h5>
+ <ul>
+ <li>Domenico Francesco Bruscino was added to the PMC on
+ 2022-06-20</li>
+ <li>Krzysztof Porębski was added to the PMC on 2022-04-15</li>
+ <li>No new committers. Last addition was Domenico Francesco Bruscino
+ on 2020-06-29.</li>
+ </ul>
+ <h5 class="text-green">Project Activity</h5>
+ <ul>
+ <li>ActiveMQ Classic</li>
+ <ul>
+ <li>We started preparation of 5.18.0 release, bringing JMS2, and
+ other major changes</li>
+ <li>ActiveMQ Classic 5.17.2 is also in preparation with several
+ updates and fixes.</li>
+ </ul>
+ <li>ActiveMQ Artemis</li>
+ <ul>
+ <li>The prior releases have delivered various new features and
+ improvements such as MQTT 5 support, and Jakarta Messaging 3.1
+ support, along with various bug fixes etc.</li>
+ <li>Work is progressing towards the 2.24.0 release, with
+ enhancements to the paging system and fixes for journal
+ compaction, plus improvements to the artemis-native component
+ and its build.</li>
+ <li>Activity continues around switching the client+broker to use
+ SLF4J as their logging facade to ease use by other
+ components.</li>
+ </ul>
+ </li>
+ </ul>
+ <li>ActiveMQ NMS</li>
+ <ul>
+ <li>A 1.8.1 API maintenance release was made to fix an exception for
+ applications launched in 'single file mode'.</li>
+ <li>The NMS ActiveMQ Openwire client was updated to also implement
+ the 2.0.0 API, previously only implemented by the NMS AMQP
+ client.</li>
+ </ul>
+ </ul>
+ <h5 class="text-green">Releases</h5>
+ <ul>
+ <li>ActiveMQ Artemis Native 2.0.0 was released on 2022-07-18.</li>
+ <li>ActiveMQ NMS ActiveMQ was released on 2022-07-07.</li>
+ <li>ActiveMQ Artemis 2.23.1 was released on 2022-06-21.</li>
+ <li>ActiveMQ Artemis 2.23.0 was released on 2022-06-14.</li>
+ <li>ActiveMQ NMS API 1.8.1 was released on 2022-05-29.</li>
+ <li>ActiveMQ Artemis 2.22.0 was released on 2022-05-04.</li>
+ <li>ActiveMQ Classic 5.16.5 was released on 2022-05-02.</li>
+ <li>ActiveMQ Classic 5.17.1 was released on 2022-04-29.</li>
+ <li>ActiveMQ Artemis 2.21.0 was released on 2022-03-22.</li>
+ </li>
+ </ul>
+ </div>
+ </div>
+</div>
+
diff --git a/src/team/reports/TEMPLATE.html b/src/team/reports/TEMPLATE.html
new file mode 100644
index 000000000..d17b0207c
--- /dev/null
+++ b/src/team/reports/TEMPLATE.html
@@ -0,0 +1,73 @@
+---
+layout: default
+title: Board Report - MONTH YEAR
+breadcrumb: Board Report - MONTH YEAR
+---
+
+<div class="page-title">
+ <div class="container">
+ <h1>BOARD REPORT TEMPLATE- MONTH YEAR</h1>
+ </div>
+</div>
+
+<div class="container">
+ <div class="row" style="margin-top: 30px">
+ <div class="col-md-12 col-md-6">
+
+ <p>
+ <b>
+ INSTRUCTIONS:
+ <ul>
+ <li>Manually copy this file from TEMPLATE.html =>
<month-year>.html</li>
+ <li>Using the content of the raw board report in
+ board_reports/<report>.txt, manually convert the
+ contents to this format in the <month-year>.html
file you created</li>
+ <li>Update the index.html to include the new
<month-year>.html</li>
+ <li>Remove this paragraph from the final
<month-year>.html file</li>
+ </ul>
+ </b>
+ </p>
+
+ <h5 class="text-green">Issues</h5>
+ <ul>
+ <li>None</li>
+ </ul>
+ <h5 class="text-green">Membership Data</h5>
+ <ul>
+ <li>Apache ActiveMQ was founded 2007-01-16 (15 years ago)</li>
+ <li>There are currently 63 committers and 27 PMC members in this
project.</li>
+ <li>The Committer-to-PMC ratio is 7:3.</li>
+ </ul>
+ <h5 class="text-green">Community Changes, past quarter</h5>
+ <ul>
+ <li>Francesco Nigro was added to the PMC on 2022-03-24</li>
+ <li>Robbie Gemmell was added to the PMC on 2022-03-24</li>
+ <li>No new committers. Last addition was Domenico Francesco Bruscino
on 2020-06-29.</li>
+ </ul>
+ <h5 class="text-green">Project Activity</h5>
+ <ul>
+ <li>ActiveMQ</li>
+ <ul>
+ <li>TODO</li>
+ </ul>
+ <li>ActiveMQ Artemis</li>
+ <ul>
+ <li>TODO</li>
+ </ul>
+ <li>ActiveMQ Other</li>
+ <ul>
+ <li>TODO</li>
+ </ul>
+ </ul>
+ <h5 class="text-green">Community Health</h5>
+ <p>
+ The PMC recently voted in three new committers to the committee.
Releases
+ continue unabated and discussions on the mailing list are positive and
moving
+ in the right direction.
+ </p>
+ <p>Report submitted on: 11 April 2018</p>
+ <p>(Some of the stats are pulled from <a class="external-link"
href="https://reporter.apache.org/">reporter.apache.org</a>)</p>
+ </div>
+ </div>
+</div>
+
diff --git
a/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-01-19.txt
b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-01-19.txt
new file mode 100644
index 000000000..8e9391114
--- /dev/null
+++ b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-01-19.txt
@@ -0,0 +1,44 @@
+## Description:
+Apache ActiveMQ is a popular and powerful open source message-oriented
+middleware. Apache ActiveMQ is fast, supports many cross language clients and
+protocols, comes with easy to use enterprise integration patterns and many
+advanced features while fully supporting JMS 2.0, AMQP 1.0, MQTT, Stomp and
+REST.
+
+## Issues:
+None
+
+## Membership Data:
+Apache ActiveMQ was founded 2007-01-16 (15 years ago) There are currently 63
+committers and 25 PMC members in this project. The Committer-to-PMC ratio is
+roughly 2:1.
+
+Community changes, past quarter:
+- No new PMC members. Last addition was Jean-Baptiste Onofré on 2019-12-17.
+- No new committers. Last addition was Domenico Francesco Bruscino on
+2020-06-29.
+
+## Project Activity:
+* ActiveMQ
+** ActiveMQ development is moving forward:
+** ActiveMQ 5.16.4 release is preparation, fixing several issues identified
+from 5.16.3
+** ActiveMQ 5.17.0 release is planned for end of Jan/beginning of Feb, with
+major updates
+* ActiveMQ Artemis
+** ActiveMQ Artemis 2.20.0 released on Dec 18 2021
+** Outreachy intern working on ActiveMQ Artemis for a contribution around Open
+Telemetry
+* ActiveMQ NMS
+** Apache NMS AMQP 2.0.0 was released on 2021-10-27 this is the first client
+using the enhanced NMS 2.0 API (bringing .NET NMS API up to date with JMS
+2.0)
+** Work is ongoing with NMS OpenWire to implement NMS 2.0 PR's are currently
+open and being reviewed
+* Fallout from Log4Shell (i.e. CVE-2021-44228)
+** Updated website with a clear description of the impact of Log4Shell (i.e.
+none).
+** Lots of mailing list discussion around its impact (or lack thereof).
+## Community Health:
+The community has held steady. Through the end of the year, things have slowed
+down as they normally do.
diff --git
a/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-04-20.txt
b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-04-20.txt
new file mode 100644
index 000000000..80f1173e6
--- /dev/null
+++ b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-04-20.txt
@@ -0,0 +1,40 @@
+## Description:
+Apache ActiveMQ is a popular and powerful open source message-oriented
+middleware. Apache ActiveMQ is fast, supports many cross language clients and
+protocols, comes with easy to use enterprise integration patterns and many
+advanced features while fully supporting JMS 2.0, AMQP 1.0, MQTT, Stomp and
+REST.
+
+## Issues:
+None
+
+## Membership Data:
+- Apache ActiveMQ was founded 2007-01-16 (15 years ago)
+- There are currently 63 committers and 27 PMC members in this project.
+- The Committer-to-PMC ratio is 7:3.
+
+Community changes, past quarter:
+- Francesco Nigro was added to the PMC on 2022-03-24
+- Robbie Gemmell was added to the PMC on 2022-03-24
+- No new committers. Last addition was Domenico Francesco Bruscino on
+ 2020-06-29.
+
+## Project Activity:
+### ActiveMQ
+##### A JIRA clean-up closed stale tickets, resulting in about 1/2 as many open
+ tickets (approx 441)
+##### ActiveMQ 5.16.4 released, this is a maintenance release; fixing issue
+ and switching to reload4j instead of log4j1 fixing several security
+ issues.
+##### ActiveMQ 5.17.0 released, this is a major release in the ActiveMQ
+ "classic" roadmap. It brings JDK11 support, Spring 5 upgrade (Spring 4
+ is now deprecated), Log4j2 update (instead of log4j1 in previous
+ releases), and bunch of other improvements.
+##### ActiveMQ 5.18.0 development planning has started. The work we started
+ around JMS 2 support has been postponed to ActiveMQ 5.18.0 in order to
+ give us time to clean tests and review.
+
+## Community Health:
+The PMC recently voted in three new committers to the committee. Releases
+continue unabated and discussions on the mailing list are positive and moving
+in the right direction.
diff --git
a/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-07-20.txt
b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-07-20.txt
new file mode 100644
index 000000000..5d7a39774
--- /dev/null
+++ b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-07-20.txt
@@ -0,0 +1,55 @@
+## Description:
+Apache ActiveMQ is a popular and powerful open source message-oriented
+middleware. Apache ActiveMQ is fast, supports many cross language clients and
+protocols, comes with easy to use enterprise integration patterns and many
+advanced features while fully supporting JMS 2.0, AMQP 1.0, MQTT, Stomp and
+REST.
+
+## Issues:
+None
+
+## Membership Data:
+- Apache ActiveMQ was founded 2007-01-16 (15 years ago)
+- There are currently 63 committers and 29 PMC members in this project.
+- The Committer-to-PMC ratio is roughly 2:1.
+
+Community changes, past quarter:
+- Domenico Francesco Bruscino was added to the PMC on 2022-06-20
+- Krzysztof Porębski was added to the PMC on 2022-04-15
+- No new committers. Last addition was Domenico Francesco Bruscino on
+ 2020-06-29.
+
+## Project Activity:
+
+#### ActiveMQ Classic
+- We started preparation of 5.18.0 release, bringing JMS2, and
+ other major changes
+- ActiveMQ Classic 5.17.2 is also in preparation with several
+ updates and fixes.
+
+#### ActiveMQ Artemis
+- The prior releases have delivered various new features and improvements
+ such as MQTT 5 support, and Jakarta Messaging 3.1 support, along with
+ various bug fixes etc.
+- Work is progressing towards the 2.24.0 release, with enhancements to
+ the paging system and fixes for journal compaction, plus improvements
+ to the artemis-native component and its build.
+- Activity continues around switching the client+broker to use SLF4J as
+ their logging facade to ease use by other components.
+
+#### NMS
+- A 1.8.1 API maintenance release was made to fix an exception for
+ applications launched in 'single file mode'.
+- The NMS ActiveMQ Openwire client was updated to also implement the
+ 2.0.0 API, previously only implemented by the NMS AMQP client.
+
+## Releases:
+- ActiveMQ Artemis Native 2.0.0 was released on 2022-07-18.
+- ActiveMQ NMS ActiveMQ was released on 2022-07-07.
+- ActiveMQ Artemis 2.23.1 was released on 2022-06-21.
+- ActiveMQ Artemis 2.23.0 was released on 2022-06-14.
+- ActiveMQ NMS API 1.8.1 was released on 2022-05-29.
+- ActiveMQ Artemis 2.22.0 was released on 2022-05-04.
+- ActiveMQ Classic 5.16.5 was released on 2022-05-02.
+- ActiveMQ Classic 5.17.1 was released on 2022-04-29.
+- ActiveMQ Artemis 2.21.0 was released on 2022-03-22.
diff --git
a/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-10-19.txt
b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-10-19.txt
new file mode 100644
index 000000000..bcd6f17c5
--- /dev/null
+++ b/src/team/reports/board_reports/Apache-ActiveMQ-board-report-2022-10-19.txt
@@ -0,0 +1,30 @@
+## Description:
+Apache ActiveMQ is a popular and powerful open source message-oriented
+middleware. Apache ActiveMQ is fast, supports many cross language clients and
+protocols, comes with easy to use enterprise integration patterns and many
+advanced features while fully supporting JMS 2.0, AMQP 1.0, MQTT, Stomp and
+REST.
+
+## Issues:
+- TODO
+
+## Membership Data:
+- Apache ActiveMQ was founded 2007-01-16 (15 years ago)
+- There are currently 63 committers and 27 PMC members in this project.
+- The Committer-to-PMC ratio is 7:3.
+
+Community changes, past quarter:
+- Francesco Nigro was added to the PMC on 2022-03-24
+- Robbie Gemmell was added to the PMC on 2022-03-24
+- No new committers. Last addition was Domenico Francesco Bruscino on
2020-06-29.
+
+## Project Activity:
+### ActiveMQ
+##### TODO
+### ActiveMQ Artemis
+##### TODO
+### ActiveMQ Other
+##### TODO
+
+## Community Health:
+- TODO
diff --git a/src/team/reports/board_reports/README
b/src/team/reports/board_reports/README
new file mode 100644
index 000000000..bdb374e7e
--- /dev/null
+++ b/src/team/reports/board_reports/README
@@ -0,0 +1,4 @@
+This directory houses the raw reports assembled quarterly for the ASF board.
+Each report in this directory is collected collaboratively by the ActiveMQ
+committers and is transmitted to the ASF board by the PMC Chair or designee
+via the Whimsy tool (https://whimsy.apache.org/).
diff --git a/src/team/reports/index.md b/src/team/reports/index.md
index 7b7ea0c34..bfdc024d4 100644
--- a/src/team/reports/index.md
+++ b/src/team/reports/index.md
@@ -8,7 +8,10 @@ type: main
Apache ActiveMQ's [Project Management Committee
(PMC)](https://www.apache.org/dev/pmc) is required to [report on ActiveMQ's
health and status](https://www.apache.org/foundation/board/reporting) quarterly
to the Apache Board of Directors. The current ActiveMQ reporting schedule is:
January, April, July, October.
-**2019**|[January](2019-01)
+**2022**|[January](2022-01), [April](2022-04), [July](2022-07),
[October](2022-10)
+**2021**|[January](2021-01), [April](2021-04), [July](2021-07),
[October](2021-10)
+**2020**|[January](2020-01), [April](2020-04), [July](2020-07),
[October](2020-10)
+**2019**|[January](2019-01), [April](2019-04), [July](2019-07),
[October](2019-10)
**2018**|[January](2018-01), [April](2018-04), [July](2018-07),
[October](2018-10)
**2017**|[January](2017-01), [April](2017-04), [July](2017-07),
[October](2017-10)
**2016**|[February](2016-02), [April](2016-04), [May](2016-05),
[July](2016-07), [October](2016-10)