Skip to content

Commit c0d752f

Browse files
authored
[bitnami/parse] Update MongoDB dependency to latest major version (#3570)
Signed-off-by: Andrés Bono <andresbono@vmware.com>
1 parent cb81f05 commit c0d752f

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

bitnami/parse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: parse
3-
version: 11.0.4
3+
version: 12.0.0
44
appVersion: 4.3.0
55
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
66
keywords:

bitnami/parse/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ Alternatively, you can use a ConfigMap or a Secret with the environment variable
220220
221221
## Upgrading
222222
223+
### To 12.0.0
224+
225+
MongoDB subchart container images were updated to 4.4.x and it can affect compatibility with older versions of MongoDB.
226+
227+
- https://github.com/bitnami/charts/tree/master/bitnami/mongodb#to-900
228+
223229
### To 11.0.0
224230
225231
Backwards compatibility is not guaranteed since breaking changes were included in MongoDB subchart. More information in the link below:

bitnami/parse/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: mongodb
33
repository: https://charts.bitnami.com/bitnami
4-
version: 8.2.3
5-
digest: sha256:4b92935be610c5503b8239b25c9edbd42a8a8bc167a88d5a28566ac81d287566
6-
generated: "2020-08-07T12:14:52.324442018Z"
4+
version: 9.0.1
5+
digest: sha256:d8d29688ae1c6ee1a1847f3719fed2cd4653db60dc1dcbff95e0b8286b9821dd
6+
generated: "2020-08-31T18:37:33.841258599+02:00"

bitnami/parse/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
- name: mongodb
3-
version: 8.x.x
3+
version: 9.x.x
44
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)