From aacb65367eb27ab919d1a92355e69561bef2679c Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Wed, 28 May 2025 19:22:41 +0530 Subject: [PATCH 1/3] Bump Plane version to 1.2.4 and add API_HOSTNAME to monitor configuration --- charts/plane-enterprise/Chart.yaml | 2 +- charts/plane-enterprise/templates/config-secrets/monitor.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index 3f039a49..f0f70fdb 100644 --- a/charts/plane-enterprise/Chart.yaml +++ b/charts/plane-enterprise/Chart.yaml @@ -5,7 +5,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue type: application -version: 1.2.3 +version: 1.2.4 appVersion: "1.10.0" home: https://plane.so/ diff --git a/charts/plane-enterprise/templates/config-secrets/monitor.yaml b/charts/plane-enterprise/templates/config-secrets/monitor.yaml index e79936a6..0fd4dde1 100644 --- a/charts/plane-enterprise/templates/config-secrets/monitor.yaml +++ b/charts/plane-enterprise/templates/config-secrets/monitor.yaml @@ -10,3 +10,4 @@ data: APP_VERSION: {{ .Values.planeVersion | quote }} DEPLOY_PLATFORM: "KUBERNETES" API_URL: "http://{{ .Release.Name }}-api.{{ .Release.Namespace }}.svc.cluster.local:8000/" + API_HOSTNAME: "http://{{ .Release.Name }}-api.{{ .Release.Namespace }}.svc.cluster.local:8000/" From e6f683ed76c9f2048b18fe309342243c175e1e1e Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Tue, 3 Jun 2025 16:44:19 +0530 Subject: [PATCH 2/3] Bump Plane version to 1.2.5 in Chart.yaml --- charts/plane-enterprise/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index f0f70fdb..d115f831 100644 --- a/charts/plane-enterprise/Chart.yaml +++ b/charts/plane-enterprise/Chart.yaml @@ -5,7 +5,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue type: application -version: 1.2.4 +version: 1.2.5 appVersion: "1.10.0" home: https://plane.so/ From 696d078377b33d63f4beaa6f6af198894e0a6239 Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Tue, 3 Jun 2025 17:55:07 +0530 Subject: [PATCH 3/3] Update Plane version to 1.11.0 in Chart.yaml, questions.yml, README.md, and values.yaml --- charts/plane-enterprise/Chart.yaml | 2 +- charts/plane-enterprise/README.md | 6 +++--- charts/plane-enterprise/questions.yml | 2 +- charts/plane-enterprise/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/plane-enterprise/Chart.yaml b/charts/plane-enterprise/Chart.yaml index d115f831..9491c5f9 100644 --- a/charts/plane-enterprise/Chart.yaml +++ b/charts/plane-enterprise/Chart.yaml @@ -6,7 +6,7 @@ description: Meet Plane. An Enterprise software development tool to manage issue type: application version: 1.2.5 -appVersion: "1.10.0" +appVersion: "1.11.0" 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 e4960920..2b25092d 100644 --- a/charts/plane-enterprise/README.md +++ b/charts/plane-enterprise/README.md @@ -11,7 +11,7 @@ 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=v1.10.0 # or the last released version + PLANE_VERSION=v1.11.0 # or the last released version DOMAIN_NAME= ``` @@ -65,7 +65,7 @@ ``` Make sure you set the minimum required values as below. - - `planeVersion: v1.10.0 ` + - `planeVersion: v1.11.0 ` - `license.licenseDomain: ` - `ingress.enabled: ` - `ingress.ingressClass: ` @@ -100,7 +100,7 @@ | Setting | Default | Required | Description | |---|:---:|:---:|---| -| planeVersion | v1.10.0 | Yes | Specifies the version of Plane to be deployed. Copy this from prime.plane.so. | +| planeVersion | v1.11.0 | 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. | ### Postgres diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index 2aeaff9b..cbc03983 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -20,7 +20,7 @@ questions: - variable: planeVersion label: Plane Version (Docker Image Tag) type: string - default: v1.10.0 + default: v1.11.0 required: true group: "Docker Registry" subquestions: diff --git a/charts/plane-enterprise/values.yaml b/charts/plane-enterprise/values.yaml index 77b8e3b9..26bdcfdb 100644 --- a/charts/plane-enterprise/values.yaml +++ b/charts/plane-enterprise/values.yaml @@ -1,4 +1,4 @@ -planeVersion: v1.10.0 +planeVersion: v1.11.0 dockerRegistry: enabled: false