Skip to content

Commit

Permalink
Release 0.14.20 (PrefectHQ#4581)
Browse files Browse the repository at this point in the history
* Cut changelog for 0.14.20 release

* Bump latest doc link

* Shorten deprecation entry [ci skip]
  • Loading branch information
zanieb authored May 25, 2021
1 parent 174f4ee commit 62934b9
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 35 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.14.20 <Badge text="beta" type="success" />

Released on May 25, 2021.

### Enhancements

- Refactor `Agent` base class for readability - [#4341](https://github.com/PrefectHQ/prefect/pull/4341)
- Display the agent config id on agent startup if set - [#4524](https://github.com/PrefectHQ/prefect/pull/4524)
- Add debug logs during agent auth verification - [#4547](https://github.com/PrefectHQ/prefect/pull/4547)
- Sending logs to Cloud can be globally disabled via config in addition to the agent flag - [#4487](https://github.com/PrefectHQ/prefect/pull/4487)

### Task Library

- Enable sending attachments with emails in the `EmailTask` - [#4457](https://github.com/PrefectHQ/prefect/pull/4457)
- Add Google Cloud Platform `GCPSecret` task - [#4561](https://github.com/PrefectHQ/prefect/pull/4561)

### Fixes

- Fix `import_object` handling of submodules that are not attributes - [#4513](https://github.com/PrefectHQ/prefect/pull/4513)
- Fix `DockerStorage` building with python slim image - [#4523](https://github.com/PrefectHQ/prefect/pull/4523)
- Gracefully handle events with missing timestamps in K8s agent - [#4544](https://github.com/PrefectHQ/prefect/pull/4544)
- Fix bug where agent uses originally scheduled start time instead of latest state time - [#4568](https://github.com/PrefectHQ/prefect/pull/4568)

### Deprecations

- `logging.log_to_cloud` has been deprecated in favor of `cloud.send_flow_run_logs` - [#4487](https://github.com/PrefectHQ/prefect/pull/4487)

### Contributors

- [Stéphan Taljaard](https://github.com/taljaards)
- [Thomas Heyenbrock](https://github.com/thomasheyenbrock)

## 0.14.19 <Badge text="beta" type="success" />

Released on May 11, 2021 as a hotfix for 0.14.18
Expand Down
3 changes: 0 additions & 3 deletions changes/pr4341.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions changes/pr4561.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changes/pr4568.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.14.19)', link: '/api/latest/' },
{ text: 'Latest (0.14.20)', link: '/api/latest/' },
{ text: '0.13.19', link: '/api/0.13.19/' },
{ text: '0.12.6', link: '/api/0.12.6/' },
{ text: '0.11.5', link: '/api/0.11.5/' },
Expand Down

0 comments on commit 62934b9

Please sign in to comment.