Preparation for 0.11.0 release - and point helm docs at repo for now.

This commit is contained in:
Jeff Geerling
2020-05-04 11:51:53 -05:00
parent b21494ab23
commit b01cbc163e
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,18 @@
# Kubernetes Collection Changes
## 0.11.0
### New Features
- PR #61: Add `helm`, `helm_info`, and `helm_repository` modules.
- PR #81: Rename repository to `community.kubernetes`.
### Bug Fixes
- PR #78: Update GitHub Actions workflow for better CI stability.
- PR #69: k8s_log no longer attempts to parse log as JSON.
- PR #85: Make sure extra files are not included in built collection.
## 0.10.0
### New Features