Closed henit-chobisa closed 2 months ago
The changes encompass updates across multiple files in the Plane Enterprise Helm Chart, including documentation rebranding, version increments, and configuration modifications. Key alterations include the removal of licensing references, adjustments to environment variables, and the introduction of new monitoring services. Additionally, the Docker registry feature has been disabled by default, reflecting a shift in deployment requirements and enhancing the application's monitoring capabilities.
Files | Change Summary |
---|---|
charts/plane-ce/README.md |
Removed header line introducing the document. |
charts/plane-enterprise/Chart.yaml |
Updated version from 1.0.8 to 1.0.9 . |
charts/plane-enterprise/README.md |
Rebranded from "Plane One" to "Plane Enterprise"; updated installation instructions and environment variables. |
charts/plane-enterprise/questions.yml |
Changed defaults for dockerRegistry.enabled (true to false) and planeVersion (latest to v1.2.0); added new monitoring variables. |
charts/plane-enterprise/templates/_helpers.tpl |
Removed .Values.license.licenseKey from hashString function. |
charts/plane-enterprise/templates/config-secrets/app-env.yaml |
Removed LICENSE_KEY , replaced LICENSE_DOMAIN and LICENSE_VERSION with APP_DOMAIN and APP_VERSION ; added new entries for payment and feature flag URLs. |
charts/plane-enterprise/templates/config-secrets/monitor.yaml |
Introduced new ConfigMap for monitoring configuration. |
charts/plane-enterprise/templates/workloads/api.deployment.yaml |
Minor formatting change (removed empty line). |
charts/plane-enterprise/templates/workloads/monitor.stateful.yaml |
New configuration for monitoring service and StatefulSet. |
charts/plane-enterprise/values.yaml |
Disabled Docker registry feature by default; added new monitoring service configuration. |
sequenceDiagram
participant User
participant Helm
participant Kubernetes
User->>Helm: Deploy Plane Enterprise
Helm->>Kubernetes: Install application components
Kubernetes->>Kubernetes: Create ConfigMap for monitoring
Kubernetes->>Kubernetes: Deploy monitoring StatefulSet
Kubernetes->>User: Application is running
🐇 "In fields of green, I hop with glee,
Changes abound, oh what a spree!
From Plane One to Enterprise bright,
New paths to explore, oh what delight!
Monitoring's here, with features galore,
Let's celebrate, and dance some more!" 🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
monitor
service and configuration options.Bug Fixes
Documentation
Chores