mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Release 0.11.1 prep - add missing changelog fragments.
This commit is contained in:
3
changelogs/fragments/100-k8s_scale-fix-wait.yaml
Normal file
3
changelogs/fragments/100-k8s_scale-fix-wait.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s_scale - Fix scale wait and add tests (https://github.com/ansible-collections/community.kubernetes/pull/100).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Don't require project coverage check on PRs (https://github.com/ansible-collections/community.kubernetes/pull/102).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Fix suboption docs structure for inventory plugins (https://github.com/ansible-collections/community.kubernetes/pull/103).
|
||||
3
changelogs/fragments/105-improved-k8s-diffs.yaml
Normal file
3
changelogs/fragments/105-improved-k8s-diffs.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Use improved kubernetes diffs where possible (https://github.com/ansible-collections/community.kubernetes/pull/105).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add action groups for playbooks with module_defaults (https://github.com/ansible-collections/community.kubernetes/pull/107).
|
||||
3
changelogs/fragments/110-helm-minor-refactor.yaml
Normal file
3
changelogs/fragments/110-helm-minor-refactor.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - minor code refactoring (https://github.com/ansible-collections/community.kubernetes/pull/110).
|
||||
3
changelogs/fragments/114-minor-docs-fixes.yaml
Normal file
3
changelogs/fragments/114-minor-docs-fixes.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Minor documentation fixes and use of FQCN in some examples (https://github.com/ansible-collections/community.kubernetes/pull/114).
|
||||
3
changelogs/fragments/115-helm-add-atomic.yaml
Normal file
3
changelogs/fragments/115-helm-add-atomic.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm - add 'atomic' option (https://github.com/ansible-collections/community.kubernetes/pull/115).
|
||||
3
changelogs/fragments/117-helm-minor-refactor.yaml
Normal file
3
changelogs/fragments/117-helm-minor-refactor.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm_info and helm_repository - minor code refactor (https://github.com/ansible-collections/community.kubernetes/pull/117).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- k8s - Handle set object retrieved from lookup plugin (https://github.com/ansible-collections/community.kubernetes/pull/118).
|
||||
3
changelogs/fragments/119-handle-kubeconfig-error.yaml
Normal file
3
changelogs/fragments/119-handle-kubeconfig-error.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Handle invalid kubeconfig parsing error (https://github.com/ansible-collections/community.kubernetes/pull/119).
|
||||
3
changelogs/fragments/123-flake8.yaml
Normal file
3
changelogs/fragments/123-flake8.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Check Python code using flake8 (https://github.com/ansible-collections/community.kubernetes/pull/123).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add requires_ansible version constraints to runtime.yml (https://github.com/ansible-collections/community.kubernetes/pull/126).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Remove action_groups_redirection entry from meta/runtime.yml (https://github.com/ansible-collections/community.kubernetes/pull/127).
|
||||
3
changelogs/fragments/130-add-sanity-ignore-211.yaml
Normal file
3
changelogs/fragments/130-add-sanity-ignore-211.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add sanity test ignore file for Ansible 2.11 (https://github.com/ansible-collections/community.kubernetes/pull/130).
|
||||
3
changelogs/fragments/131-changelog-fragments.yaml
Normal file
3
changelogs/fragments/131-changelog-fragments.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
major_changes:
|
||||
- Add changelog and fragments and document changelog process (https://github.com/ansible-collections/community.kubernetes/pull/131).
|
||||
@@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
- raw - handle condition when definition is none (https://github.com/ansible/ansible/pull/59160).
|
||||
- raw - handle condition when definition is none (https://github.com/ansible-collections/community.kubernetes/pull/139).
|
||||
3
changelogs/fragments/146-fqcn-in-docs.yaml
Normal file
3
changelogs/fragments/146-fqcn-in-docs.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Use FQCN in module docs and plugin examples (https://github.com/ansible-collections/community.kubernetes/pull/146).
|
||||
3
changelogs/fragments/35-wait-conditions.yaml
Normal file
3
changelogs/fragments/35-wait-conditions.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Improve k8s Deployment and Daemonset wait conditions (https://github.com/ansible-collections/community.kubernetes/pull/35).
|
||||
3
changelogs/fragments/84-check_mode-service-change.yaml
Normal file
3
changelogs/fragments/84-check_mode-service-change.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Make sure Service changes run correctly in check_mode (https://github.com/ansible-collections/community.kubernetes/pull/84).
|
||||
3
changelogs/fragments/94-openshift-apply-test.yaml
Normal file
3
changelogs/fragments/94-openshift-apply-test.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add test for openshift apply bug (https://github.com/ansible-collections/community.kubernetes/pull/94).
|
||||
3
changelogs/fragments/95-remove-ANSIBLE_METADATA.yaml
Normal file
3
changelogs/fragments/95-remove-ANSIBLE_METADATA.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Remove deprecated ANSIBLE_METADATA field (https://github.com/ansible-collections/community.kubernetes/pull/95).
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s_info - remove unneccessary k8s_facts deprecation notice (https://github.com/ansible-collections/community.kubernetes/pull/97).
|
||||
3
changelogs/fragments/98-add-version_added.yaml
Normal file
3
changelogs/fragments/98-add-version_added.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add version_added to each new collection module (https://github.com/ansible-collections/community.kubernetes/pull/98).
|
||||
Reference in New Issue
Block a user