Skip to content

Commit

Permalink
Fix Fedora40
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoefler committed Sep 4, 2024
1 parent 6a6f573 commit a7c7406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.1 - 2024-09-04
UPDATE: Added Fedora 38, 39 and 40 to VmChamp


## v0.2.0 - 2024-06-30
FIX: VmChamp SSH uses correct user to connect to machine

Expand Down
2 changes: 1 addition & 1 deletion DistroInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public class DistroInfo
Name = "Fedora40",
Family = "Fedora",
ImageName = "Fedora-Cloud-Base-Generic.x86_64-40-1.14.qcow2",
Url = "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Cloud/x86_64/images/",
Url = "https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/",
Aliases = Array.Empty<string>(),
ChecksumFile = "Fedora-Cloud-40-1.14-x86_64-CHECKSUM",
ChecksumType = "sha256"
Expand Down

0 comments on commit a7c7406

Please sign in to comment.