Release PMM 3.9.0#909
Draft
ademidoff wants to merge 3 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the PMM and PMM-HA Helm charts to reference PMM Server 3.9.0, including chart metadata bumps and documentation default tag updates.
Changes:
- Bump
version/appVersionincharts/pmmandcharts/pmm-hato 1.9.0/3.9.0 and 1.6.0/3.9.0 respectively. - Update README configuration tables to show the default
image.tagas3.9.0. - Update
values.yamlimage tag defaults (currently set to3.9.0-rc, which conflicts with the rest of the release bump).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| charts/pmm/Chart.yaml | Bumps chart version and PMM appVersion to 3.9.0. |
| charts/pmm/values.yaml | Updates default image tag (currently to an RC tag, which overrides appVersion). |
| charts/pmm/README.md | Updates documented default image.tag to 3.9.0. |
| charts/pmm-ha/Chart.yaml | Bumps chart version and PMM appVersion to 3.9.0. |
| charts/pmm-ha/values.yaml | Updates default image tag (currently to an RC tag, which overrides appVersion). |
| charts/pmm-ha/README.md | Updates documented default image.tag to 3.9.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
charts/pmm/values.yaml:17
values.yamldefaults point to theperconalab/pmm-serverrepository and a3.9.0-rctag, while this PR is a 3.9.0 release (ChartappVersionis 3.9.0 and README defaults now say 3.9.0). Merging as-is would deploy an RC image from a different repo than documented.
repository: perconalab/pmm-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3.9.0-rc"
charts/pmm-ha/values.yaml:17
values.yamldefaults point to theperconalab/pmm-serverrepository and a3.9.0-rctag, while this PR is a 3.9.0 release (ChartappVersionis 3.9.0 and README defaults now say 3.9.0). Merging as-is would deploy an RC image from a different repo than documented.
repository: perconalab/pmm-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3.9.0-rc"
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.
This pull request updates both the
pmmandpmm-haHelm charts to use the latest Percona Monitoring and Management (PMM) server version 3.9.0.Version and image updates:
versionandappVersionincharts/pmm/Chart.yamlandcharts/pmm-ha/Chart.yamlto reflect the new chart and PMM server versions.Documentation consistency:
charts/pmm/README.mdandcharts/pmm-ha/README.mdto3.9.0to match the new release.Warning
TODO: the image tags in
values.yamlare temporarily set to3.9.0-rcfor testing — revert to3.9.0once PMM 3.9.0 is released and the tests are re-run.