Skip to content

Commit f761999

Browse files
⬆️(deps) Bump element version to v1.12.2 (MinBZK#254)
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Wout van der Steen <ericwout.steen@rijksoverheid.nl>
1 parent 3a14ebc commit f761999

File tree

8 files changed

+81
-12
lines changed

8 files changed

+81
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ It currently includes the following open-source components
8787
| ------------------ | -------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ---------- |
8888
| Identity Provider | Keycloak | [26.3.3](https://github.com/keycloak/keycloak/releases/tag/26.3.3) | [documentation](https://www.keycloak.org/documentation) | Apache-2.0 |
8989
| Chat | Element Synapse | [v1.129](https://github.com/element-hq/synapse/tree/v1.129.0) | [documentation](https://element-hq.github.io/synapse/latest/) | AGPL-3.0 |
90-
| Chat UI | Element Web | [V1.11.106](https://github.com/element-hq/element-web/tree/v1.11.106) | [documentation](https://element.io/) | AGPL-3.0 |
90+
| Chat UI | Element Web | [v1.12.2](https://github.com/element-hq/element-web/tree/v1.12.2) | [documentation](https://element.io/) | AGPL-3.0 |
9191
| AI LLM | Ollama | [v0.7.0](https://github.com/ollama/ollama/tree/v0.7.0) | [documentation](https://ollama.com/) | MIT |
9292
| Spreadsheet | Grist | [v1.6.1](https://github.com/gristlabs/grist-core/tree/v1.6.1) | [documentation](https://support.getgrist.com/self-managed/) | Apache-2.0 |
9393
| File sharing | Nextcloud | [v30.0.7](https://github.com/nextcloud/server/tree/v30.0.7) | [documentation](https://nextcloud.com/) | AGPL-3.0 |

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ MijnBureau currently includes the following key components:
4848
| ------------------ | -------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ---------- |
4949
| Identity Provider | Keycloak | [26.3.3](https://github.com/keycloak/keycloak/releases/tag/26.3.3) | [documentation](https://www.keycloak.org/documentation) | Apache-2.0 |
5050
| Chat | Element Synapse | [v1.129](https://github.com/element-hq/synapse/tree/v1.129.0) | [documentation](https://element-hq.github.io/synapse/latest/) | AGPL-3.0 |
51-
| Chat UI | Element Web | [V1.11.106](https://github.com/element-hq/element-web/tree/v1.11.106) | [documentation](https://element.io/) | AGPL-3.0 |
51+
| Chat UI | Element Web | [V1.12.2](https://github.com/element-hq/element-web/tree/v1.12.2) | [documentation](https://element.io/) | AGPL-3.0 |
5252
| AI LLM | Ollama | [v0.7.0](https://github.com/ollama/ollama/tree/v0.7.0) | [documentation](https://ollama.com/) | MIT |
5353
| Spreadsheet | Grist | [v1.6.1](https://github.com/gristlabs/grist-core/tree/v1.6.1) | [documentation](https://support.getgrist.com/self-managed/) | Apache-2.0 |
5454
| File sharing | Nextcloud | [v30.0.7](https://github.com/nextcloud/server/tree/v30.0.7) | [documentation](https://nextcloud.com/) | AGPL-3.0 |

helmfile/apps/chat/charts/element-web/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: "A Helm chart for deploying Element Web"
1414
type: application
1515

1616
version: 0.1.0
17-
appVersion: 1.11.51
17+
appVersion: 1.12.2
1818

1919
keywords:
2020
- element

helmfile/apps/chat/charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
category: Communications
66
licenses: Apache-2.0
77
apiVersion: v2
8-
appVersion: "1.133.0"
8+
appVersion: 1.141.0
99
description: Mijn Bureau Synapse homeserver, the matrix reference implementation
1010
home: https://minbzk.github.io/mijn-bureau/
1111
icon: https://matrix.org/images/matrix-logo.svg

helmfile/apps/chat/charts/synapse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The Synapse image stores the Synapse data and configurations at the `/synapse/da
230230
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
231231
| `image.registry` | Synapse master image registry | `docker.io` |
232232
| `image.repository` | Synapse master image repository | `matrixdotorg/synapse` |
233-
| `image.tag` | Synapse master image tag (immutable tags are recommended) | `v1.133.0` |
233+
| `image.tag` | Synapse master image tag (immutable tags are recommended) | `v1.141.0` |
234234
| `image.digest` | Synapse master image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
235235
| `image.pullPolicy` | Synapse master image pull policy | `IfNotPresent` |
236236
| `image.pullSecrets` | Synapse master image pull secrets | `[]` |

helmfile/apps/chat/charts/synapse/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ diagnosticMode:
8686
image:
8787
registry: docker.io
8888
repository: matrixdotorg/synapse
89-
tag: "v1.133.0"
89+
tag: "v1.141.0"
9090
digest: ""
9191
## Specify a imagePullPolicy
9292
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

helmfile/environments/default/container.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ container:
6060
elementweb:
6161
registry: "registry-1.docker.io"
6262
repository: "vectorim/element-web"
63-
tag: "v1.11.106"
63+
tag: "v1.12.2"
6464
imagePullSecret: ~
6565
synapse:
6666
registry: "registry-1.docker.io"
6767
repository: "matrixdotorg/synapse"
68-
tag: "v1.133.0"
68+
tag: "v1.141.0"
6969
imagePullSecret: ~
7070
collabora:
7171
registry: "registry-1.docker.io"

updatecli/updatecli.d/element.yaml

Lines changed: 73 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Update element container tags"
1+
name: "Update Element versions"
22

33
scms:
44
default:
@@ -41,7 +41,7 @@ sources:
4141

4242
targets:
4343
update_element_tag:
44-
name: "Update element tag"
44+
name: "Update Element container tag"
4545
kind: yaml
4646
spec:
4747
engine: yamlpath
@@ -50,8 +50,20 @@ targets:
5050
sourceid: element_latest_version
5151
scmid: default
5252

53-
update_synapse_tag:
54-
name: "Update synapse tag"
53+
update_element_chart:
54+
name: "Update Element chart appVersion"
55+
kind: yaml
56+
spec:
57+
engine: yamlpath
58+
file: "helmfile/apps/chat/charts/element-web/Chart.yaml"
59+
key: "$.appVersion"
60+
transformers:
61+
- trimprefix: "v"
62+
sourceid: element_latest_version
63+
scmid: default
64+
65+
update_synapse_container_tag:
66+
name: "Update Synapse container tag"
5567
kind: yaml
5668
spec:
5769
engine: yamlpath
@@ -60,6 +72,63 @@ targets:
6072
sourceid: synapse_latest_version
6173
scmid: default
6274

75+
update_synapse_values_tag:
76+
name: "Update Synapse values tag"
77+
kind: yaml
78+
spec:
79+
engine: yamlpath
80+
file: "helmfile/apps/chat/charts/synapse/values.yaml"
81+
key: "$.image.tag"
82+
sourceid: synapse_latest_version
83+
scmid: default
84+
85+
update_synapse_readme_version:
86+
name: "Update Synapse README.md"
87+
kind: file
88+
spec:
89+
files:
90+
- "helmfile/apps/chat/charts/synapse/README.md"
91+
matchpattern: "`v([0-9.]+)`"
92+
replacepattern: '`{{ source "synapse_latest_version" }}`'
93+
sourceid: synapse_latest_version
94+
scmid: default
95+
96+
update_synapse_chart:
97+
name: "Update synapse chart appVersion"
98+
kind: yaml
99+
spec:
100+
engine: yamlpath
101+
file: "helmfile/apps/chat/charts/synapse/Chart.yaml"
102+
key: "$.appVersion"
103+
transformers:
104+
- trimprefix: "v"
105+
sourceid: synapse_latest_version
106+
scmid: default
107+
108+
update_markdowns_element_version:
109+
name: "Update markdown files with Element versions"
110+
kind: file
111+
spec:
112+
files:
113+
- "README.md"
114+
- "docs/docs/intro.md"
115+
matchpattern: "[vV]([0-9.]+)]\\Q(https://github.com/element-hq/element-web/tree/v\\E([0-9.]+)"
116+
replacepattern: '{{ source "element_latest_version" }}](https://github.com/suitenumerique/docs/releases/tag/{{ source "synapse_latest_version" }}'
117+
sourceid: element_latest_version
118+
scmid: default
119+
120+
update_markdowns_synapse_version:
121+
name: "Update markdown files with Synapse versions"
122+
kind: file
123+
spec:
124+
files:
125+
- "README.md"
126+
- "docs/docs/intro.md"
127+
matchpattern: "v([0-9.]+)]\\Q(https://github.com/element-hq/synapse/tree/v\\E([0-9.]+)"
128+
replacepattern: '{{ source "synapse_latest_version" }}](https://github.com/suitenumerique/docs/releases/tag/{{ source "synapse_latest_version" }}'
129+
sourceid: synapse_latest_version
130+
scmid: default
131+
63132
actions:
64133
default:
65134
scmid: default

0 commit comments

Comments
 (0)