mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
* [stable-4] Fix action group documentation issue for downstream build (#232) (#234)
* Fix action group documentation issue for downstream build (#232)
(cherry picked from commit 59e78926ec)
* update Makefile
* Release 4.0.0 (#235)
* Prepare release 4.0.0
* Update kubernetes.core dependency to 5.0.0
* documentation update
28 lines
643 B
YAML
28 lines
643 B
YAML
---
|
|
authors:
|
|
- geerlingguy (https://www.jeffgeerling.com/)
|
|
- fabianvf (https://github.com/fabianvf)
|
|
- willthames (https://github.com/willthames)
|
|
- Akasurde (https://github.com/akasurde)
|
|
dependencies:
|
|
kubernetes.core: '>=5.0.0'
|
|
description: OKD Collection for Ansible.
|
|
documentation: ''
|
|
homepage: ''
|
|
issues: https://github.com/openshift/community.okd/issues
|
|
license_file: LICENSE
|
|
name: okd
|
|
namespace: community
|
|
readme: README.md
|
|
repository: https://github.com/openshift/community.okd
|
|
tags:
|
|
- kubernetes
|
|
- k8s
|
|
- cloud
|
|
- infrastructure
|
|
- openshift
|
|
- okd
|
|
- cluster
|
|
# Also needs to be updated in the Makefile
|
|
version: 4.0.0
|