From 362c66c3a4cdfc4449c81e57364e78df3c6a27e9 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Fri, 2 Feb 2024 04:13:45 +0000 Subject: [PATCH] Rotate release notes as part of the 0.8.1 release --- .release-notes/0.8.1.md | 10 ++++++++++ .release-notes/next-release.md | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 .release-notes/0.8.1.md diff --git a/.release-notes/0.8.1.md b/.release-notes/0.8.1.md new file mode 100644 index 00000000..4d365111 --- /dev/null +++ b/.release-notes/0.8.1.md @@ -0,0 +1,10 @@ +## Use Alpine 3.18 as our base image + +Previously we were using Alpine 3.16. This should have no impact on anyone unless they are using this image as the base image for another. + +## Add MacOS on Apple Silicon as a fully supported platform + +In August of 2023, we had to drop MacOS on Apple Silicon as we lost our build environment when we switched off of CirrusCI to GitHub Actions. GitHub just added MacOS Apple Silicon build environments, so we are bring back MacOS on Apple Silicon as a fully supported platform. + +corral is once again available as a compiled arm64 MacOS binary. + diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 4d365111..e69de29b 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -1,10 +0,0 @@ -## Use Alpine 3.18 as our base image - -Previously we were using Alpine 3.16. This should have no impact on anyone unless they are using this image as the base image for another. - -## Add MacOS on Apple Silicon as a fully supported platform - -In August of 2023, we had to drop MacOS on Apple Silicon as we lost our build environment when we switched off of CirrusCI to GitHub Actions. GitHub just added MacOS Apple Silicon build environments, so we are bring back MacOS on Apple Silicon as a fully supported platform. - -corral is once again available as a compiled arm64 MacOS binary. -