mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 21:42:38 +00:00
Issue #40: Add changelog and fragments and document new changelog process.
This commit is contained in:
3
changelogs/fragments/13-fix-elements-argspec.yaml
Normal file
3
changelogs/fragments/13-fix-elements-argspec.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s - Fix argspec for 'elements'.
|
||||
3
changelogs/fragments/14-k8s_exec-new-module.yaml
Normal file
3
changelogs/fragments/14-k8s_exec-new-module.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
major_changes:
|
||||
- k8s_exec - New module for executing commands on pods via Kubernetes API.
|
||||
3
changelogs/fragments/16-k8s_log-new-module.yaml
Normal file
3
changelogs/fragments/16-k8s_log-new-module.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
major_changes:
|
||||
- k8s_log - New module for retrieving pod logs.
|
||||
3
changelogs/fragments/33-k8s_service-fix-argspec.yaml
Normal file
3
changelogs/fragments/33-k8s_service-fix-argspec.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s_service - Fix argspec.
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
major_changes:
|
||||
- k8s - Inventory source migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- k8s - Module migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- k8s - Lookup plugin migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- k8s_auth - Module migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- k8s_info - Module migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- k8s_scale - Module migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- k8s_service - Module migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- k8s_config_resource_name - Filter plugin migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- kubectl - Connection plugin migrated from Ansible 2.9 to Kubernetes collection.
|
||||
- openshift - Inventory source migrated from Ansible 2.9 to Kubernetes collection.
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- k8s - Added ``persist_config`` option for persisting refreshed tokens.
|
||||
3
changelogs/fragments/51-kubectl-security-disclosure.yaml
Normal file
3
changelogs/fragments/51-kubectl-security-disclosure.yaml
Normal file
@@ -0,0 +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.
|
||||
3
changelogs/fragments/52-kubectl-connection-docsfix.yaml
Normal file
3
changelogs/fragments/52-kubectl-connection-docsfix.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- kubectl - Fix documentation in kubectl connection plugin.
|
||||
3
changelogs/fragments/54-k8s-add-exception-handling.yaml
Normal file
3
changelogs/fragments/54-k8s-add-exception-handling.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s - Add exception handling when retrieving k8s client.
|
||||
3
changelogs/fragments/56-k8s-from_yaml-docs-examples.yaml
Normal file
3
changelogs/fragments/56-k8s-from_yaml-docs-examples.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s - Use ``from_yaml`` filter with lookup examples in ``k8s`` module documentation examples.
|
||||
5
changelogs/fragments/61-helm-new-modules.yaml
Normal file
5
changelogs/fragments/61-helm-new-modules.yaml
Normal file
@@ -0,0 +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.
|
||||
3
changelogs/fragments/69-k8s_log-dont-parse-as-json.yaml
Normal file
3
changelogs/fragments/69-k8s_log-dont-parse-as-json.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s_log - Module no longer attempts to parse log as JSON.
|
||||
3
changelogs/fragments/78-github-actions-workflow.yaml
Normal file
3
changelogs/fragments/78-github-actions-workflow.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Update GitHub Actions workflow for better CI stability.
|
||||
3
changelogs/fragments/81-rename-repository.yaml
Normal file
3
changelogs/fragments/81-rename-repository.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Rename repository to ``community.kubernetes``.
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Make sure extra files are not included in built collection.
|
||||
Reference in New Issue
Block a user