Skip to content

Commit

Permalink
Prepare release notes for release (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marenz authored Apr 23, 2024
2 parents 75f2ada + 3ba1259 commit 4c345ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
steps:
- name: Fetch sources
uses: actions/checkout@v4
with:
submodules: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -201,7 +203,7 @@ jobs:
--net=host \
--platform linux/${{ matrix.arch }} \
localhost/nox-cross-arch:latest \
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -e ${{ matrix.nox-session }}"
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
timeout-minutes: 30

# This ensures that the runner has access to the pip cache.
Expand Down
12 changes: 0 additions & 12 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
# Frequenz Dispatch API Release Notes

## Summary

<!-- Here goes a general summary of what this release is about -->

## Upgrading

- Queries that compare against a time interval filter should check for the end time inside the recurrence rule.
- `end_time` has been renamed `until` and is mutually exclusive with `count`.
- Update request handlers should check the field mask for which attributes to update.
- The common api dependency has been udpated so that the `v1` paths for `ComponentCategory` is used.

## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 comments on commit 4c345ad

Please sign in to comment.