ansible-collection-kolla/releasenotes/notes/fix-apt-repositories-and-drop-apt-key-ff4c062f5689c91e.yaml
Maksim Malchuk 2ab88e6990 Use deb822 format for Apt repositories on Ubuntu and drop apt-key
Use the modern deb822 format [1] for Apt repositories on Ubuntu the
same way as in OpenStack Kolla projects, for example in Kayobe [2].
Also this change refactor usage of the deprecated [3] apt-key tool.

[1] https://manpages.ubuntu.com/manpages/jammy/en/man5/sources.list.5.html#deb822-style%20format
[2] I3f821937b0930a0ac9341178de7ae5123d82b957
[3] https://manpages.ubuntu.com/manpages/jammy/en/man8/apt-key.8.html#deprecation

Change-Id: Ic3dd0ce30a8436406a451276bbd94cb5f6f33f9d
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2024-04-18 03:10:01 +03:00

6 lines
128 B
YAML

---
fixes:
- |
Fixes usage of the deprecated apt-key tool and switch to deb822 format for
Apt repositories on Ubuntu.