Version update
authorLuke Hoersten <luke@hoersten.org>
Mon, 03 Apr 2023 13:20:18 -0500
changeset 211 9e2b2cc6ccf1
parent 210 dcdb18c5dc21
child 212 afd4595fe1af
Version update
dendrite/server/defaults/main.yaml
dendrite/server/tasks/main.yaml
dendrite/server/templates/[email protected]
ergo/defaults/main.yaml
minecraft/server/defaults/main.yaml
miniflux/defaults/main.yaml
pleroma/otp/defaults/main.yaml
prometheus/rpi-client/defaults/main.yaml
--- a/dendrite/server/defaults/main.yaml	Thu Feb 23 17:55:33 2023 -0600
+++ b/dendrite/server/defaults/main.yaml	Mon Apr 03 13:20:18 2023 -0500
@@ -1,7 +1,7 @@
 ---
 
 dendrite_user: "dendrite"
-dendrite_version: "0.11.1"
+dendrite_version: "0.12.0"
 dendrite_tar: "https://github.com/matrix-org/dendrite/archive/refs/tags/v{{dendrite_version}}.tar.gz"
 dendrite_build_dir: "/tmp/dendrite-{{dendrite_version}}"
 dendrite_old_key: false
--- a/dendrite/server/tasks/main.yaml	Thu Feb 23 17:55:33 2023 -0600
+++ b/dendrite/server/tasks/main.yaml	Mon Apr 03 13:20:18 2023 -0500
@@ -44,13 +44,13 @@
     group: "root"
     mode: "0755"
   loop:
-    - {"src": "dendrite-monolith-server" , "dest": "dendrite-monolith-server"}
-    - {"src": "create-account"           , "dest": "dendrite-create-account"}
-    - {"src": "dendrite-polylith-multi"  , "dest": "dendrite-polylith-multi"}
-    - {"src": "dendrite-upgrade-tests"   , "dest": "dendrite-upgrade-tests"}
-    - {"src": "generate-config"          , "dest": "dendrite-generate-config"}
-    - {"src": "generate-keys"            , "dest": "dendrite-generate-keys"}
-    - {"src": "resolve-state"            , "dest": "dendrite-resolve-state"}
+    - {"src": "dendrite"                , "dest": "dendrite"}
+    - {"src": "create-account"          , "dest": "dendrite-create-account"}
+    - {"src": "dendrite-polylith-multi" , "dest": "dendrite-polylith-multi"}
+    - {"src": "dendrite-upgrade-tests"  , "dest": "dendrite-upgrade-tests"}
+    - {"src": "generate-config"         , "dest": "dendrite-generate-config"}
+    - {"src": "generate-keys"           , "dest": "dendrite-generate-keys"}
+    - {"src": "resolve-state"           , "dest": "dendrite-resolve-state"}
 
 - name: create instance dir
   become: yes
--- a/dendrite/server/templates/[email protected]	Thu Feb 23 17:55:33 2023 -0600
+++ b/dendrite/server/templates/[email protected]	Mon Apr 03 13:20:18 2023 -0500
@@ -4,7 +4,7 @@
 
 [Service]
 WorkingDirectory={{dendrite_dir}}/%i/
-ExecStart=/usr/local/bin/dendrite-monolith-server -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i"
+ExecStart=/usr/local/bin/dendrite -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i"
 Restart=always
 User={{dendrite_user}}
 LimitNOFILE=65535
--- a/ergo/defaults/main.yaml	Thu Feb 23 17:55:33 2023 -0600
+++ b/ergo/defaults/main.yaml	Mon Apr 03 13:20:18 2023 -0500
@@ -1,6 +1,7 @@
 ---
 
 ergo_user: "ergo"
+# https://github.com/ergochat/ergo/releases/
 ergo_version: "2.11.1"
 ergo_arch: "arm64"
 ergo_tar_name: "ergo-{{ergo_version}}-linux-{{ergo_arch}}"
--- a/minecraft/server/defaults/main.yaml	Thu Feb 23 17:55:33 2023 -0600
+++ b/minecraft/server/defaults/main.yaml	Mon Apr 03 13:20:18 2023 -0500
@@ -12,20 +12,21 @@
 minecraft_dir: "{{minecraft_parent_dir}}/minecraft/{{minecraft_world_name}}"
 minecraft_url: "https://papermc.io/api/v2/projects/paper/versions/{{minecraft_paper_version}}/builds/{{minecraft_paper_build}}/downloads/paper-{{minecraft_paper_version}}-{{minecraft_paper_build}}.jar"
 
-# https://papermc.io
+# https://papermc.io/downloads/paper
 # paper is a spigot derivative
-minecraft_paper_version: "1.19.3"
-minecraft_paper_build: "420"
+minecraft_paper_version: "1.19.4"
+minecraft_paper_build: "490"
 
 minecreat_plugins_enabled:
   - "dynmap"
   - "geyser"
 
 # https://www.reddit.com/r/Dynmap/
+# http://dynmap.us/builds/dynmap/?C=M;O=D
 minecraft_dynmap_version: "3.4"
 minecraft_dynmap_url: "http://dynmap.us/builds/dynmap/Dynmap-{{minecraft_dynmap_version}}-spigot.jar"
 
 # https://geysermc.org
 # https://ci.opencollab.dev/job/GeyserMC/view/default/builds
-minecraft_geyser_version: "1306"
+minecraft_geyser_version: "1350"
 minecraft_geyser_url: "https://ci.opencollab.dev/job/GeyserMC/job/Geyser/job/master/{{minecraft_geyser_version}}/artifact/bootstrap/spigot/build/libs/Geyser-Spigot.jar"
--- a/miniflux/defaults/main.yaml	Thu Feb 23 17:55:33 2023 -0600
+++ b/miniflux/defaults/main.yaml	Mon Apr 03 13:20:18 2023 -0500
@@ -3,5 +3,6 @@
 miniflux_port: "8555"
 miniflux_admin_pass: "admin"
 miniflux_arch: "arm64"
-miniflux_version: "2.0.42"
+# https://github.com/miniflux/miniflux/releases
+miniflux_version: "2.0.43"
 miniflux_url: "https://github.com/miniflux/miniflux/releases/download/{{miniflux_version}}/miniflux-linux-{{miniflux_arch}}"
--- a/pleroma/otp/defaults/main.yaml	Thu Feb 23 17:55:33 2023 -0600
+++ b/pleroma/otp/defaults/main.yaml	Mon Apr 03 13:20:18 2023 -0500
@@ -25,5 +25,6 @@
 pleroma_download_url: "https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/stable/download?job={{pleroma_arch}}"
 
 pleroma_soapbox: false
+# https://gitlab.com/soapbox-pub/soapbox/-/releases
 pleroma_soapbox_version: "v3.2.0"
 pleroma_soapbox_download_url: "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/{{pleroma_soapbox_version}}/download?job=build-production"
--- a/prometheus/rpi-client/defaults/main.yaml	Thu Feb 23 17:55:33 2023 -0600
+++ b/prometheus/rpi-client/defaults/main.yaml	Mon Apr 03 13:20:18 2023 -0500
@@ -1,5 +1,6 @@
 ---
 
+# https://github.com/lukasmalkmus/rpi_exporter/releases
 prometheus_client_rpi_exporter_version: "0.8.0"
 prometheus_client_arch: "{{ansible_architecture}}"