diff --git a/templates/sshd.template.yml b/templates/sshd.template.yml deleted file mode 100644 index b8f3f1587..000000000 --- a/templates/sshd.template.yml +++ /dev/null @@ -1,6 +0,0 @@ -# This file is deprecated; you can remove it from your app.yml -# TODO(2026-01-01): Remove this file -run: - - exec: |- - echo "Deprecation warning: sshd is no longer supported" - echo "Remove templates/sshd.template.yml from your containers/*.yml files" diff --git a/templates/web.ipv6.template.yml b/templates/web.ipv6.template.yml deleted file mode 100644 index c429fc31c..000000000 --- a/templates/web.ipv6.template.yml +++ /dev/null @@ -1,6 +0,0 @@ -# This file is deprecated; you can remove it from your app.yml -# TODO(2026-01-01): Remove this file -run: - - exec: |- - echo "Deprecation warning: IPv6 is enabled by default when possible" - echo "Remove templates/web.ipv6.template.yml from your containers/*.yml files"