From 764e51924982aedc183c00b339ee90361f5785ac Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Wed, 5 Aug 2026 12:53:03 +0530 Subject: [PATCH 1/2] release: Plane-EE v3.0.1 Bump chart version and appVersion to 3.0.1. Co-Authored-By: Claude Sonnet 4.6 --- charts/plane-enterprise/Chart.yaml | 4 ++-- charts/plane-enterprise/README.md | 6 +++--- charts/plane-enterprise/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index 32f83301..01b4fd2d 100644 --- a/charts/plane-enterprise/Chart.yaml +++ b/charts/plane-enterprise/Chart.yaml @@ -5,8 +5,8 @@ description: Meet Plane. An Enterprise software development tool to manage issue type: application -version: 3.0.0 -appVersion: "3.0.0" +version: 3.0.1 +appVersion: "3.0.1" home: https://plane.so/ icon: https://plane.so/favicon/favicon-32x32.png diff --git a/charts/plane-enterprise/README.md b/charts/plane-enterprise/README.md index 1fa17fe0..17292661 100644 --- a/charts/plane-enterprise/README.md +++ b/charts/plane-enterprise/README.md @@ -99,7 +99,7 @@ The default value is `"traefik"`. If you are switching to a standard ingress con Copy the format of constants below, paste it on Terminal to start setting environment variables, set values for each variable, and hit ENTER or RETURN. ```bash - PLANE_VERSION=v3.0.0 # or the last released version + PLANE_VERSION=v3.0.1 # or the last released version DOMAIN_NAME= ``` @@ -155,7 +155,7 @@ The default value is `"traefik"`. If you are switching to a standard ingress con Make sure you set the minimum required values as below. - - `planeVersion: v3.0.0 ` + - `planeVersion: v3.0.1 ` - `license.licenseDomain: ` - `ingress.enabled: ` - `ingress.ingressClass: ` @@ -181,7 +181,7 @@ The default value is `"traefik"`. If you are switching to a standard ingress con | Setting | Default | Required | Description | | --------------------- | :---------------: | :------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| planeVersion | v3.0.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | +| planeVersion | v3.0.1 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | | license.licenseDomain | plane.example.com | Yes | The fully-qualified domain name (FQDN) in the format `sudomain.domain.tld` or `domain.tld` that the license is bound to. It is also attached to your `ingress` host to access Plane. | ### Air-gapped Settings diff --git a/charts/plane-enterprise/values.yaml b/charts/plane-enterprise/values.yaml index 8394e9af..9fdbf7c7 100644 --- a/charts/plane-enterprise/values.yaml +++ b/charts/plane-enterprise/values.yaml @@ -1,4 +1,4 @@ -planeVersion: v3.0.0 +planeVersion: v3.0.1 dockerRegistry: enabled: false From 902a38a97c96306f8386d9c1043b25dd74d90f9d Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Wed, 5 Aug 2026 12:53:23 +0530 Subject: [PATCH 2/2] chore(plane-enterprise): update questions.yml default planeVersion to v3.0.1 Co-Authored-By: Claude Sonnet 4.6 --- charts/plane-enterprise/questions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index 12241b87..188141e2 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -27,7 +27,7 @@ questions: - variable: planeVersion label: Plane Version (Docker Image Tag) type: string - default: v3.0.0 + default: v3.0.1 required: true group: "Docker Registry" subquestions: