From 0bdbdc4e8651d55c568aeae27f4ae5d2490dd5a8 Mon Sep 17 00:00:00 2001 From: Ryan Draga Date: Mon, 28 Jun 2021 09:04:31 -0400 Subject: [PATCH] joplin-server Bump version of Joplin Server to 2.1.2 (Latest Stable Version) (#1068) * Bump version of Joplin Server to 2.1.2 (Latest Stable Version) * Minor Chart Version Bump * Update Docs for joplin-server chart --- charts/stable/joplin-server/Chart.yaml | 4 ++-- charts/stable/joplin-server/README.md | 10 ++++++++-- charts/stable/joplin-server/README_CHANGELOG.md.gotmpl | 6 ++++++ charts/stable/joplin-server/values.yaml | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index ccb18578..49de85a3 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.7.2 +appVersion: 2.1.2 description: This server allows you to sync any Joplin client name: joplin-server -version: 3.1.0 +version: 3.2.0 keywords: - joplin - notes diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md index 4e0fc173..a48b8e59 100644 --- a/charts/stable/joplin-server/README.md +++ b/charts/stable/joplin-server/README.md @@ -1,6 +1,6 @@ # joplin-server -![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square) This server allows you to sync any Joplin client @@ -88,7 +88,7 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"joplin/server"` | image repository | -| image.tag | string | `"1.7.2"` | image tag | +| image.tag | string | `"2.1.2"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | | service | object | See values.yaml | Configures service settings for the chart. | @@ -99,6 +99,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.2.0] + +#### Changed + +- Updated Joplin Server version to 2.1.2, as 2.0 introduces breaking changes between client and server. + ### [3.0.0] #### Added diff --git a/charts/stable/joplin-server/README_CHANGELOG.md.gotmpl b/charts/stable/joplin-server/README_CHANGELOG.md.gotmpl index d6f86174..9b75f8fc 100644 --- a/charts/stable/joplin-server/README_CHANGELOG.md.gotmpl +++ b/charts/stable/joplin-server/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.2.0] + +#### Changed + +- Updated Joplin Server version to 2.1.2, as 2.0 introduces breaking changes between client and server. + ### [3.0.0] #### Added diff --git a/charts/stable/joplin-server/values.yaml b/charts/stable/joplin-server/values.yaml index fe162185..6767d11e 100644 --- a/charts/stable/joplin-server/values.yaml +++ b/charts/stable/joplin-server/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: joplin/server # -- image tag - tag: 1.7.2 + tag: 2.1.2 # -- image pull policy pullPolicy: IfNotPresent