From 8ca1dda1f7773a83190ca9ee6552e57da56de00d Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Tue, 13 Jun 2023 00:25:40 +0200 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 4 ++-- charts/planka/README.md | 2 +- charts/planka/templates/pvc.yaml | 2 +- client/.env | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index 5afded17..04d24004 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -21,11 +21,11 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.11.0" +appVersion: "1.12.0" dependencies: - alias: postgresql condition: postgresql.enabled name: postgresql repository: &bitnami-repo https://charts.bitnami.com/bitnami - version: 12.5.1 \ No newline at end of file + version: 12.5.1 diff --git a/charts/planka/README.md b/charts/planka/README.md index f767f1af..eebdb79d 100644 --- a/charts/planka/README.md +++ b/charts/planka/README.md @@ -81,4 +81,4 @@ If you want to host Planka for more than just playing around with, you might wan - Create your `secretkey` once and store it either in a secure vault, or in your `values.yaml` file so it will be the same for upgrading in the future. - Specify a password for `postgresql.auth.password` as there have been issues with the postgresql chart generating new passwords locking you out of the data you've already stored. (see [this issue](https://github.com/bitnami/charts/issues/2061)) -Any questions or concerns, [raise an issue](https://github.com/Chris-Greaves/planka-helm-chart/issues/new). \ No newline at end of file +Any questions or concerns, [raise an issue](https://github.com/Chris-Greaves/planka-helm-chart/issues/new). diff --git a/charts/planka/templates/pvc.yaml b/charts/planka/templates/pvc.yaml index 0a3240b3..09be4491 100644 --- a/charts/planka/templates/pvc.yaml +++ b/charts/planka/templates/pvc.yaml @@ -22,4 +22,4 @@ spec: storageClassName: "{{ .Values.persistence.storageClass }}" {{- end }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/client/.env b/client/.env index 8949aeae..7b82308e 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=1.10.3 +REACT_APP_VERSION=1.12.0 diff --git a/package-lock.json b/package-lock.json index 25768c5f..31a28bbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "planka", - "version": "1.11.0", + "version": "1.12.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index b79f8991..2e333c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "1.11.0", + "version": "1.12.0", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": {