Skip to content

Commit

Permalink
update OS versions (#1570)
Browse files Browse the repository at this point in the history
* update OS versions

---------

Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld authored Jun 5, 2024
1 parent b72e885 commit 6fe9fa2
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ Markdown table generated at <https://www.tablesgenerator.com/markdown_tables#>

## [unreleased] (2024-05-23)

- Update almalinux 8 to 8.10
- Update rockylinux 8 to 8.10
- Update oraclelinux 8 to 8.10
- Update rhel 8 to 8.10
- Update freebsd 14 to 14.1

## [v4.1.2] (2024-05-23)

- Fix for hyper-v build option
Expand Down
6 changes: 3 additions & 3 deletions os_pkrvars/freebsd/freebsd-14-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
os_name = "freebsd"
os_version = "14.0"
os_version = "14.1"
os_arch = "aarch64"
iso_url = "https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.0/FreeBSD-14.0-RELEASE-arm64-aarch64-disc1.iso"
iso_checksum = "file:https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.0/CHECKSUM.SHA256-FreeBSD-14.0-RELEASE-arm64-aarch64"
iso_url = "https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-arm64-aarch64-disc1.iso"
iso_checksum = "file:https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.1/CHECKSUM.SHA256-FreeBSD-14.1-RELEASE-arm64-aarch64"
parallels_guest_os_type = "freebsd"
vbox_guest_os_type = "FreeBSD_64"
vmware_guest_os_type = "arm-freebsd14-64"
Expand Down
6 changes: 3 additions & 3 deletions os_pkrvars/freebsd/freebsd-14-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
os_name = "freebsd"
os_version = "14.0"
os_version = "14.1"
os_arch = "x86_64"
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.0/FreeBSD-14.0-RELEASE-amd64-disc1.iso"
iso_checksum = "file:https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.0/CHECKSUM.SHA256-FreeBSD-14.0-RELEASE-amd64"
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-amd64-disc1.iso"
iso_checksum = "file:https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.1/CHECKSUM.SHA256-FreeBSD-14.1-RELEASE-amd64"
parallels_guest_os_type = "freebsd"
vbox_guest_os_type = "FreeBSD_64"
vmware_guest_os_type = "freebsd-64"
Expand Down
6 changes: 3 additions & 3 deletions os_pkrvars/oraclelinux/oraclelinux-8-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
os_name = "oraclelinux"
os_version = "8.9"
os_version = "8.10"
os_arch = "aarch64"
iso_url = "https://yum.oracle.com/ISOS/OracleLinux/OL8/u9/aarch64/OracleLinux-R8-U9-aarch64-dvd.iso"
iso_checksum = "c732ec9bb4a85349c0f1ca82020a8514341247506d114b8b79ec32bf99d59ea0"
iso_url = "https://yum.oracle.com/ISOS/OracleLinux/OL8/u10/aarch64/OracleLinux-R8-U10-aarch64-dvd.iso"
iso_checksum = "file:https://linux.oracle.com/security/gpg/checksum/OracleLinux-R8-U10-Server-aarch64.checksum"
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
vmware_guest_os_type = "arm-other-64"
Expand Down
6 changes: 3 additions & 3 deletions os_pkrvars/oraclelinux/oraclelinux-8-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
os_name = "oraclelinux"
os_version = "8.9"
os_version = "8.10"
os_arch = "x86_64"
iso_url = "https://yum.oracle.com/ISOS/OracleLinux/OL8/u9/x86_64/OracleLinux-R8-U9-x86_64-dvd.iso"
iso_checksum = "ce90b598be2e9889fa880128fc53b3e9c1f95d9e31859759e5e180602312c181"
iso_url = "https://yum.oracle.com/ISOS/OracleLinux/OL8/u10/x86_64/OracleLinux-R8-U10-x86_64-dvd.iso"
iso_checksum = "file:https://linux.oracle.com/security/gpg/checksum/OracleLinux-R8-U10-Server-x86_64.checksum"
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
vmware_guest_os_type = "centos-64"
Expand Down
2 changes: 1 addition & 1 deletion os_pkrvars/rhel/rhel-8-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os_name = "rhel"
os_version = "8.9"
os_version = "8.10"
os_arch = "aarch64"
iso_url = "https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux"
iso_checksum = "none"
Expand Down
2 changes: 1 addition & 1 deletion os_pkrvars/rhel/rhel-8-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os_name = "rhel"
os_version = "8.9"
os_version = "8.10"
os_arch = "x86_64"
iso_url = "https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux"
iso_checksum = "none"
Expand Down
4 changes: 2 additions & 2 deletions os_pkrvars/rockylinux/rockylinux-8-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os_name = "rockylinux"
os_version = "8.9"
os_version = "8.10"
os_arch = "aarch64"
iso_url = "https://download.rockylinux.org/pub/rocky/8/isos/aarch64/Rocky-8.9-aarch64-minimal.iso"
iso_url = "https://download.rockylinux.org/pub/rocky/8/isos/aarch64/Rocky-8.10-aarch64-minimal.iso"
iso_checksum = "file:https://download.rockylinux.org/pub/rocky/8/isos/aarch64/CHECKSUM"
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
Expand Down
4 changes: 2 additions & 2 deletions os_pkrvars/rockylinux/rockylinux-8-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os_name = "rockylinux"
os_version = "8.9"
os_version = "8.10"
os_arch = "x86_64"
iso_url = "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.9-x86_64-minimal.iso"
iso_url = "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.10-x86_64-minimal.iso"
iso_checksum = "file:https://download.rockylinux.org/pub/rocky/8/isos/x86_64/CHECKSUM"
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
Expand Down

0 comments on commit 6fe9fa2

Please sign in to comment.