Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jul 18, 2021
1 parent 827095f commit 82d89fd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Ansible Role for Kata Containers

## 5.1.0 - TBC
## 5.2.0 - TBC

### Major Changes

- Upgrade minimal Ansible community package support to 4.1.0
## 5.1.0 - 2021-07-18

### Major Changes

- Upgrade minimal Ansible community package support to 4.2.0
- Support Debian 11
- Support openSUSE Leap 15.3
- Improve download archive logic
Expand All @@ -22,9 +26,12 @@

### Major Changes

- Bugfix [ansible-lint `namespace`](https://github.com/ansible-community/ansible-lint/pull/1451)
- Bugfix [ansible-lint `no-handler`](https://github.com/ansible-community/ansible-lint/pull/1402)
- Bugfix [ansible-lint `unnamed-task`](https://github.com/ansible-community/ansible-lint/pull/1413)
- Bugfix [ansible-lint
`namespace`](https://github.com/ansible-community/ansible-lint/pull/1451)
- Bugfix [ansible-lint
`no-handler`](https://github.com/ansible-community/ansible-lint/pull/1402)
- Bugfix [ansible-lint
`unnamed-task`](https://github.com/ansible-community/ansible-lint/pull/1413)
- Simplify Python dependency with system packages
- Support RHEL 8 with Molecule
- Support RHEL 7 with Molecule
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Ansible Role for Kata Containers

[![Gitlab pipeline status](https://img.shields.io/gitlab/pipeline/alvistack/ansible-role-kata/master)](https://gitlab.com/alvistack/ansible-role-kata/-/pipelines)
[![GitHub release](https://img.shields.io/github/release/alvistack/ansible-role-kata.svg)](https://github.com/alvistack/ansible-role-kata/releases)
[![GitHub license](https://img.shields.io/github/license/alvistack/ansible-role-kata.svg)](https://github.com/alvistack/ansible-role-kata/blob/master/LICENSE)
[![Ansible Role](https://img.shields.io/badge/galaxy-alvistack.kata-blue.svg)](https://galaxy.ansible.com/alvistack/kata)
[![Gitlab pipeline
status](https://img.shields.io/gitlab/pipeline/alvistack/ansible-role-kata/master)](https://gitlab.com/alvistack/ansible-role-kata/-/pipelines)
[![GitHub
release](https://img.shields.io/github/release/alvistack/ansible-role-kata.svg)](https://github.com/alvistack/ansible-role-kata/releases)
[![GitHub
license](https://img.shields.io/github/license/alvistack/ansible-role-kata.svg)](https://github.com/alvistack/ansible-role-kata/blob/master/LICENSE)
[![Ansible
Role](https://img.shields.io/badge/galaxy-alvistack.kata-blue.svg)](https://galaxy.ansible.com/alvistack/kata)

Ansible Role for Kata Containers Installation.

Expand Down Expand Up @@ -39,7 +43,8 @@ This role could simply deploy to `localhost` as below:
## License

- Code released under [Apache License 2.0](LICENSE)
- Docs released under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)
- Docs released under [CC
BY 4.0](http://creativecommons.org/licenses/by/4.0/)

## Author Information

Expand Down

0 comments on commit 82d89fd

Please sign in to comment.