Skip to content

Commit

Permalink
Rotate release notes as part of the 0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 24, 2025
1 parent 0aa0a61 commit d204fac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .release-notes/0.8.2.md
Original file line number Diff line number Diff line change
@@ -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 "<cwd>". 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.

10 changes: 0 additions & 10 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
@@ -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 "<cwd>". 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.

0 comments on commit d204fac

Please sign in to comment.