From 56704752abac5d1bb3ca466eda4f52ecca6e1093 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 23 Mar 2020 15:31:13 -0500 Subject: [PATCH] Issue #60: Add CHANGELOG entries for 0.10.0. --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b5b080..6e9bc5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Kubernetes Collection Changes +## 0.10.0 + +### New Features + + - PR #14: Add `k8s_exec` module for executing commands on pods via Kubernetes API. + - PR #16: Add `k8s_log` module for retrieving pod logs. + - Issue #49, PR #55: Add `persist_config` option for persisting refreshed tokens. + +### Security Fixes + + - PR #51: Warn about disclosure when using options like `kubectl_password`, `kubectl_extra_args`, and `kubectl_token` to pass data through to the command line using the `kubectl` connection plugin. + +### Bug Fixes + + - Issue #13: Fix argspec for 'elements'. + - Issue #33, PR #34: Fix argspec in `k8s_service`. + - Issue #10, PR #22: Test collection in a Kind cluster in CI using Molecule. + - PR #52: Documentation fix in `kubectl.py`. + - PR #54: Add exception handling when retrieving k8s client. + - PR #56: Use from_yaml filter with lookup examples in `k8s` module documentation examples. + ## 0.9.0 - Initial migration of Kubernetes content from Ansible core (2.9 / devel), including content: