Skip to content

[INFRA-148] Plane-EE: update appVersion to 1.9.2 in Chart.yaml and related documentation#102

Merged
mguptahub merged 1 commit intodevelopfrom
update-app-version
May 11, 2025
Merged

[INFRA-148] Plane-EE: update appVersion to 1.9.2 in Chart.yaml and related documentation#102
mguptahub merged 1 commit intodevelopfrom
update-app-version

Conversation

@akshat5302
Copy link
Member

@akshat5302 akshat5302 commented May 10, 2025

Description

Bump Plane version to 1.2.2 and update appVersion to 1.9.2 in Chart.yaml and related documentation

Summary by CodeRabbit

  • Chores
    • Updated the default Plane version to v1.9.2 across configuration files and documentation.
  • Documentation
    • Revised documentation to reference Plane version v1.9.2 in all relevant examples and tables.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 10, 2025

Walkthrough

This change updates the Plane Enterprise Helm chart to version 1.2.2 and the corresponding application version to 1.9.2. Documentation and configuration files were revised to reference the new application version, including default values and environment variable examples.

Changes

Files/Paths Change Summary
charts/plane-enterprise/Chart.yaml Incremented chart version from 1.2.1 to 1.2.2 and appVersion from 1.9.1 to 1.9.2.
charts/plane-enterprise/README.md Updated all references of Plane version from v1.9.1 to v1.9.2 in documentation and examples.
charts/plane-enterprise/questions.yml Changed default value of planeVersion from v1.9.1 to v1.9.2.
charts/plane-enterprise/values.yaml Updated planeVersion value from v1.9.1 to v1.9.2.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant HelmChart
    participant PlaneApp

    User->>HelmChart: Install/Upgrade chart (v1.2.2)
    HelmChart->>PlaneApp: Deploy Plane (v1.9.2)
    PlaneApp-->>User: Plane v1.9.2 running
Loading

Possibly related PRs

  • makeplane/helm-charts#75: Updates version and appVersion in the same Chart.yaml file for a new release.
  • makeplane/helm-charts#60: Performs similar version and documentation updates for the same chart, but for a different version increment.

Suggested reviewers

  • mguptahub

Poem

A version hop, a gentle leap,
The chart and docs now up to speed—
v1.9.2, so fresh and new,
For Helm and Plane, a job well done!
With every bump, we bound ahead,
🐇✨ Upgrading joyfully, just as I said!

Tip

⚡️ Faster reviews with caching
  • CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.

Enjoy the performance boost—your workflow just got faster.


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 53d0b93 and 8415c96.

📒 Files selected for processing (4)
  • charts/plane-enterprise/Chart.yaml (1 hunks)
  • charts/plane-enterprise/README.md (3 hunks)
  • charts/plane-enterprise/questions.yml (1 hunks)
  • charts/plane-enterprise/values.yaml (1 hunks)
🔇 Additional comments (6)
charts/plane-enterprise/values.yaml (1)

1-1: Version bump applied correctly.

The planeVersion value has been updated from v1.9.1 to v1.9.2, aligning with the new application release. This matches the appVersion in Chart.yaml and the default in questions.yml.

charts/plane-enterprise/questions.yml (1)

23-23: Update default Plane version.

The default planeVersion has been correctly bumped from v1.9.1 to v1.9.2, matching the chart's appVersion and overall version consistency.

charts/plane-enterprise/Chart.yaml (1)

8-9: Synchronize chart metadata with release.

The chart version has been incremented to 1.2.2 and the appVersion updated to "1.9.2", ensuring alignment with the application release and related YAML changes.

charts/plane-enterprise/README.md (3)

14-14: Update installation example version.

The example environment variable PLANE_VERSION has been updated to v1.9.2, aligning with the bumped chart and application versions.


68-68: Example values updated.

The example in the advanced setup list now correctly shows planeVersion: v1.9.2. Ensure users replace this with the most recent version if updated in future.


103-103: Documentation table version bump.

The default value in the configuration table has been updated to v1.9.2, matching other references.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@makeplane
Copy link

makeplane bot commented May 10, 2025

Pull Request Linked with Plane Work Items

Comment Automatically Generated by Plane

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants