K8SPSMDB-1761 Release notes 1.23.0#364
Open
nastena1606 wants to merge 7 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation set for the Percona Operator for MongoDB 1.23.0 release, including new release notes plus new/expanded guides for newly documented Operator behaviors (TLS certificate management policy, reconciliation tuning, External DNS, etc.).
Changes:
- Bumps global doc variables to 1.23.0 and refreshes “tested/recommended” component/platform versions.
- Adds 1.23.0 release notes and wires them into navigation, release notes index, and versions compatibility tables.
- Expands operational docs for 1.23.0 features (TLS cert policy, reconciliation interval, External DNS exposure, PMM QAN query source, S3 auth options), plus assorted doc fixes/edits.
Reviewed changes
Copilot reviewed 26 out of 27 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| variables.yml | Updates release version, recommended component/platform versions, and adds 1.23.0 date. |
| mkdocs-base.yml | Reorganizes nav (Authentication grouping), adds TLS cert policy page and RN 1.23.0. |
| docs/volume-attributes-class.md | Minor Markdown formatting adjustment in example. |
| docs/versions.md | Adds 1.23.0 compatibility row; expands platform matrix with RKE2 column. |
| docs/users.md | Improves Vault link and adds link to localhost-auth-bypass doc. |
| docs/update.md | Documents StatefulSet revisionHistoryLimit usage. |
| docs/TLS.md | Expands TLS overview and introduces certManagementPolicy documentation. |
| docs/tls-cert-management-policy.md | New page describing TLS certificate management policies. |
| docs/RN/Kubernetes-Operator-for-PSMONGODB-RN1.23.0.md | New 1.23.0 release notes content. |
| docs/RN/index.md | Adds 1.23.0 entry to release notes index. |
| docs/reconciliation-concurrency.md | Adds RECONCILE_INTERVAL documentation and patch example. |
| docs/options.md | Notes enableLocalhostAuthBypass constraints and links to new guide. |
| docs/operator.md | Adds/updates option reference entries for new 1.23.0 fields. |
| docs/monitoring.md | Reworks QAN docs to cover pmm.querySource (profiler vs mongolog). |
| docs/helm.md | Expands Helm intro and prerequisites; links to custom install guidance. |
| docs/expose.md | Adds External DNS documentation for exposed per-pod Services. |
| docs/env-vars-operator.md | Adds RECONCILE_INTERVAL env var documentation. |
| docs/custom-install.md | Renames page to “Install Percona Operator…” and expands Helm guidance. |
| docs/cr-statuses.md | Documents TLSSecretsReady condition and adds example jsonpath query. |
| docs/backups-storage-s3.md | Major rewrite: adds S3 auth method selection, IRSA walkthrough, and instance profile notes. |
| docs/backups-storage-s3-instance-profile-draft.md | Adds a “draft” page containing proposed instance profile content. |
| docs/auth-bypass-localhost.md | New guide for disabling localhost auth bypass on running clusters. |
| docs/assets/templates/pdf_cover_page.tpl | Updates PDF cover release/version/date line. |
| docs/assets/fragments/patch.txt | Updates patch fragment to use pmm3recommended image tag. |
| docs/annotations.md | Documents percona.com/external-dns-managed annotation and ownership rules. |
| _resourcepdf/overrides/main.html | Updates banner copy and link for Percona Live. |
| _resource/overrides/main.html | Updates banner copy and link for Percona Live. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+109
to
+112
| kubectl -n <namespace> patch deployment percona-server-mongodb-operator \ | ||
| --type='strategic' \ | ||
| -o yaml \ | ||
| -p='{ |
Comment on lines
+1
to
3
| # Install Percona Operator for MongoDB with customized parameters | ||
|
|
||
| You can customize the configuration of Percona Server for MongoDB and install it with customized parameters. |
Comment on lines
+461
to
+465
| | percona/percona-server-mongodb:8.0.19-7 | 779378a9f52cd9e617d0c356053b4b9c97209b0b759aa819300427836f6f2c66 | | ||
| | percona/percona-server-mongodb:8.0.19-7 (ARM64) | 531793543992d2e502d3187b778f8468462dd9cdb16a58fa157fe86626594ede | | ||
| | percona/percona-server-mongodb:7.0.30-16 | 32bc384e2af367e4261bdf1d2b09211bb210425f292494e5837e5a05f6805768 | | ||
| | percona/percona-server-mongodb:7.0.30-16 (ARM64) | d333516c8b912d25b12759ab9c6d27d1ae4567e940f7922bd05c8dc06ae3228b | | ||
| | percona/percona-server-mongodb:6.0.27-21 | 2bd82853fd207ecadc8e5cd3ee598db7b9943f6976d9ae2140f5bdc997b0e8bb | |
Comment on lines
+1
to
+5
| # Draft: IAM instance profile section for backups-storage-s3.md | ||
|
|
||
| This file contains the proposed **Automate access to Amazon S3 using IAM instance profile** section. Replace lines 465–473 in `backups-storage-s3.md` with the content below (from `## Automate access` through the end of the instance profile section). | ||
|
|
||
| --- |
Comment on lines
+461
to
+465
| | percona/percona-server-mongodb:8.0.19-7 | 779378a9f52cd9e617d0c356053b4b9c97209b0b759aa819300427836f6f2c66 | | ||
| | percona/percona-server-mongodb:8.0.19-7 (ARM64) | 531793543992d2e502d3187b778f8468462dd9cdb16a58fa157fe86626594ede | | ||
| | percona/percona-server-mongodb:7.0.30-16 | 32bc384e2af367e4261bdf1d2b09211bb210425f292494e5837e5a05f6805768 | | ||
| | percona/percona-server-mongodb:7.0.30-16 (ARM64) | d333516c8b912d25b12759ab9c6d27d1ae4567e940f7922bd05c8dc06ae3228b | | ||
| | percona/percona-server-mongodb:6.0.27-21 | 2bd82853fd207ecadc8e5cd3ee598db7b9943f6976d9ae2140f5bdc997b0e8bb | |
new file: docs/RN/Kubernetes-Operator-for-PSMONGODB-RN1.23.0.md
modified: docs/RN/index.md
modified: docs/assets/fragments/patch.txt
modified: docs/assets/templates/pdf_cover_page.tpl
modified: docs/versions.md
modified: mkdocs-base.yml
modified: variables.yml
nastena1606
force-pushed
the
K8SPSMDB-1761-Release-notes-1.23.0
branch
from
July 17, 2026 14:11
2d53c89 to
fe02ffc
Compare
nastena1606
temporarily deployed
to
K8SPSMDB-1761-Release-notes-1.23.0 - k8spsmdb-docs-1.23.0 PR #364
July 17, 2026 14:12 — with
Render
Destroyed
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
new file: docs/RN/Kubernetes-Operator-for-PSMONGODB-RN1.23.0.md
modified: docs/RN/index.md
modified: docs/assets/fragments/patch.txt
modified: docs/assets/templates/pdf_cover_page.tpl
modified: docs/versions.md
modified: mkdocs-base.yml
modified: variables.yml
…23.0' into K8SPSMDB-1761-Release-notes-1.23.0
nastena1606
marked this pull request as ready for review
July 17, 2026 14:22
nastena1606
requested review from
egegunes,
eleo007,
gkech,
hors,
jvpasinatto,
mayankshah1607,
nmarukovich,
pooknull and
valmiranogueira
as code owners
July 17, 2026 14:22
gkech
approved these changes
Jul 17, 2026
egegunes
approved these changes
Jul 20, 2026
egegunes
approved these changes
Jul 22, 2026
nastena1606
force-pushed
the
K8SPSMDB-1761-Release-notes-1.23.0
branch
from
July 22, 2026 11:28
db96563 to
1c7dd10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.