mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
* Prepare release 3.0.0 (#206)
* Preapare release 3.0.0
* Added release summary
* Drop ansible 2.9 mentions
* Add .gitignore to downstream build files (#208) (#209)
This is required for ansible-lint.
(cherry picked from commit 7988daff93)
* Release version 3.0.1 (#210)
* Running tests locally (#207)
* Running tests locally
* create temporary directory to run tests in
* clean for molecule target
* Update Makefile
Co-authored-by: Mike Graves <mgraves@redhat.com>
---------
Co-authored-by: Mike Graves <mgraves@redhat.com>
---------
Co-authored-by: GomathiselviS <gomathiselvi@gmail.com>
Co-authored-by: Mike Graves <mgraves@redhat.com>
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: '>=3.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: 3.0.1
|