mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
SUMMARY This is initial to prepare the main branch to version 6.0.0 (6.0.0-dev0 in galaxy.yml) and includes following braking changes: removed support of ansible-core<2.16.0 as 2.15 reach EOL in Nov 2024; removed the k8s inventory plugin that was deprecated in release 3.0.0. ISSUE TYPE Feature Pull Request COMPONENT NAME Documentation galaxy.yml inventory/k8s.py ADDITIONAL INFORMATION The initial version of this PR doesn't remove tests/sanity/ignore-2.14.txt and tests/sanity/ignore-2.15.txt, and CI part will require removing version 2.15 from the matrix in https://github.com/ansible-network/github_actions, so, we have external dependency here. Reviewed-by: Bianca Henderson <beeankha@gmail.com> Reviewed-by: Yuriy Novostavskiy Reviewed-by: Mike Graves <mgraves@redhat.com>
32 lines
830 B
YAML
32 lines
830 B
YAML
---
|
|
authors:
|
|
- chouseknecht (https://github.com/chouseknecht)
|
|
- geerlingguy (https://www.jeffgeerling.com/)
|
|
- maxamillion (https://github.com/maxamillion)
|
|
- jmontleon (https://github.com/jmontleon)
|
|
- fabianvf (https://github.com/fabianvf)
|
|
- willthames (https://github.com/willthames)
|
|
- mmazur (https://github.com/mmazur)
|
|
- jamescassell (https://github.com/jamescassell)
|
|
description: Kubernetes Collection for Ansible.
|
|
documentation: ""
|
|
homepage: ""
|
|
issues: https://github.com/ansible-collections/kubernetes.core/issues
|
|
license_file: LICENSE
|
|
namespace: kubernetes
|
|
name: core
|
|
readme: README.md
|
|
repository: https://github.com/ansible-collections/kubernetes.core
|
|
tags:
|
|
- kubernetes
|
|
- k8s
|
|
- cloud
|
|
- infrastructure
|
|
- openshift
|
|
- okd
|
|
- cluster
|
|
version: 6.0.0-dev0
|
|
build_ignore:
|
|
- .DS_Store
|
|
- "*.tar.gz"
|