diff options
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | debian/changelog | 11 |
2 files changed, 29 insertions, 1 deletions
@@ -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. |