Skip to content

Commit

Permalink
Release 0.15.2 (PrefectHQ#4794)
Browse files Browse the repository at this point in the history
* Cut final changelog for 0.15.2 [ci skip]

* Update latest doc for 0.15.2 [ci skip]
  • Loading branch information
zanieb authored Jul 21, 2021
1 parent 272eec7 commit 61503ee
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ Released on July 20, 2021.
- Allow CLI registration of flows without starting their schedule `prefect register --no-schedule` - [#4752](https://github.com/PrefectHQ/prefect/pull/4752)
- Add `host_config` to `DockerRun` to expose deeper settings for Docker flow runs - [#4733](https://github.com/PrefectHQ/prefect/issues/4773)
- Enable loading additional repository files with `Git` storage - [#4767](https://github.com/PrefectHQ/prefect/pull/4767)
- Update flow run heartbeats to be robust to exceptions - [#4736](https://github.com/PrefectHQ/prefect/pull/4736)
- Allow `prefect build/register` paths to contain globs for recursion - [#4761](https://github.com/PrefectHQ/prefect/pull/4761)

### Fixes

- Fix duplicate task runs in `FlowRunView.get_all_task_runs` - [#4774](https://github.com/PrefectHQ/prefect/pull/4774)
- Fix zombie processes from exited heartbeats - [#4733](https://github.com/PrefectHQ/prefect/pull/4733)
- Missing `auth_file` directory is created when saving credentials - [#4774](https://github.com/PrefectHQ/prefect/pull/4792)

### Task Library

Expand Down
3 changes: 0 additions & 3 deletions changes/pr4736.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4761.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/pr4792.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
{
text: 'API Reference',
items: [
{ text: 'Latest (0.15.1)', link: '/api/latest/' },
{ text: 'Latest (0.15.2)', link: '/api/latest/' },
{ text: '0.14.22', link: '/api/0.14.22/' },
{ text: '0.13.19', link: '/api/0.13.19/' },
{ text: '0.12.6', link: '/api/0.12.6/' },
Expand Down

0 comments on commit 61503ee

Please sign in to comment.