Skip to content

Commit 7ffc4da

Browse files
committed
Prepare changelog for v1.9.1
1 parent 4e93e5e commit 7ffc4da

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
## 1.9.1 (Unreleased)
2+
3+
FEATURES:
4+
5+
* New resource: `kubernetes_pod_disruption_budget` (#644 / PR #338)
6+
* New resource: `kubernetes_priority_class` (PR #495)
7+
8+
IMPROVEMENTS:
9+
10+
* Add `mount_propagation` attribute to container volume mount
11+
* Add support for `.spec.service.port` to `kubernetes_api_service` (#665)
12+
* Update `k8s.io/client-go` to v12
13+
* Set option to cascade delete job resources (#534 / PR #635)
14+
* Support in-cluster configuration with service accounts (PR #497)
15+
* Parametrize all existing timeout values (PR #607)
16+
* Enable HTTP requests/responses tracing in debug mode (PR #630)
17+
18+
BUG FIXES:
19+
20+
* Do not set default namespace for replication controller and deployment pod templates (#275)
21+
* Updated host_alias property name to host_aliases (PR #670)
22+
* Docs - updated all broken and commit-specific Kubernetes links to point to master branch (PR #626)
23+
* Allow 0 for `backoff_limit` on `kubernetes_job` (PR #632)
24+
225
## 1.9.0 (August 22, 2019)
326

427
FEATURES:

0 commit comments

Comments
 (0)