I attempted to upgrade to 14.2-RELEASE as my system informed me there was an update:
However, I had to revert because even after updating, my system still was showing 14.1-RELEASE-p6. I performed an upgrade, restarted, then ran install, rebooted, and ran install again. I have a custom kernel, but did not rebuild that yet, but shouldn't uname -r show the operating system version, not necessarily the kernel?
Lastly, I see there was no formal announcement, so my script may need some tweaking as perhaps the release isn't quite ready yet and I did an upgrade prematurely. Thankfully I was able to easily revert to the old BE without breaking a sweat, but I could have been in a pickle.
curl -s https://download.freebsd.org/releases/amd64/ | awk '{print $3}' | grep RELEASE | tr -d '"' | tr -d '/' | cut -f2 -d'=' | sort | tail -1
However, I had to revert because even after updating, my system still was showing 14.1-RELEASE-p6. I performed an upgrade, restarted, then ran install, rebooted, and ran install again. I have a custom kernel, but did not rebuild that yet, but shouldn't uname -r show the operating system version, not necessarily the kernel?
Lastly, I see there was no formal announcement, so my script may need some tweaking as perhaps the release isn't quite ready yet and I did an upgrade prematurely. Thankfully I was able to easily revert to the old BE without breaking a sweat, but I could have been in a pickle.