From 7e4db55fdec6ebcea071e7bbc1889beb8ac6f5c7 Mon Sep 17 00:00:00 2001 From: Jim Crist-Harif Date: Tue, 11 May 2021 15:39:56 -0500 Subject: [PATCH] Release 0.14.18 (#4509) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ changes/pr4419.yaml | 5 ----- changes/pr4446.yaml | 3 --- changes/pr4450.yaml | 5 ----- changes/pr4452.yaml | 3 --- changes/pr4458.yaml | 5 ----- changes/pr4462.yaml | 5 ----- changes/pr4468.yaml | 3 --- changes/pr4470.yaml | 3 --- changes/pr4482.yaml | 5 ----- changes/pr4485.yaml | 3 --- changes/pr4501.yaml | 3 --- docs/.vuepress/config.js | 2 +- 13 files changed, 32 insertions(+), 44 deletions(-) delete mode 100644 changes/pr4419.yaml delete mode 100644 changes/pr4446.yaml delete mode 100644 changes/pr4450.yaml delete mode 100644 changes/pr4452.yaml delete mode 100644 changes/pr4458.yaml delete mode 100644 changes/pr4462.yaml delete mode 100644 changes/pr4468.yaml delete mode 100644 changes/pr4470.yaml delete mode 100644 changes/pr4482.yaml delete mode 100644 changes/pr4485.yaml delete mode 100644 changes/pr4501.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index cfda66d22e86..10e7f9e26170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 0.14.18 + +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 Released on April 27, 2021. diff --git a/changes/pr4419.yaml b/changes/pr4419.yaml deleted file mode 100644 index 58058c24a10d..000000000000 --- a/changes/pr4419.yaml +++ /dev/null @@ -1,5 +0,0 @@ -fix: - - "BigQuery: logging errors if exception is thrown during load_table_from_uri - [#4419](https://github.com/PrefectHQ/prefect/pull/4419)" - -contributor: - - "[Joël Luijmes](https://github.com/joelluijmes)" diff --git a/changes/pr4446.yaml b/changes/pr4446.yaml deleted file mode 100644 index 35aec1d6d140..000000000000 --- a/changes/pr4446.yaml +++ /dev/null @@ -1,3 +0,0 @@ - -fix: - - "Remove unnecessary docker interface detection - [#4446](https://github.com/PrefectHQ/prefect/pull/4446)" diff --git a/changes/pr4450.yaml b/changes/pr4450.yaml deleted file mode 100644 index 4bf89c2f0694..000000000000 --- a/changes/pr4450.yaml +++ /dev/null @@ -1,5 +0,0 @@ -task: - - "Add basic implementation of SendGrid to Task Library - [#4450](https://github.com/PrefectHQ/prefect/pull/4450)" - -contributor: - - "[Stéphan Taljaard](https://github.com/taljaards)" diff --git a/changes/pr4452.yaml b/changes/pr4452.yaml deleted file mode 100644 index 2aef34e632a0..000000000000 --- a/changes/pr4452.yaml +++ /dev/null @@ -1,3 +0,0 @@ - -fix: - - "Upgrade `kubernetes` package requirement upper limit - [#4452](https://github.com/PrefectHQ/prefect/pull/4452)" diff --git a/changes/pr4458.yaml b/changes/pr4458.yaml deleted file mode 100644 index 9df1dd374b44..000000000000 --- a/changes/pr4458.yaml +++ /dev/null @@ -1,5 +0,0 @@ -task: - - "Print link to flow run in StartFlowRun - [#4458](https://github.com/PrefectHQ/prefect/pull/4458)" - -contributor: - - "[Brett Naul](https://github.com/bnaul)" diff --git a/changes/pr4462.yaml b/changes/pr4462.yaml deleted file mode 100644 index 91e3ef16121b..000000000000 --- a/changes/pr4462.yaml +++ /dev/null @@ -1,5 +0,0 @@ -enhancement: - - "Add an `image_pull_policy` kwarg to `KubernetesRun` [#4462](https://github.com/PrefectHQ/prefect/pull/4462)" - -contributor: - - "[Zach Schumacher](https://github.com/zschumacher)" \ No newline at end of file diff --git a/changes/pr4468.yaml b/changes/pr4468.yaml deleted file mode 100644 index 791a45959449..000000000000 --- a/changes/pr4468.yaml +++ /dev/null @@ -1,3 +0,0 @@ - -enhancement: - - "Allow `prefect build/register --module` to accept full import path to flow - [#4468](https://github.com/PrefectHQ/prefect/pull/4468)" diff --git a/changes/pr4470.yaml b/changes/pr4470.yaml deleted file mode 100644 index a2ca9eed0be8..000000000000 --- a/changes/pr4470.yaml +++ /dev/null @@ -1,3 +0,0 @@ - -enhancement: - - "Add `hello world` flow to prefect module - [#4470](https://github.com/PrefectHQ/prefect/pull/4470)" diff --git a/changes/pr4482.yaml b/changes/pr4482.yaml deleted file mode 100644 index 89f75258dcc2..000000000000 --- a/changes/pr4482.yaml +++ /dev/null @@ -1,5 +0,0 @@ -enhancement: - - "GCSUpload: allow passing in io.BytesIO - [#4482](https://github.com/PrefectHQ/prefect/pull/4482)" - -contributor: - - "[Joël Luijmes](https://github.com/joelluijmes)" diff --git a/changes/pr4485.yaml b/changes/pr4485.yaml deleted file mode 100644 index 017aca91d583..000000000000 --- a/changes/pr4485.yaml +++ /dev/null @@ -1,3 +0,0 @@ - -enhancement: - - "Set flow docker container names to flow run names - [#4485](https://github.com/PrefectHQ/prefect/pull/4485)" diff --git a/changes/pr4501.yaml b/changes/pr4501.yaml deleted file mode 100644 index b96438917de2..000000000000 --- a/changes/pr4501.yaml +++ /dev/null @@ -1,3 +0,0 @@ - -fix: - - "Fix server startup check for custom server port - [#4501](https://github.com/PrefectHQ/prefect/pull/4501)" diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index eece17c04d81..ab684fe45e1b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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/' },