Skip to content

Release notes 2.0.3 #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/release-notes/2.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Version 2.0.3 (2023-11-)

[Install `pg_stat_monitor`](../install.md){/md-button}

## Release highlights

This release fixes the issue with PostgreSQL crash when both `pg_stat_monitor` and `citus` extensions are enabled.
9 changes: 6 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# MkDocs configuration for Netlify builds
# MkDocs general configuration

site_name: pg_stat_monitor Documentation
site_description: Documentation
site_author: Percona LLC
copyright: Percona LLC, © 2023

copyright: >
<a href="https://www.percona.com/about">Percona LLC</a> and/or its affiliates © 2023 — <a href="#__consent">Cookie Consent</a>


repo_name: percona/pgsm-docs
repo_url: https://github.com/percona/pgsm-docs
edit_uri: edit/main/docs/
Expand Down Expand Up @@ -122,6 +124,7 @@ nav:
- comparison.md
- Release notes:
- Release notes index: release-notes/release_notes.md
- release_notes/2.0.3.md
- release_notes/2.0.2.md
- release-notes/2.0.1.md
- release-notes/2.0.0.md
Expand Down
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Variables set for HTML output
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path

release: '2.0.2'
release: '2.0.3'