From d8e4fc2dd17e8df5e8f3efa0dfa84025dd1c9f81 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 17 Oct 2023 06:15:19 +0000 Subject: [PATCH 1/3] Upgrade to v0.10.3 --- conf/config.yaml | 12 ++++++++---- manifest.toml | 14 +++++++------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 1dc9f5e..4fdefaa 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -66,10 +66,14 @@ appservice: # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. as_token: "This value is generated when generating the registration" hs_token: "This value is generated when generating the registration" -# Segment API key to track some events, like provisioning API login and encryption errors. -segment_key: null -# Optional user_id to use when sending Segment events. If null, defaults to using mxID. -segment_user_id: null +# Segment-compatible analytics endpoint for tracking some events, like provisioning API login and encryption errors. +analytics: + # Hostname of the tracking server. The path is hardcoded to /v1/track + host: api.segment.io + # API key to send with tracking requests. Tracking is disabled if this is null. + token: null + # Optional user ID for tracking events. If null, defaults to using Matrix user ID. + user_id: null # Prometheus config. metrics: # Enable prometheus metrics? diff --git a/manifest.toml b/manifest.toml index c5cda1c..b7a28ba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,7 +3,7 @@ id = "mautrix_whatsapp" name = "Matrix-WhatsApp bridge" description.en = "Matrix / Synapse puppeting bridge for WhatsApp" description.fr = "Passerelle Matrix / Synapse pour WhatsApp" -version = "0.10.2~ynh1" +version = "0.10.3~ynh1" maintainers = ["thardev"] [upstream] @@ -107,9 +107,9 @@ main.default = 8449 in_subdir = false extract = false rename = "mautrix-whatsapp" -amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-amd64" -amd64.sha256 = "ba04e93d11fe796d0f0fcf35e35447cce46ee06bee90051183c24dc0bd5044a0" -arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm64" -arm64.sha256 = "449ddd86d6533d2de63b2df536312d4514b83490c510a193a9fea09f56645b1c" -armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm" -armhf.sha256 = "9601ca6074d98c19f6184cb4c2feb751eb2e8d6784f9f0e5cf313c8f5dfaa5c4" \ No newline at end of file +amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-amd64" +amd64.sha256 = "d5c78d9b75ef9846863cca3383dacb4efb76a5a58d8b6336cbb871e51a4d0073" +arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm64" +arm64.sha256 = "20e5bef339b431341bc74cc57c7665b47e1e76cf8ff084742e9176dee4aa227a" +armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm" +armhf.sha256 = "ed0eae8fbd6efb4bf013f1593b6d1fa0f762e88aa4d0f8db5382f29d091eb5d0" \ No newline at end of file From 8098010284cc9315a4e9d1e23afce3494183c3e3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 17 Oct 2023 06:15:24 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 305f9a9..27a878d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) ** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!** -**Shipped version:** 0.10.2~ynh1 +**Shipped version:** 0.10.3~ynh1 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 99b29d4..33be6a5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ C'est pourquoi [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_y ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix_synapse et mautrix_whatsapp en même temps!** -**Version incluse :** 0.10.2~ynh1 +**Version incluse :** 0.10.3~ynh1 ## Documentations et ressources * Site officiel de l’app : From 090eac3add23f4a74f973f5954c6b1f80bb41c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:04:09 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index b7a28ba..3d50b98 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,9 +1,12 @@ packaging_format = 2 + id = "mautrix_whatsapp" name = "Matrix-WhatsApp bridge" + description.en = "Matrix / Synapse puppeting bridge for WhatsApp" description.fr = "Passerelle Matrix / Synapse pour WhatsApp" version = "0.10.3~ynh1" + maintainers = ["thardev"] [upstream] @@ -13,7 +16,7 @@ code = "https://github.com/mautrix/whatsapp" admindoc = "https://docs.mau.fi/bridges/go/whatsapp/index.html" [integration] -yunohost = ">= 11.1" +yunohost = ">= 11.2" architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = false @@ -82,12 +85,6 @@ Il est également possible de spécifier plusieurs valeurs en les séparant par [resources] -[resources.apt] -packages = "g++, postgresql, ffmpeg" - -[resources.database] -type = "postgresql" - [resources.permissions] main.allowed = "all_users" main.auth_header = false @@ -112,4 +109,10 @@ amd64.sha256 = "d5c78d9b75ef9846863cca3383dacb4efb76a5a58d8b6336cbb871e51a4d0073 arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm64" arm64.sha256 = "20e5bef339b431341bc74cc57c7665b47e1e76cf8ff084742e9176dee4aa227a" armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm" -armhf.sha256 = "ed0eae8fbd6efb4bf013f1593b6d1fa0f762e88aa4d0f8db5382f29d091eb5d0" \ No newline at end of file +armhf.sha256 = "ed0eae8fbd6efb4bf013f1593b6d1fa0f762e88aa4d0f8db5382f29d091eb5d0" + +[resources.apt] +packages = "g++, postgresql, ffmpeg" + +[resources.database] +type = "postgresql"