diff --git a/Changelog.md b/Changelog.md index 6bba6d96..060ae3c6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,27 @@ # Changelog +## March 20, 2021 + +Released on March 20, 2021. + +### Enhancements + +- Add more permissions to agent role in helm chart - [#221](https://github.com/PrefectHQ/server/pull/221) +- Set uvicorn server log level and access logs - [#217](https://github.com/PrefectHQ/server/pull/217) + +### Fixes + +- Ensure the scheduler queries with deterministic order - [#215](https://github.com/PrefectHQ/server/pull/215) +- Ensure that errors in scheduling do not interrupt other scheduling operations - [#224](https://github.com/PrefectHQ/server/pull/224) + +### Database Migrations + +- Improve run detail triggers when version is the same or missing - [#218](https://github.com/PrefectHQ/server/pull/218) + +### Contributors + +- [Peter Roelants](https://github.com/peterroelants) + ## March 10, 2021 Released on March 10, 2021. diff --git a/changes/pr215.yaml b/changes/pr215.yaml deleted file mode 100644 index 8a144ca0..00000000 --- a/changes/pr215.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# An example changelog entry -# -# 1. Choose one (or more if a PR encompasses multiple changes) of the following headers: -# - feature -# - enhancement -# - fix -# - deprecation -# - breaking (for breaking changes) -# - migration (for database migrations) -# -# 2. Fill in one (or more) bullet points under the heading, describing the change. -# Markdown syntax may be used. -# -# 3. If you would like to be credited as helping with this release, add a -# contributor section with your name and github username. -# -# Here's an example of a PR that adds an enhancement - -fix: - - "Ensure the scheduler queries with deterministic order - [#215](https://github.com/PrefectHQ/server/pull/215)" \ No newline at end of file diff --git a/changes/pr217.yml b/changes/pr217.yml deleted file mode 100644 index 25b8db07..00000000 --- a/changes/pr217.yml +++ /dev/null @@ -1,5 +0,0 @@ -enhancement: - - "Set uvicorn server log level and access logs - [#217](https://github.com/PrefectHQ/server/pull/217)" - -contributor: - - "[Peter Roelants](https://github.com/peterroelants)" diff --git a/changes/pr218.yaml b/changes/pr218.yaml deleted file mode 100644 index b88ba381..00000000 --- a/changes/pr218.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# An example changelog entry -# -# 1. Choose one (or more if a PR encompasses multiple changes) of the following headers: -# - feature -# - enhancement -# - fix -# - deprecation -# - breaking (for breaking changes) -# - migration (for database migrations) -# -# 2. Fill in one (or more) bullet points under the heading, describing the change. -# Markdown syntax may be used. -# -# 3. If you would like to be credited as helping with this release, add a -# contributor section with your name and github username. -# -# Here's an example of a PR that adds an enhancement - -migration: - - "Improve run detail triggers when version is the same or missing - [#218](https://github.com/PrefectHQ/server/pull/218)" \ No newline at end of file diff --git a/changes/pr221.yaml b/changes/pr221.yaml deleted file mode 100644 index 259e8caa..00000000 --- a/changes/pr221.yaml +++ /dev/null @@ -1,2 +0,0 @@ -enhancement: - - "Add more permissions to agent role in helm chart - [#221](https://github.com/PrefectHQ/server/pull/221)" diff --git a/changes/pr224.yaml b/changes/pr224.yaml deleted file mode 100644 index 4495273e..00000000 --- a/changes/pr224.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# An example changelog entry -# -# 1. Choose one (or more if a PR encompasses multiple changes) of the following headers: -# - feature -# - enhancement -# - fix -# - deprecation -# - breaking (for breaking changes) -# - migration (for database migrations) -# -# 2. Fill in one (or more) bullet points under the heading, describing the change. -# Markdown syntax may be used. -# -# 3. If you would like to be credited as helping with this release, add a -# contributor section with your name and github username. -# -# Here's an example of a PR that adds an enhancement - -fix: - - "Ensure that errors in scheduling do not interrupt other scheduling operations - [#224](https://github.com/PrefectHQ/server/pull/224)"