Skip to content

Commit

Permalink
Release 0.14.18 (PrefectHQ#4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist authored May 11, 2021
1 parent 5da55d1 commit 7e4db55
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 44 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

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

Released on May 11, 2021.

### Enhancements

- Add an `image_pull_policy` kwarg to `KubernetesRun` - [#4462](https://github.com/PrefectHQ/prefect/pull/4462)
- Allow `prefect build/register --module` to accept full import path to flow - [#4468](https://github.com/PrefectHQ/prefect/pull/4468)
- Add `hello world` flow to prefect module - [#4470](https://github.com/PrefectHQ/prefect/pull/4470)
- Set docker container names to flow run names when running with the docker agent - [#4485](https://github.com/PrefectHQ/prefect/pull/4485)

### Task Library

- Add basic implementation of `SendGrid` to Task Library - [#4450](https://github.com/PrefectHQ/prefect/pull/4450)
- Log link to flow run in `StartFlowRun` - [#4458](https://github.com/PrefectHQ/prefect/pull/4458)
- Allow passing in `io.BytesIO` to `GCSUpload` - [#4482](https://github.com/PrefectHQ/prefect/pull/4482)

### Fixes

- Fix logging errors within `BigQuery` task - [#4419](https://github.com/PrefectHQ/prefect/pull/4419)
- Remove unnecessary docker interface detection in Docker agent - [#4446](https://github.com/PrefectHQ/prefect/pull/4446)
- Upgrade `kubernetes` package requirement upper limit - [#4452](https://github.com/PrefectHQ/prefect/pull/4452)
- Fix Prefect server startup check for custom server port - [#4501](https://github.com/PrefectHQ/prefect/pull/4501)

### Contributors

- [Brett Naul](https://github.com/bnaul)
- [Joël Luijmes](https://github.com/joelluijmes)
- [Stéphan Taljaard](https://github.com/taljaards)
- [Zach Schumacher](https://github.com/zschumacher)

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

Released on April 27, 2021.
Expand Down
5 changes: 0 additions & 5 deletions changes/pr4419.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4501.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.17)', link: '/api/latest/' },
{ text: 'Latest (0.14.18)', 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 7e4db55

Please sign in to comment.