mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
* Issue #254: Add changelogs for 1.1.0. * Issue #254: Two of the changes are major. * Update CHANGELOG and galaxy tag version. * Issue #254: Document kubernetes.core release process.
This commit is contained in:
@@ -186,3 +186,62 @@ releases:
|
||||
name: helm_plugin_info
|
||||
namespace: ''
|
||||
release_date: '2020-07-28'
|
||||
1.1.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- common - handle exception raised due to DynamicClient (https://github.com/ansible-collections/community.kubernetes/pull/224).
|
||||
- helm - add replace parameter (https://github.com/ansible-collections/community.kubernetes/issues/106).
|
||||
- k8s (inventory) - Set the connection plugin and transport separately (https://github.com/ansible-collections/community.kubernetes/pull/208).
|
||||
- k8s (inventory) - Specify FQCN for k8s inventory plugin to fix use with Ansible
|
||||
2.9 (https://github.com/ansible-collections/community.kubernetes/pull/250).
|
||||
- k8s_info - add wait functionality (https://github.com/ansible-collections/community.kubernetes/issues/18).
|
||||
major_changes:
|
||||
- k8s - Add support for template parameter (https://github.com/ansible-collections/community.kubernetes/pull/230).
|
||||
- k8s_* - Add support for vaulted kubeconfig and src (https://github.com/ansible-collections/community.kubernetes/pull/193).
|
||||
minor_changes:
|
||||
- Add Makefile and downstream build script for kubernetes.core (https://github.com/ansible-collections/community.kubernetes/pull/197).
|
||||
- Add execution environment metadata (https://github.com/ansible-collections/community.kubernetes/pull/211).
|
||||
- Add probot stale bot configuration to autoclose issues (https://github.com/ansible-collections/community.kubernetes/pull/196).
|
||||
- Added a contribution guide (https://github.com/ansible-collections/community.kubernetes/pull/192).
|
||||
- Refactor module_utils (https://github.com/ansible-collections/community.kubernetes/pull/223).
|
||||
- Replace KubernetesAnsibleModule class with dummy class (https://github.com/ansible-collections/community.kubernetes/pull/227).
|
||||
- Replace KubernetesRawModule class with K8sAnsibleMixin (https://github.com/ansible-collections/community.kubernetes/pull/231).
|
||||
- common - Do not mark task as changed when diff is irrelevant (https://github.com/ansible-collections/community.kubernetes/pull/228).
|
||||
- helm - Add appVersion idempotence check to Helm (https://github.com/ansible-collections/community.kubernetes/pull/246).
|
||||
- helm - Return status in check mode (https://github.com/ansible-collections/community.kubernetes/pull/192).
|
||||
- helm - Support for single or multiple values files (https://github.com/ansible-collections/community.kubernetes/pull/93).
|
||||
- helm_* - Support vaulted kubeconfig (https://github.com/ansible-collections/community.kubernetes/pull/229).
|
||||
- k8s - SelfSubjectAccessReviews supported when 405 response received (https://github.com/ansible-collections/community.kubernetes/pull/237).
|
||||
- k8s - add testcase for adding multiple resources using template parameter
|
||||
(https://github.com/ansible-collections/community.kubernetes/issues/243).
|
||||
- k8s_info - Add support for wait (https://github.com/ansible-collections/community.kubernetes/pull/235).
|
||||
- k8s_info - update custom resource example (https://github.com/ansible-collections/community.kubernetes/issues/202).
|
||||
- kubectl plugin - correct console log (https://github.com/ansible-collections/community.kubernetes/issues/200).
|
||||
- raw - Handle exception raised by underlying APIs (https://github.com/ansible-collections/community.kubernetes/pull/180).
|
||||
fragments:
|
||||
- 106-helm_replace.yml
|
||||
- 180_raw_handle_exception.yml
|
||||
- 18_k8s_info_wait.yml
|
||||
- 191_contributing.yml
|
||||
- 192_helm-status-check-mode.yml
|
||||
- 193_vault-kubeconfig-support.yml
|
||||
- 196_probot-stale-bot.yml
|
||||
- 197_downstream-makefile.yml
|
||||
- 200_kubectl_fix.yml
|
||||
- 202_k8s_info.yml
|
||||
- 208_set-connection-plugin-transport.yml
|
||||
- 211_execution-env-meta.yml
|
||||
- 223_refactor-module_utils.yml
|
||||
- 224_handle-dynamicclient-exception.yml
|
||||
- 227_replace-kubernetesansiblemodule-class.yml
|
||||
- 228_dont-mark-changed-if-diff-irrelevant.yml
|
||||
- 229_helm-vault-support.yml
|
||||
- 230_k8s-template-parameter.yml
|
||||
- 231_k8sansiblemixin-module.yml
|
||||
- 234_k8s-selfsubjectaccessreviews.yml
|
||||
- 235_k8s_info-wait-support.yml
|
||||
- 243_template.yml
|
||||
- 246_helm-appversion-check.yml
|
||||
- 252_connection-plugin-fqcn-fix.yml
|
||||
- 93_helm-multiple-values-files.yml
|
||||
release_date: '2020-10-08'
|
||||
|
||||
3
changelogs/fragments/180_raw_handle_exception.yml
Normal file
3
changelogs/fragments/180_raw_handle_exception.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- raw - Handle exception raised by underlying APIs (https://github.com/ansible-collections/community.kubernetes/pull/180).
|
||||
3
changelogs/fragments/191_contributing.yml
Normal file
3
changelogs/fragments/191_contributing.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Added a contribution guide (https://github.com/ansible-collections/community.kubernetes/pull/192).
|
||||
3
changelogs/fragments/192_helm-status-check-mode.yml
Normal file
3
changelogs/fragments/192_helm-status-check-mode.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - Return status in check mode (https://github.com/ansible-collections/community.kubernetes/pull/192).
|
||||
3
changelogs/fragments/193_vault-kubeconfig-support.yml
Normal file
3
changelogs/fragments/193_vault-kubeconfig-support.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
major_changes:
|
||||
- k8s_* - Add support for vaulted kubeconfig and src (https://github.com/ansible-collections/community.kubernetes/pull/193).
|
||||
3
changelogs/fragments/196_probot-stale-bot.yml
Normal file
3
changelogs/fragments/196_probot-stale-bot.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add probot stale bot configuration to autoclose issues (https://github.com/ansible-collections/community.kubernetes/pull/196).
|
||||
3
changelogs/fragments/197_downstream-makefile.yml
Normal file
3
changelogs/fragments/197_downstream-makefile.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add Makefile and downstream build script for kubernetes.core (https://github.com/ansible-collections/community.kubernetes/pull/197).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s (inventory) - Set the connection plugin and transport separately (https://github.com/ansible-collections/community.kubernetes/pull/208).
|
||||
3
changelogs/fragments/211_execution-env-meta.yml
Normal file
3
changelogs/fragments/211_execution-env-meta.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add execution environment metadata (https://github.com/ansible-collections/community.kubernetes/pull/211).
|
||||
3
changelogs/fragments/223_refactor-module_utils.yml
Normal file
3
changelogs/fragments/223_refactor-module_utils.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Refactor module_utils (https://github.com/ansible-collections/community.kubernetes/pull/223).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- common - handle exception raised due to DynamicClient (https://github.com/ansible-collections/community.kubernetes/pull/224).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Replace KubernetesAnsibleModule class with dummy class (https://github.com/ansible-collections/community.kubernetes/pull/227).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- common - Do not mark task as changed when diff is irrelevant (https://github.com/ansible-collections/community.kubernetes/pull/228).
|
||||
3
changelogs/fragments/229_helm-vault-support.yml
Normal file
3
changelogs/fragments/229_helm-vault-support.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm_* - Support vaulted kubeconfig (https://github.com/ansible-collections/community.kubernetes/pull/229).
|
||||
3
changelogs/fragments/230_k8s-template-parameter.yml
Normal file
3
changelogs/fragments/230_k8s-template-parameter.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
major_changes:
|
||||
- k8s - Add support for template parameter (https://github.com/ansible-collections/community.kubernetes/pull/230).
|
||||
3
changelogs/fragments/231_k8sansiblemixin-module.yml
Normal file
3
changelogs/fragments/231_k8sansiblemixin-module.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Replace KubernetesRawModule class with K8sAnsibleMixin (https://github.com/ansible-collections/community.kubernetes/pull/231).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- k8s - SelfSubjectAccessReviews supported when 405 response received (https://github.com/ansible-collections/community.kubernetes/pull/237).
|
||||
3
changelogs/fragments/235_k8s_info-wait-support.yml
Normal file
3
changelogs/fragments/235_k8s_info-wait-support.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- k8s_info - Add support for wait (https://github.com/ansible-collections/community.kubernetes/pull/235).
|
||||
3
changelogs/fragments/246_helm-appversion-check.yml
Normal file
3
changelogs/fragments/246_helm-appversion-check.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - Add appVersion idempotence check to Helm (https://github.com/ansible-collections/community.kubernetes/pull/246).
|
||||
3
changelogs/fragments/252_connection-plugin-fqcn-fix.yml
Normal file
3
changelogs/fragments/252_connection-plugin-fqcn-fix.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s (inventory) - Specify FQCN for k8s inventory plugin to fix use with Ansible 2.9 (https://github.com/ansible-collections/community.kubernetes/pull/250).
|
||||
3
changelogs/fragments/93_helm-multiple-values-files.yml
Normal file
3
changelogs/fragments/93_helm-multiple-values-files.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - Support for single or multiple values files (https://github.com/ansible-collections/community.kubernetes/pull/93).
|
||||
Reference in New Issue
Block a user