Skip to content

Commit

Permalink
chore: add plucky to releases (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon authored Nov 19, 2024
1 parent d856bad commit 0f6566f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1!10.4.0
1!10.5.0
3 changes: 3 additions & 0 deletions pycloudlib/azure/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"mantic": "Canonical:0001-com-ubuntu-server-mantic-daily:23_10-daily:latest", # noqa: E501
"noble": "Canonical:ubuntu-24_04-lts-daily:server:latest",
"oracular": "Canonical:ubuntu-24_10-daily:server:latest",
"plucky": "Canonical:ubuntu-25_04-daily:server:latest",
}

UBUNTU_MINIMAL_DAILY_IMAGES = {
Expand All @@ -44,6 +45,7 @@
"mantic": "Canonical:0001-com-ubuntu-minimal-mantic-daily:minimal-23_10-daily:latest", # noqa: E501
"noble": "Canonical:ubuntu-24_04-lts-daily:minimal:latest",
"oracular": "Canonical:ubuntu-24_10-daily:minimal:latest",
"plucky": "Canonical:ubuntu-25_04-daily:minimal:latest",
}

UBUNTU_DAILY_PRO_IMAGES = {
Expand All @@ -69,6 +71,7 @@
"noble": "Canonical:ubuntu-24_04-lts:server:latest",
# TODO(20241031: drop -daily once release is published)
"oracular": "Canonical:ubuntu-24_10-daily:server:latest",
"plucky": "Canonical:ubuntu-25_04-daily:server:latest",
}

UBUNTU_CVM_IMAGES = {
Expand Down
1 change: 1 addition & 0 deletions pycloudlib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from pycloudlib.result import Result

UBUNTU_RELEASE_VERSION_MAP = {
"plucky": "25.04",
"oracular": "24.10",
"noble": "24.04",
"mantic": "23.10",
Expand Down

0 comments on commit 0f6566f

Please sign in to comment.