From 2534c65dac19f576c60f7958d9d74a291447be49 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 6 Apr 2021 16:41:16 +0200 Subject: [PATCH] deprecate use of GnuPG ids for APT keys URLs to keys should be used instead. Change-Id: Ieceffb7b0ae941cad08fcea1a752ad021e7ad855 --- .../notes/deprecate-apt-keys-eff6e68272923b6b.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/deprecate-apt-keys-eff6e68272923b6b.yaml diff --git a/releasenotes/notes/deprecate-apt-keys-eff6e68272923b6b.yaml b/releasenotes/notes/deprecate-apt-keys-eff6e68272923b6b.yaml new file mode 100644 index 0000000000..3f5b56b133 --- /dev/null +++ b/releasenotes/notes/deprecate-apt-keys-eff6e68272923b6b.yaml @@ -0,0 +1,7 @@ +--- +deprecations: + - | + Using APT keys as list of GnuPG ids (via ``apt_keys`` template override) is + deprecated since Wallaby release and support for them will be dropped in + Xena cycle. If you used this in your template overrides then please migrate + into ``remote_apt_keys`` + entries in ``repos.yaml`` file.