mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
Bump the dependency on kubernetes.core to >=5.2.0,<7.0.0. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
48 lines
917 B
YAML
48 lines
917 B
YAML
---
|
|
namespace: kubevirt
|
|
name: core
|
|
version: "2.2.2"
|
|
readme: README.md
|
|
authors:
|
|
- KubeVirt Project (kubevirt.io)
|
|
dependencies:
|
|
kubernetes.core: '>=5.2.0,<7.0.0'
|
|
description: Lean Ansible bindings for KubeVirt
|
|
license_file: LICENSE
|
|
tags:
|
|
- api
|
|
- k8s
|
|
- kubernetes
|
|
- kubevirt
|
|
- virtualization
|
|
- cloud
|
|
- infrastructure
|
|
repository: https://github.com/kubevirt/kubevirt.core
|
|
documentation: https://kubevirt.github.io/kubevirt.core
|
|
homepage: https://kubevirt.io
|
|
issues: https://github.com/kubevirt/kubevirt.core/issues
|
|
build_ignore:
|
|
- .ansible-lint
|
|
- .git
|
|
- .gitignore
|
|
- .github
|
|
- .vscode
|
|
- .yamllint
|
|
- bin
|
|
- changelogs
|
|
- CODE_OF_CONDUCT.md
|
|
- examples
|
|
- hack
|
|
- Makefile
|
|
- OWNERS
|
|
- REVIEW_CHECKLIST.md
|
|
- tox.ini
|
|
- tox-ansible.ini
|
|
- '*.tar.gz'
|
|
- '*.zip'
|
|
- docs/_gh_include
|
|
- docs/conf.py
|
|
- docs/roles.rst.template
|
|
- docs/requirements.txt
|
|
- tests/requirements.txt
|