chore(midaz): bump app version to 3.4.1#759
Conversation
chore(midaz): bump app version to 3.4.1
## (2025-11-14)
chore(midaz): bump chart version to 4.4.1
WalkthroughThis pull request bumps version numbers across multiple Helm charts. The Midaz Helm chart is updated with a new chart version (4.4.0-beta.11) and application version (3.4.1), along with corresponding image tag updates for console, onboarding, and transaction components. The README's Application Version Mapping table is updated to reflect these changes. Additionally, chart versions are bumped for plugin-br-pix-direct-jd (to 1.2.1-beta.1), plugin-fees (to 3.4.1-beta.1), and reporter (to 1.1.1-beta.1). Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
## (2025-11-14)
|
@coderabbitai help |
ChatThere are 3 ways to chat with CodeRabbit:
CodeRabbit commands
Other keywords and placeholders
CodeRabbit configuration file (
|
## (2025-11-14)
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
## (2025-11-14)
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (6)
README.md(1 hunks)charts/midaz/Chart.yaml(1 hunks)charts/midaz/values.yaml(3 hunks)charts/plugin-br-pix-direct-jd/Chart.yaml(1 hunks)charts/plugin-fees/Chart.yaml(1 hunks)charts/reporter/Chart.yaml(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md
19-19: Tables should be surrounded by blank lines
(MD058, blanks-around-tables)
🔇 Additional comments (5)
charts/reporter/Chart.yaml (1)
19-19: Version bump is clean and consistent.The chart version bump from 1.1.0 to 1.1.1-beta.1 follows semantic versioning, with appVersion appropriately left unchanged at 3.1.0.
charts/midaz/values.yaml (1)
46-46: Image tags consistently bumped to match appVersion.All three component image tags (console, onboarding, transaction) are updated from 3.4.0 to 3.4.1, aligning with the appVersion bump in charts/midaz/Chart.yaml.
Also applies to: 240-240, 440-440
charts/plugin-br-pix-direct-jd/Chart.yaml (1)
15-15: Version bump is correct and consistent.Chart version bumped from 1.2.0 to 1.2.1-beta.1, with appVersion appropriately unchanged at 1.0.0.
charts/plugin-fees/Chart.yaml (1)
16-16: Version bump is correct and consistent.Chart version bumped from 3.4.0 to 3.4.1-beta.1, with appVersion appropriately unchanged at 2.1.1.
charts/midaz/Chart.yaml (1)
20-23: Verify versioning scheme and update README.md to match chart version.The chart version in
Chart.yamlis4.4.0-beta.11(beta), butREADME.mddocuments the installation command with--version 4.4.0(release). These must match. Additionally, clarify the versioning approach:
- Should the chart version be
4.4.0or4.4.0-beta.11?- Why is the chart version using a beta designation after a release version (reverses typical semantic versioning order)—is this intentional?
- Update
README.mdto reflect the actual chart version inChart.yaml.The appVersion bump to
3.4.1is correct and aligns with the image tags incharts/midaz/values.yaml.
Midaz Pull Request Checklist
Pull Request Type
Checklist
Please check each item after it's completed.
Additional Notes
Obs: Please, always remember to target your PR to develop branch instead of main.
Summary by CodeRabbit