From 181840cc19f54ac74742ca773eca09422aabf596 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Wed, 13 Apr 2022 11:38:06 +0300 Subject: [PATCH 1/2] PG-371 Updated RC release notes with new issues modified: docs/RELEASE_NOTES.md --- docs/RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index bc34eb6..5a630c4 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -40,6 +40,7 @@ Below is the complete list of release notes for every version of ``pg_stat_monit [PG-166](https://jira.percona.com/browse/PG-166): Fixed issue with displaying the actual system time values instead of `NULL` +[PG-369](https://jira.percona.com/browse/PG-358): Fixed issue with incorrect `wal_bytes` values for PostgreSQL 11 and 12 that caused Query Analytics failure in PMM by ignoring the `WalUsage` variable value for these versions. ## REL0_9_0_STABLE From f6058c962982841d5c6b543c7c88a5e92975bee0 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Wed, 13 Apr 2022 11:46:59 +0300 Subject: [PATCH 2/2] Added requirements.txt for doc build --- requirements-doc.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements-doc.txt diff --git a/requirements-doc.txt b/requirements-doc.txt new file mode 100644 index 0000000..d8dddb9 --- /dev/null +++ b/requirements-doc.txt @@ -0,0 +1,12 @@ +mkdocs +mkdocs-macros-plugin +mkdocs-exclude +markdown-include +mkdocs-material +mkdocs-with-pdf +mkdocs-git-revision-date-plugin +mkdocs-material-extensions +mkdocs-bootstrap-tables-plugin +mkdocs-section-index +mkdocs-htmlproofer-plugin +mike \ No newline at end of file