We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539c79a commit ff4140bCopy full SHA for ff4140b
pkg/utils/machine_images.go
@@ -10,6 +10,7 @@ var ValidARMOrMachineImagesUbuntu2004 = []string{
10
// Ubuntu 2004
11
"ubuntu-2004:current",
12
"ubuntu-2004:edge",
13
+ "ubuntu-2004:2024.04.4",
14
"ubuntu-2004:2024.01.2",
15
"ubuntu-2004:2024.01.1",
16
"ubuntu-2004:2023.10.1",
@@ -34,6 +35,10 @@ var ValidARMOrMachineImagesUbuntu2204 = []string{
34
35
// Ubuntu 2204
36
"ubuntu-2204:current",
37
"ubuntu-2204:edge",
38
+ "ubuntu-2204:2024.04.4",
39
+ "ubuntu-2204:2024.01.2",
40
+ "ubuntu-2204:2024.01.1",
41
+ "ubuntu-2204:2023.10.1",
42
"ubuntu-2204:2023.07.2",
43
"ubuntu-2204:2023.04.2",
44
"ubuntu-2204:2023.04.1",
0 commit comments