Skip to content

Commit d527ab2

Browse files
authored
Release 0.15.11 (PrefectHQ#5274)
* Cut changelog for 0.15.11 * Bump latest API version
1 parent 60a03f5 commit d527ab2

File tree

11 files changed

+24
-30
lines changed

11 files changed

+24
-30
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.15.11 <Badge text="beta" type="success" />
4+
5+
Released on December 22, 2021.
6+
7+
### Enhancements
8+
9+
- Allow passing kwargs to `Merge` task constructor via `merge()` function - [#5233](https://github.com/PrefectHQ/prefect/pull/5233)
10+
- Allow passing proxies to `slack_notifier` - [#5237](https://github.com/PrefectHQ/prefect/pull/5237)
11+
12+
### Fixes
13+
14+
- Update `RunGreatExpectationsValidation` task to work with latest version of `great_expectations` - [#5172](https://github.com/PrefectHQ/prefect/issues/5172)
15+
- Allow unsetting kubernetes `imagePullSecrets` with an empty string - [#5001](https://github.com/PrefectHQ/prefect/pull/5001)
16+
- Improve agent handling of kubernetes jobs for flow runs that have been deleted - [#5190](https://github.com/PrefectHQ/prefect/pull/5190)
17+
- Remove `beta1` from kubernetes agent template - [#5194](https://github.com/PrefectHQ/prefect/pull/5194)
18+
- Documentation improvements - [#5220](https://github.com/PrefectHQ/prefect/pull/5220), [#5232](https://github.com/PrefectHQ/prefect/pull/5232), [#5288](https://github.com/PrefectHQ/prefect/pull/5288)
19+
20+
### Contributors
21+
22+
- [Connor Martin](https://github.com/cjmartian)
23+
- [Farley Farley](https://github.com/AndrewFarley)
24+
- [Vincent Chéry](https://github.com/VincentAntoine)
25+
326
## 0.15.10 <Badge text="beta" type="success" />
427

528
Released on November 30, 2021.

changes/issue5172.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr5001.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

changes/pr5190.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr5194.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr5220.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr5232.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/pr5233.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

changes/pr5237.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changes/pr5288.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)