From ed48a5a8ce8dce0e8389a5a68454b8041f899a64 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Thu, 14 Aug 2025 05:11:58 -0400 Subject: [PATCH 1/2] Fix the order of UbuntuPlatformModel versions Ensure entries are sorted alphabetically. --- src/ansiblelint/schemas/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansiblelint/schemas/meta.json b/src/ansiblelint/schemas/meta.json index 10ef6f31c6..f8bc09015e 100644 --- a/src/ansiblelint/schemas/meta.json +++ b/src/ansiblelint/schemas/meta.json @@ -1128,9 +1128,9 @@ "lucid", "lunar", "mantic", - "noble", "maverick", "natty", + "noble", "oneiric", "oracular", "plucky", From 78be6e606d019e60b68b2fd41edc7b3991f14e74 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Thu, 14 Aug 2025 05:14:22 -0400 Subject: [PATCH 2/2] Add support for Ubuntu 25.10 (Questing Quokka) as a platform Development of Questing Quokka has begun with an anticipated release date of October 9th, 2025. There should be no harm in adding support for it as a platform in advance of its official release. --- src/ansiblelint/schemas/meta.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansiblelint/schemas/meta.json b/src/ansiblelint/schemas/meta.json index f8bc09015e..069191d198 100644 --- a/src/ansiblelint/schemas/meta.json +++ b/src/ansiblelint/schemas/meta.json @@ -1136,6 +1136,7 @@ "plucky", "precise", "quantal", + "questing", "raring", "saucy", "trusty",