Issue #40: Add PR and issue refs to fragments, and update CHANGELOG.rst.

This commit is contained in:
Jeff Geerling
2020-06-22 12:33:44 -05:00
parent d3dc3e25a4
commit 8674a449f7
16 changed files with 48 additions and 48 deletions

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- k8s - Fix argspec for 'elements'.
- k8s - Fix argspec for 'elements' (https://github.com/ansible-collections/community.kubernetes/issues/13).

View File

@@ -1,3 +1,3 @@
---
major_changes:
- k8s_exec - New module for executing commands on pods via Kubernetes API.
- k8s_exec - New module for executing commands on pods via Kubernetes API (https://github.com/ansible-collections/community.kubernetes/pull/14).

View File

@@ -1,3 +1,3 @@
---
major_changes:
- k8s_log - New module for retrieving pod logs.
- k8s_log - New module for retrieving pod logs (https://github.com/ansible-collections/community.kubernetes/pull/16).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- k8s_service - Fix argspec.
- k8s_service - Fix argspec (https://github.com/ansible-collections/community.kubernetes/issues/33).

View File

@@ -1,3 +1,3 @@
---
minor_changes:
- k8s - Added ``persist_config`` option for persisting refreshed tokens.
- k8s - Added ``persist_config`` option for persisting refreshed tokens (https://github.com/ansible-collections/community.kubernetes/issues/49).

View File

@@ -1,3 +1,3 @@
---
security_fixes:
- kubectl - Warn about information 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.
- kubectl - Warn about information 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 (https://github.com/ansible-collections/community.kubernetes/pull/51).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- kubectl - Fix documentation in kubectl connection plugin.
- kubectl - Fix documentation in kubectl connection plugin (https://github.com/ansible-collections/community.kubernetes/pull/52).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- k8s - Add exception handling when retrieving k8s client.
- k8s - Add exception handling when retrieving k8s client (https://github.com/ansible-collections/community.kubernetes/pull/54).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- k8s - Use ``from_yaml`` filter with lookup examples in ``k8s`` module documentation examples.
- k8s - Use ``from_yaml`` filter with lookup examples in ``k8s`` module documentation examples (https://github.com/ansible-collections/community.kubernetes/pull/56).

View File

@@ -1,5 +1,5 @@
---
major_changes:
- helm - New module for managing Helm charts.
- helm_info - New module for retrieving Helm chart information.
- helm_repository - New module for managing Helm repositories.
- helm - New module for managing Helm charts (https://github.com/ansible-collections/community.kubernetes/pull/61).
- helm_info - New module for retrieving Helm chart information (https://github.com/ansible-collections/community.kubernetes/pull/61).
- helm_repository - New module for managing Helm repositories (https://github.com/ansible-collections/community.kubernetes/pull/61).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- k8s_log - Module no longer attempts to parse log as JSON.
- k8s_log - Module no longer attempts to parse log as JSON (https://github.com/ansible-collections/community.kubernetes/pull/69).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- Update GitHub Actions workflow for better CI stability.
- Update GitHub Actions workflow for better CI stability (https://github.com/ansible-collections/community.kubernetes/pull/78).

View File

@@ -1,3 +1,3 @@
---
minor_changes:
- Rename repository to ``community.kubernetes``.
- Rename repository to ``community.kubernetes`` (https://github.com/ansible-collections/community.kubernetes/pull/81).

View File

@@ -1,3 +1,3 @@
---
bugfixes:
- Make sure extra files are not included in built collection.
- Make sure extra files are not included in built collection (https://github.com/ansible-collections/community.kubernetes/pull/85).