summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-09-17 14:13:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-09-17 14:15:12 +0200
commit5e832a031913a77616cf2e25c1d4866d337d7697 (patch)
treee43ba1856a114dd71629810c48dd5880ea548b98
parentac7d593a6028d724d20b24a6da17e856a7a8a5fe (diff)
downloaditzks-systems-5e832a031913a77616cf2e25c1d4866d337d7697.tar.gz
itzks-systems-5e832a031913a77616cf2e25c1d4866d337d7697.tar.bz2
itzks-systems-5e832a031913a77616cf2e25c1d4866d337d7697.zip
release 2025.09.17.12025.09.17.1
-rw-r--r--ChangeLog19
-rw-r--r--debian/changelog11
2 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f934c6..c65f87b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
+2025-09-17 Mike Gabriel
+
+ * release 2025.09.17.1 (HEAD -> master, tag: 2025.09.17.1)
+ * sbin/itzks-update-disklserver-squashfs-images: Copy disklserver's
+ /root/.ssh/known_hosts (or known_hosts.DLW into a freshly
+ copied chroot if not already present). Required for SSH
+ access to debian-edu@tjener.intern to obtain krb5.keytab
+ files. (ac7d593a)
+
+2025-09-15 Mike Gabriel
+
+ * examples/backup/dirvish/: Add dirvish templates for filter.intern
+ and puppetserver.intern. (f9ad7317)
+ * release 2025.09.15.1 (fcd2e186) (tag: 2025.09.15.1)
+ * sbin/itzks-puppetserver-list-known-hosts: Syntax fix in if-clause.
+ (a099d49f)
+
2025-08-29 Mike Gabriel
- * release 2025.08.29.1 (HEAD -> master, tag: 2025.08.29.1)
+ * release 2025.08.29.1 (88260358) (tag: 2025.08.29.1)
* Switch to supporting Debian 13 (aka trixie) by default. (0043861a)
* debian/control: In R: field, replace openboard-contrib by
openboard-fonts-nonfree. (fc8d8dfd)
diff --git a/debian/changelog b/debian/changelog
index 6afab70..b5ddb33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+itzks-systems (2025.09.17.1) unstable; urgency=medium
+
+ * examples/backup/dirvish/:
+ - Add dirvish templates for filter.intern and puppetserver.intern.
+ * sbin/itzks-update-disklserver-squashfs-images:
+ - Copy disklserver's /root/.ssh/known_hosts (or known_hosts.DLW into a
+ freshly copied chroot if not already present). Required for SSH access
+ to debian-edu@tjener.intern to obtain krb5.keytab files.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 17 Sep 2025 14:14:20 +0200
+
itzks-systems (2025.09.15.1) unstable; urgency=medium
* sbin/itzks-puppetserver-list-known-hosts: Syntax fix in if-clause.