Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 3 additions & 0 deletions .changelog/2944.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
build: Add arm64 ceb to released build
```
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## unreleased

FEATURES:

IMPROVEMENTS:

* ui: Automatically select the appropriate workspace [[GH-2835](https://github.com/hashicorp/waypoint/issues/2835)]

BUG FIXES:

* build: Add arm64 ceb to released build [[GH-2944](https://github.com/hashicorp/waypoint/issues/2944)]
* plugin/nomad: Fix Nomad job namespace when using ODRs [[GH-2896](https://github.com/hashicorp/waypoint/issues/2896)]
* ui: Ensure logs update correctly when switching between deployments [[GH-2901](https://github.com/hashicorp/waypoint/issues/2901)]
* ui: Limit number of deployments requested [[GH-2930](https://github.com/hashicorp/waypoint/issues/2930)]
* ui: Update empty logs message [[GH-2925](https://github.com/hashicorp/waypoint/issues/2925)]

## 0.7.0 (January 13, 2022)

Expand Down