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.
2 parents 046847c + e952242 commit eb0dc94Copy full SHA for eb0dc94
script/packagecloud.rb
@@ -45,9 +45,8 @@
45
],
46
"centos/8" => [
47
"el/8",
48
- "fedora/32",
49
- "fedora/33",
50
"fedora/34",
+ "fedora/35",
51
52
# Debian EOL https://wiki.debian.org/LTS/
53
# Ubuntu EOL https://wiki.ubuntu.com/Releases
@@ -65,13 +64,15 @@
65
64
"debian/buster",
66
"linuxmint/ulyana", # EOL April 2025
67
"linuxmint/ulyssa", # EOL April 2025
+ "linuxmint/uma", # EOL April 2025
68
"ubuntu/focal", # EOL April 2025
69
- "ubuntu/groovy", # EOL July 2021
70
"ubuntu/hirsute", # EOL January 2022
71
72
"debian/11" => [
73
"debian/bullseye", # Current stable
74
- "debian/bookworm", # Current testing
+ "debian/bookworm", # Current testing
+ "ubuntu/impish", # EOL July 2022
75
+ "ubuntu/jammy", # EOL April 2027
76
]
77
}
78
0 commit comments