From 8778c99eee2944ca19fc9c14785d2323ccb9e417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Fri, 12 Aug 2022 21:42:47 +0300 Subject: [PATCH 1/4] [dendrite] Upgrade Dendrite to 0.9.2 --- charts/incubator/dendrite/Chart.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/incubator/dendrite/Chart.yaml b/charts/incubator/dendrite/Chart.yaml index b28b01fb2b..31ac33a163 100644 --- a/charts/incubator/dendrite/Chart.yaml +++ b/charts/incubator/dendrite/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: v0.9.1 +appVersion: v0.9.2 description: Dendrite Matrix Homeserver name: dendrite -version: 6.2.0 +version: 6.3.0 kubeVersion: ">=1.16.0-0" keywords: - dendrite @@ -81,9 +81,7 @@ dependencies: condition: dendrite.polylithEnabled annotations: artifacthub.io/changes: |- - - kind: added - description: Configuration options for in-memory cache - - kind: added - description: Configuration option for .well-known/matrix/client - kind: changed - description: Upgraded dendrite to 0.9.1 + description: Changed the default dendrite image repo to use from Docker Hub to Github Containers. + - kind: changed + description: Upgraded dendrite to 0.9.2 From a1fe320ef7f3aca429d86d3de6f8e7bb7c4154d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Fri, 12 Aug 2022 21:44:14 +0300 Subject: [PATCH 2/4] [dendrite] Change default repository It was Docker Hub, now it's Github Containers. --- charts/incubator/dendrite/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/dendrite/values.yaml b/charts/incubator/dendrite/values.yaml index 2da570ddff..2310f9e533 100644 --- a/charts/incubator/dendrite/values.yaml +++ b/charts/incubator/dendrite/values.yaml @@ -8,7 +8,7 @@ --- image: # -- image repository - repository: matrixdotorg/dendrite-monolith + repository: ghcr.io/matrix-org/dendrite-monolith # -- image tag # @default -- chart.appVersion tag: From 41d901f36eded77d31a0a6d7b2cd963ca5c4ba3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 18 Aug 2022 20:18:46 +0300 Subject: [PATCH 3/4] [dendrite]: appversion to 0.9.3. Co-authored-by: Winston R. Milling --- charts/incubator/dendrite/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/dendrite/Chart.yaml b/charts/incubator/dendrite/Chart.yaml index 31ac33a163..e9b30b7d73 100644 --- a/charts/incubator/dendrite/Chart.yaml +++ b/charts/incubator/dendrite/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -appVersion: v0.9.2 +appVersion: v0.9.3 description: Dendrite Matrix Homeserver name: dendrite version: 6.3.0 From 0ad3f862663d591c215204f321a718ef295d97e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 18 Aug 2022 20:19:16 +0300 Subject: [PATCH 4/4] [dendrite]: Update the description of change. Co-authored-by: Winston R. Milling --- charts/incubator/dendrite/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/dendrite/Chart.yaml b/charts/incubator/dendrite/Chart.yaml index e9b30b7d73..db37734de3 100644 --- a/charts/incubator/dendrite/Chart.yaml +++ b/charts/incubator/dendrite/Chart.yaml @@ -84,4 +84,4 @@ annotations: - kind: changed description: Changed the default dendrite image repo to use from Docker Hub to Github Containers. - kind: changed - description: Upgraded dendrite to 0.9.2 + description: Upgraded dendrite to 0.9.3