diff --git a/documentation/themes/beastie/layouts/partials/sidenav.html b/documentation/themes/beastie/layouts/partials/sidenav.html --- a/documentation/themes/beastie/layouts/partials/sidenav.html +++ b/documentation/themes/beastie/layouts/partials/sidenav.html @@ -59,7 +59,7 @@
  • {{ i18n "releases" }} diff --git a/website/content/en/releases/11.4R/announce.adoc b/website/content/en/releases/11.4R/announce.adoc --- a/website/content/en/releases/11.4R/announce.adoc +++ b/website/content/en/releases/11.4R/announce.adoc @@ -6,12 +6,12 @@ :thisBranch: "11" :thisRelease: "11.4" :lastRelease: "11.3" -:thiseol: "September 30, 2021" -:lasteol: "September 30, 2020" +:thisEOL: "September 30, 2021" +:lastEOL: "September 30, 2020" = FreeBSD {localRel}-RELEASE Announcement -The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {thisRelease}-RELEASE. This is the fifth and final release of the stable/{thisBranch} branch. +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {{% param thisRelease %}}-RELEASE. This is the fifth and final release of the stable/{{% param thisBranch %}} branch. Some of the highlights: @@ -30,8 +30,8 @@ For a complete list of new features and known problems, please see the online release notes and errata list, available at: -* `https://www.FreeBSD.org/releases/{thisRelease}R/relnotes.html` -* `https://www.FreeBSD.org/releases/{thisRelease}R/errata.html` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/relnotes.html` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/errata.html` For more information about FreeBSD release engineering activities, please see: @@ -39,23 +39,23 @@ == Dedication -The FreeBSD Project dedicates the FreeBSD {thisRelease}-RELEASE to the memory of Bruce Evans. +The FreeBSD Project dedicates the FreeBSD {{% param thisRelease %}}-RELEASE to the memory of Bruce Evans. == Availability -FreeBSD {thisRelease}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, sparc64, armv6, and aarch64 architectures. +FreeBSD {{% param thisRelease %}}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, sparc64, armv6, and aarch64 architectures. -FreeBSD {thisRelease}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. +FreeBSD {{% param thisRelease %}}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card images are included at the bottom of this message. PGP-signed checksums for the release images are also available at: -* https://www.FreeBSD.org/releases/{thisRelease}R/signatures.html +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/signatures.html A PGP-signed version of this announcement is available at: -* https://www.FreeBSD.org/releases/{thisRelease}R/announce.asc +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/announce.asc The purpose of the images provided as part of the release are as follows: @@ -71,7 +71,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... - # dd if=FreeBSD-{thisRelease}-RELEASE-amd64-memstick.img \ + # dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-memstick.img \ of=/dev/da0 bs=1m conv=sync .... + @@ -82,7 +82,7 @@ As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-mini-memstick.img \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-mini-memstick.img \ of=/dev/da0 bs=1m conv=sync .... + @@ -95,19 +95,19 @@ To write the FreeBSD/arm image to an SD card, use the `dd(1)` utility, replacing _KERNEL_ with the appropriate kernel configuration name for the system. + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-arm-armv6-KERNEL.img \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-arm-armv6-KERNEL.img \ of=/dev/da0 bs=1m conv=sync .... + Be careful to make sure you get the target (of=) correct. -FreeBSD {thisRelease}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {thisRelease}-based products is: +FreeBSD {{% param thisRelease %}}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {{% param thisRelease %}}-based products is: * FreeBSD Mall, Inc.` https://www.freebsdmall.com` Pre-installed virtual machine images are also available for the amd64 (x86_64), i386 (x86_32), and AArch64 (arm64) architectures in `QCOW2`, `VHD`, and `VMDK` disk image formats, as well as raw (unformatted) images. -FreeBSD {thisRelease}-RELEASE amd64 is also available on these cloud hosting platforms: +FreeBSD {{% param thisRelease %}}-RELEASE amd64 is also available on these cloud hosting platforms: * Amazon(R) EC2(TM): + AMIs are available in the following regions: @@ -145,7 +145,7 @@ + Replace _INSTANCE_ with the name of the Google Compute Engine instance. + -FreeBSD {thisRelease}-RELEASE is also expected to be available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + +FreeBSD {{% param thisRelease %}}-RELEASE is also expected to be available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + https://console.cloud.google.com/launcher/browse?filter=category:os&filter=price:free * Hashicorp/Atlas(R) Vagrant(TM): + Instances can be deployed using the `vagrant` utility: @@ -157,29 +157,29 @@ == Download -FreeBSD {thisRelease}-RELEASE may be downloaded via https from the following site: +FreeBSD {{% param thisRelease %}}-RELEASE may be downloaded via https from the following site: -* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{thisRelease}/` +* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{{% param thisRelease %}}/` -FreeBSD {thisRelease}-RELEASE virtual machine images may be downloaded from: +FreeBSD {{% param thisRelease %}}-RELEASE virtual machine images may be downloaded from: -* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{thisRelease}-RELEASE/` +* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{{% param thisRelease %}}-RELEASE/` -For instructions on installing FreeBSD or updating an existing machine to {thisRelease}-RELEASE please see: +For instructions on installing FreeBSD or updating an existing machine to {{% param thisRelease %}}-RELEASE please see: -* `https://www.FreeBSD.org/releases/{thisRelease}R/installation.html` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/installation.html` == Support -Based on the new FreeBSD support model, the FreeBSD 11 release series will be supported until at least {thiseol}. +Based on the new FreeBSD support model, the FreeBSD 11 release series will be supported until at least {{% param thisEOL %}}. * `https://www.FreeBSD.org/security/` -Please note that {lastRelease} will be supported until three months from the {thisRelease} release date, currently scheduled for {lasteol}. +Please note that {{% param lastRelease %}} will be supported until three months from the {{% param thisRelease %}} release date, currently scheduled for {{% param lastEOL %}}. == Acknowledgments -Many companies donated equipment, network access, or human time to support the release engineering activities for FreeBSD {thisRelease} including: +Many companies donated equipment, network access, or human time to support the release engineering activities for FreeBSD {{% param thisRelease %}} including: [cols="",] |=== @@ -198,11 +198,11 @@ |https://www.ixsystems.com[iXsystems] |=== -The release engineering team for {thisRelease}-RELEASE includes: +The release engineering team for {{% param thisRelease %}}-RELEASE includes: [cols=",",] |=== -|Glen Barber |Release Engineering Lead, {thisRelease}-RELEASE Release Engineer +|Glen Barber |Release Engineering Lead, {{% param thisRelease %}}-RELEASE Release Engineer |Konstantin Belousov |Release Engineering |Antoine Brodin |Package Building |Bryan Drewery |Release Engineering, Package Building diff --git a/website/content/en/releases/12.0R/announce.adoc b/website/content/en/releases/12.0R/announce.adoc --- a/website/content/en/releases/12.0R/announce.adoc +++ b/website/content/en/releases/12.0R/announce.adoc @@ -9,9 +9,9 @@ :lastRelease: "11.2" :thisEOL: "June 30, 2020" -= FreeBSD {thisRelease}-RELEASE Announcement += FreeBSD {{% param thisRelease %}}-RELEASE Announcement -The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {thisRelease}-RELEASE. This is the first release of the stable/{thisBranch} branch. +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {{% param thisRelease %}}-RELEASE. This is the first release of the stable/{{% param thisBranch %}} branch. Some of the highlights: @@ -39,8 +39,8 @@ For a complete list of new features and known problems, please see the online release notes and errata list, available at: -* `https://www.FreeBSD.org/releases/{thisRelease}r/relnotes/` -* `https://www.FreeBSD.org/releases/{thisRelease}r/errata/` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/relnotes/` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/errata/` For more information about FreeBSD release engineering activities, please see: @@ -48,19 +48,19 @@ == Availability -FreeBSD {thisRelease}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, powerpcspe, sparc64, armv6, armv7, and aarch64 architectures. +FreeBSD {{% param thisRelease %}}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, powerpcspe, sparc64, armv6, armv7, and aarch64 architectures. -FreeBSD {thisRelease}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. +FreeBSD {{% param thisRelease %}}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card images are included at the bottom of this message. PGP-signed checksums for the release images are also available at: -* https://www.FreeBSD.org/releases/{thisRelease}r/signatures/ +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/signatures/ A PGP-signed version of this announcement is available at: -* https://www.FreeBSD.org/releases/{thisRelease}r/announce.asc +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/announce.asc The purpose of the images provided as part of the release are as follows: @@ -79,7 +79,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync .... Be careful to make sure you get the target (of=) correct. @@ -90,7 +90,7 @@ As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=1m conv=sync +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=1m conv=sync .... Be careful to make sure you get the target (of=) correct. @@ -103,18 +103,18 @@ To write the FreeBSD/arm image to an SD card, use the `dd(1)` utility, replacing _KERNEL_ with the appropriate kernel configuration name for the system. .... -# dd if=FreeBSD-{thisRelease}-RELEASE-arm-armv6-KERNEL.img of=/dev/da0 bs=1m conv=sync +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-arm-armv6-KERNEL.img of=/dev/da0 bs=1m conv=sync .... Be careful to make sure you get the target (of=) correct. -FreeBSD {thisRelease}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {thisRelease}-based products is: +FreeBSD {{% param thisRelease %}}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {{% param thisRelease %}}-based products is: * FreeBSD Mall, Inc.` https://www.freebsdmall.com` Pre-installed virtual machine images are also available for the amd64 (x86_64), i386 (x86_32), and AArch64 (arm64) architectures in `QCOW2`, `VHD`, and `VMDK` disk image formats, as well as raw (unformatted) images. -FreeBSD {thisRelease}-RELEASE amd64 is also available on these cloud hosting platforms: +FreeBSD {{% param thisRelease %}}-RELEASE amd64 is also available on these cloud hosting platforms: * Amazon(R) EC2(TM): + AMIs are available in the following regions: @@ -151,7 +151,7 @@ + Replace _INSTANCE_ with the name of the Google Compute Engine instance. + -FreeBSD {thisRelease}-RELEASE will also available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + +FreeBSD {{% param thisRelease %}}-RELEASE will also available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + https://console.cloud.google.com/launcher/browse?filter=category:os&filter=price:free * Hashicorp/Atlas(R) Vagrant(TM): + Instances can be deployed using the `vagrant` utility: @@ -163,33 +163,33 @@ == Download -FreeBSD {thisRelease}-RELEASE may be downloaded via https from the following site: +FreeBSD {{% param thisRelease %}}-RELEASE may be downloaded via https from the following site: -* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{thisRelease}/` +* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{{% param thisRelease %}}/` -FreeBSD {thisRelease}-RELEASE virtual machine images may be downloaded from: +FreeBSD {{% param thisRelease %}}-RELEASE virtual machine images may be downloaded from: -* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{thisRelease}-RELEASE/` +* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{{% param thisRelease %}}-RELEASE/` -For instructions on installing FreeBSD or updating an existing machine to {thisRelease}-RELEASE please see: +For instructions on installing FreeBSD or updating an existing machine to {{% param thisRelease %}}-RELEASE please see: -* `https://www.FreeBSD.org/releases/{thisRelease}r/installation/` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/installation/` == Support -Based on discussion surrounding reviewing the FreeBSD support model, the FreeBSD 12 release series will be supported until at least {thisEOL}. For more information, please see the https://lists.freebsd.org/pipermail/freebsd-announce/2018-November/001854.html[official announcement] regarding upcoming discussion on the support model. +Based on discussion surrounding reviewing the FreeBSD support model, the FreeBSD 12 release series will be supported until at least {{% param thisEOL %}}. For more information, please see the https://lists.freebsd.org/pipermail/freebsd-announce/2018-November/001854.html[official announcement] regarding upcoming discussion on the support model. * `https://www.FreeBSD.org/security/` == Acknowledgments -Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD {thisRelease} including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, ByteMark Hosting, Sentex Communications, New York Internet, Juniper Networks, NLNet Labs, iXsystems, CyberOne Data, and National Chiao Tung University. +Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD {{% param thisRelease %}} including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, ByteMark Hosting, Sentex Communications, New York Internet, Juniper Networks, NLNet Labs, iXsystems, CyberOne Data, and National Chiao Tung University. -The release engineering team for {thisRelease}-RELEASE includes: +The release engineering team for {{% param thisRelease %}}-RELEASE includes: [cols=",",] |=== -|Glen Barber |Release Engineering Lead, {thisRelease}-RELEASE Release Engineer +|Glen Barber |Release Engineering Lead, {{% param thisRelease %}}-RELEASE Release Engineer |Konstantin Belousov |Release Engineering |Antoine Brodin |Package Building |Bryan Drewery |Release Engineering, Package Building diff --git a/website/content/en/releases/12.1R/announce.adoc b/website/content/en/releases/12.1R/announce.adoc --- a/website/content/en/releases/12.1R/announce.adoc +++ b/website/content/en/releases/12.1R/announce.adoc @@ -9,9 +9,9 @@ :lastRelease: "12.0" :thisEOL: "November 30, 2020" -= FreeBSD {thisRelease}-RELEASE Announcement += FreeBSD {{% param thisRelease %}}-RELEASE Announcement -The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {thisRelease}-RELEASE. This is the second release of the stable/{thisBranch} branch. +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {{% param thisRelease %}}-RELEASE. This is the second release of the stable/{{% param thisBranch %}} branch. Some of the highlights: @@ -23,8 +23,8 @@ For a complete list of new features and known problems, please see the online release notes and errata list, available at: -* `https://www.FreeBSD.org/releases/{thisRelease}r/relnotes/` -* `https://www.FreeBSD.org/releases/{thisRelease}r/errata/` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/relnotes/` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/errata/` For more information about FreeBSD release engineering activities, please see: @@ -32,23 +32,23 @@ == Dedication -The FreeBSD Project dedicates the FreeBSD {thisRelease}-RELEASE to the memory of Kurt Lidl. +The FreeBSD Project dedicates the FreeBSD {{% param thisRelease %}}-RELEASE to the memory of Kurt Lidl. == Availability -FreeBSD {thisRelease}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, powerpcspe, sparc64, armv6, armv7, and aarch64 architectures. +FreeBSD {{% param thisRelease %}}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, powerpcspe, sparc64, armv6, armv7, and aarch64 architectures. -FreeBSD {thisRelease}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. +FreeBSD {{% param thisRelease %}}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card images are included at the bottom of this message. PGP-signed checksums for the release images are also available at: -* https://www.FreeBSD.org/releases/{thisRelease}r/signatures/ +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/signatures/ A PGP-signed version of this announcement is available at: -* https://www.FreeBSD.org/releases/{thisRelease}r/announce.asc +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/announce.asc The purpose of the images provided as part of the release are as follows: @@ -60,7 +60,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... - # dd if=FreeBSD-{thisRelease}-RELEASE-amd64-dvd1.iso \ + # dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-dvd1.iso \ of=/dev/da0 bs=1m conv=sync .... + @@ -73,7 +73,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... - # dd if=FreeBSD-{thisRelease}-RELEASE-amd64-disc1.iso \ + # dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-disc1.iso \ of=/dev/da0 bs=1m conv=sync .... + @@ -86,7 +86,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... - # dd if=FreeBSD-{thisRelease}-RELEASE-amd64-bootonly.iso \ + # dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-bootonly.iso \ of=/dev/da0 bs=1m conv=sync .... + @@ -97,7 +97,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... - # dd if=FreeBSD-{thisRelease}-RELEASE-amd64-memstick.img \ + # dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-memstick.img \ of=/dev/da0 bs=1m conv=sync .... + @@ -108,7 +108,7 @@ As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... - # dd if=FreeBSD-{thisRelease}-RELEASE-amd64-mini-memstick.img \ + # dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-mini-memstick.img \ of=/dev/da0 bs=1m conv=sync .... + @@ -121,19 +121,19 @@ To write the FreeBSD/arm image to an SD card, use the `dd(1)` utility, replacing _KERNEL_ with the appropriate kernel configuration name for the system. + .... - # dd if=FreeBSD-{thisRelease}-RELEASE-arm-armv7-KERNEL.img \ + # dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-arm-armv7-KERNEL.img \ of=/dev/da0 bs=1m conv=sync .... + Be careful to make sure you get the target (of=) correct. -FreeBSD {thisRelease}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {thisRelease}-based products is: +FreeBSD {{% param thisRelease %}}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {{% param thisRelease %}}-based products is: * FreeBSD Mall, Inc. https://www.freebsdmall.com Pre-installed virtual machine images are also available for the amd64 (x86_64), i386 (x86_32), and AArch64 (arm64) architectures in `QCOW2`, `VHD`, and `VMDK` disk image formats, as well as raw (unformatted) images. -FreeBSD {thisRelease}-RELEASE amd64 is also available on these cloud hosting platforms: +FreeBSD {{% param thisRelease %}}-RELEASE amd64 is also available on these cloud hosting platforms: * Amazon(R) EC2(TM): + amd64 AMIs are available in the following regions: @@ -194,7 +194,7 @@ + Replace _INSTANCE_ with the name of the Google Compute Engine instance. + -FreeBSD {thisRelease}-RELEASE will also available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + +FreeBSD {{% param thisRelease %}}-RELEASE will also available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + https://console.cloud.google.com/launcher/browse?filter=category:os&filter=price:free * Hashicorp/Atlas(R) Vagrant(TM): + Instances can be deployed using the `vagrant` utility: @@ -206,27 +206,27 @@ == Download -FreeBSD {thisRelease}-RELEASE may be downloaded via https from the following site: +FreeBSD {{% param thisRelease %}}-RELEASE may be downloaded via https from the following site: -* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{thisRelease}/` +* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{{% param thisRelease %}}/` -FreeBSD {thisRelease}-RELEASE virtual machine images may be downloaded from: +FreeBSD {{% param thisRelease %}}-RELEASE virtual machine images may be downloaded from: -* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{thisRelease}-RELEASE/` +* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{{% param thisRelease %}}-RELEASE/` -For instructions on installing FreeBSD or updating an existing machine to {thisRelease}-RELEASE please see: +For instructions on installing FreeBSD or updating an existing machine to {{% param thisRelease %}}-RELEASE please see: -* `https://www.FreeBSD.org/releases/{thisRelease}r/installation/ +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}r/installation/ == Support -Based on discussion surrounding reviewing the FreeBSD support model, the FreeBSD 12 release series will be supported until at least {thisEOL}. For more information, please see the https://lists.freebsd.org/pipermail/freebsd-announce/2018-November/001854.html[official announcement] regarding upcoming discussion on the support model. +Based on discussion surrounding reviewing the FreeBSD support model, the FreeBSD 12 release series will be supported until at least {{% param thisEOL %}}. For more information, please see the https://lists.freebsd.org/pipermail/freebsd-announce/2018-November/001854.html[official announcement] regarding upcoming discussion on the support model. * `https://www.FreeBSD.org/security/` == Acknowledgments -Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD {thisRelease} including: +Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD {{% param thisRelease %}} including: [cols="",] |=== @@ -245,11 +245,11 @@ |https://www.ixsystems.com[iXsystems] |=== -The release engineering team for {thisRelease}-RELEASE includes: +The release engineering team for {{% param thisRelease %}}-RELEASE includes: [cols=",",] |=== -|Glen Barber |Release Engineering Lead, {thisRelease}-RELEASE Release Engineer +|Glen Barber |Release Engineering Lead, {{% param thisRelease %}}-RELEASE Release Engineer |Konstantin Belousov |Release Engineering |Antoine Brodin |Package Building |Bryan Drewery |Release Engineering, Package Building diff --git a/website/content/en/releases/12.2R/announce.adoc b/website/content/en/releases/12.2R/announce.adoc --- a/website/content/en/releases/12.2R/announce.adoc +++ b/website/content/en/releases/12.2R/announce.adoc @@ -8,12 +8,12 @@ :nextRelease: "12.3" :lastRelease: "12.1" :thisEOL: "June 30, 2024" -:lasteol: January 31, 2021 +:lastEOL: "January 31, 2021" :which: third -= FreeBSD {thisRelease}-RELEASE Announcement += FreeBSD {{% param thisRelease %}}-RELEASE Announcement -The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {thisRelease}-RELEASE. This is the {which} release of the stable/{thisBranch} branch. +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD {{% param thisRelease %}}-RELEASE. This is the {which} release of the stable/{{% param thisBranch %}} branch. Some of the highlights: @@ -27,8 +27,8 @@ For a complete list of new features and known problems, please see the online release notes and errata list, available at: -* `https://www.FreeBSD.org/releases/{thisRelease}R/relnotes.html` -* `https://www.FreeBSD.org/releases/{thisRelease}R/errata.html` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/relnotes.html` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/errata.html` For more information about FreeBSD release engineering activities, please see: @@ -36,19 +36,19 @@ == Availability -FreeBSD {thisRelease}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, sparc64, armv6, and aarch64 architectures. +FreeBSD {{% param thisRelease %}}-RELEASE is now available for the amd64, i386, powerpc, powerpc64, sparc64, armv6, and aarch64 architectures. -FreeBSD {thisRelease}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. +FreeBSD {{% param thisRelease %}}-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded as described in the section below. SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card images are included at the bottom of this message. PGP-signed checksums for the release images are also available at: -* https://www.FreeBSD.org/releases/{thisRelease}R/signatures.html +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/signatures.html A PGP-signed version of this announcement is available at: -* https://www.FreeBSD.org/releases/{thisRelease}R/announce.asc +* https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/announce.asc The purpose of the images provided as part of the release are as follows: @@ -60,7 +60,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-dvd1.iso \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-dvd1.iso \ of=/dev/da0 bs=1m conv=sync .... + @@ -73,7 +73,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-disc1.iso \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-disc1.iso \ of=/dev/da0 bs=1m conv=sync .... + @@ -86,7 +86,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-bootonly.iso \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-bootonly.iso \ of=/dev/da0 bs=1m conv=sync .... + @@ -97,7 +97,7 @@ As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-memstick.img \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-memstick.img \ of=/dev/da0 bs=1m conv=sync .... + @@ -108,7 +108,7 @@ As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-amd64-mini-memstick.img \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-amd64-mini-memstick.img \ of=/dev/da0 bs=1m conv=sync .... + @@ -121,19 +121,19 @@ To write the FreeBSD/arm image to an SD card, use the `dd(1)` utility, replacing _KERNEL_ with the appropriate kernel configuration name for the system. + .... -# dd if=FreeBSD-{thisRelease}-RELEASE-arm-armv6-KERNEL.img \ +# dd if=FreeBSD-{{% param thisRelease %}}-RELEASE-arm-armv6-KERNEL.img \ of=/dev/da0 bs=1m conv=sync .... + Be careful to make sure you get the target (of=) correct. -FreeBSD {thisRelease}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {thisRelease}-based products is: +FreeBSD {{% param thisRelease %}}-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD {{% param thisRelease %}}-based products is: * FreeBSD Mall, Inc.` https://www.freebsdmall.com` Pre-installed virtual machine images are also available for the amd64 (x86_64), i386 (x86_32), and AArch64 (arm64) architectures in `QCOW2`, `VHD`, and `VMDK` disk image formats, as well as raw (unformatted) images. -FreeBSD {thisRelease}-RELEASE amd64 is also available on these cloud hosting platforms: +FreeBSD {{% param thisRelease %}}-RELEASE amd64 is also available on these cloud hosting platforms: * FreeBSD/amd64 Amazon(R) EC2(TM): + AMIs are available in the following regions: @@ -204,7 +204,7 @@ + Replace _INSTANCE_ with the name of the Google Compute Engine instance. + -FreeBSD {thisRelease}-RELEASE is also expected to be available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + +FreeBSD {{% param thisRelease %}}-RELEASE is also expected to be available in the Google Compute Engine(TM) Marketplace once they have completed third-party specific validation at: + https://console.cloud.google.com/launcher/browse?filter=category:os&filter=price:free * Hashicorp/Atlas(R) Vagrant(TM): + Instances can be deployed using the `vagrant` utility: @@ -216,29 +216,29 @@ == Download -FreeBSD {thisRelease}-RELEASE may be downloaded via https from the following site: +FreeBSD {{% param thisRelease %}}-RELEASE may be downloaded via https from the following site: -* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{thisRelease}/` +* `https://download.freebsd.org/ftp/releases/ISO-IMAGES/{{% param thisRelease %}}/` -FreeBSD {thisRelease}-RELEASE virtual machine images may be downloaded from: +FreeBSD {{% param thisRelease %}}-RELEASE virtual machine images may be downloaded from: -* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{thisRelease}-RELEASE/` +* `https://download.freebsd.org/ftp/releases/VM-IMAGES/{{% param thisRelease %}}-RELEASE/` -For instructions on installing FreeBSD or updating an existing machine to {thisRelease}-RELEASE please see: +For instructions on installing FreeBSD or updating an existing machine to {{% param thisRelease %}}-RELEASE please see: -* `https://www.FreeBSD.org/releases/{thisRelease}R/installation.html` +* `https://www.FreeBSD.org/releases/{{% param thisRelease %}}R/installation.html` == Support -Based on the new FreeBSD support model, the FreeBSD 12 release series will be supported until at least {thisEOL}. This point release, FreeBSD {thisRelease}-RELEASE, will be supported until at least three months after FreeBSD {nextRelease}-RELEASE. Additional support information can be found at: +Based on the new FreeBSD support model, the FreeBSD 12 release series will be supported until at least {{% param thisEOL %}}. This point release, FreeBSD {{% param thisRelease %}}-RELEASE, will be supported until at least three months after FreeBSD {nextRelease}-RELEASE. Additional support information can be found at: * `https://www.FreeBSD.org/security/` -Please note that {lastRelease} will be supported until three months from the {thisRelease} release date, currently scheduled for {lasteol}. +Please note that {{% param lastRelease %}} will be supported until three months from the {{% param thisRelease %}} release date, currently scheduled for {{% param lastEOL %}}. == Acknowledgments -Many companies donated equipment, network access, or human time to support the release engineering activities for FreeBSD {thisRelease} including: +Many companies donated equipment, network access, or human time to support the release engineering activities for FreeBSD {{% param thisRelease %}} including: [cols="",] |=== @@ -258,11 +258,11 @@ |https://www.ixsystems.com[iXsystems] |=== -The release engineering team for {thisRelease}-RELEASE includes: +The release engineering team for {{% param thisRelease %}}-RELEASE includes: [cols=",",] |=== -|Glen Barber |Release Engineering Lead, {thisRelease}-RELEASE Release Engineer +|Glen Barber |Release Engineering Lead, {{% param thisRelease %}}-RELEASE Release Engineer |Konstantin Belousov |Release Engineering |Antoine Brodin |Package Building |Bryan Drewery |Release Engineering, Package Building