diff --git a/.release-notes/0.8.2.md b/.release-notes/0.8.2.md new file mode 100644 index 0000000..50530d3 --- /dev/null +++ b/.release-notes/0.8.2.md @@ -0,0 +1,10 @@ +## Use Alpine 3.20 as our base image + +Previously we were using Alpine 3.18 which has reached it's end-of-life. The change to 3.20 should have no impact on anyone unless they are using this image as the base image for another image. + +## Fix bug with default bundle directory handling + +There was a bug in corral's handling of the the `-d` command line option. The default value was set to the string "". This would result in corral.json not being found. + +The bug wasn't triggered because a bug in the Pony standard library prevented the default value from correctly being applied. Once that bug was fixed, corral stopped working unless a `-d` value was provided. + diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 50530d3..e69de29 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -1,10 +0,0 @@ -## Use Alpine 3.20 as our base image - -Previously we were using Alpine 3.18 which has reached it's end-of-life. The change to 3.20 should have no impact on anyone unless they are using this image as the base image for another image. - -## Fix bug with default bundle directory handling - -There was a bug in corral's handling of the the `-d` command line option. The default value was set to the string "". This would result in corral.json not being found. - -The bug wasn't triggered because a bug in the Pony standard library prevented the default value from correctly being applied. Once that bug was fixed, corral stopped working unless a `-d` value was provided. -