Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #21

Merged
merged 1 commit into from
Jun 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# v0.8 - Unreleased
# v0.8 - 2021-06-25

- Feature: Add "recreate" command (shortcut for build/stop/rm/up).
- Chore: Migrate to GitHub CI and the `get-bridge` org
- Chore(Docker): bump alpine base image to latest
- Chore(GitHub Workflows): Fetch everything on initial checkouts
- Chore(go): Bump Go version from 1.13 to 1.16
- Don't error for any failure to precreate mount points
(give docker(-compose) the chance to deal with it).
- Build statically linked executables.
- Rename "service" muss concept to "module" to improve clarity.
Show deprecation warnings when old names are used.
- Don't error for any failure to precreate mount points
(give docker(-compose) the chance to deal with it).
- Add "recreate" command (shortcut for build/stop/rm/up).
- Use `errors.New` when no formatting is needed
- Extract testdata for reuse
- Make a Warn method and de-duplicate warnings

# v0.7 - 2020-02-28

Expand Down