Skip to content

Commit

Permalink
Merge branch 'release/5.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Dec 31, 2021
2 parents a4b7c96 + f84cc73 commit 2f75780
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 110 deletions.
7 changes: 0 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,6 @@ test:opensuse-leap-15.3:
_MOLECULE_SCENARIO_NAME: "opensuse-leap-15.3"
allow_failure: true

test:opensuse-leap-15.2:
<<: *job-molecule
stage: test
variables:
_MOLECULE_SCENARIO_NAME: "opensuse-leap-15.2"
allow_failure: true

test:debian-11:
<<: *job-molecule
stage: test
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Ansible Role for crun

## 5.4.0 - TBC
## 5.5.0 - TBC

### Major Changes

## 5.4.0 - 2021-12-31

### Major Changes

- Remove openSUSE Leap 15.2 support
- Upgrade minimal Ansible community package support to 4.10

## 5.3.0 - 2021-10-20
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="/alvistack.svg" width="75" alt="AlviStack">

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

Expand All @@ -17,7 +17,7 @@ This role was designed for:

- Ubuntu 18.04, 20.04, 21.04, 21.10
- CentOS 7, 8 Stream
- openSUSE Leap 15.2, Leap 15.3, Tumbleweed
- openSUSE Leap 15.3, Tumbleweed
- Debian 10, 11
- Fedora 34, 35
- RHEL 7, 8
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ galaxy_info:
- name: opensuse
versions:
- "15.3"
- "15.2"
- name: Debian
versions:
- bullseye
Expand Down
1 change: 0 additions & 1 deletion molecule/opensuse-leap-15.2/cleanup.yml

This file was deleted.

1 change: 0 additions & 1 deletion molecule/opensuse-leap-15.2/converge.yml

This file was deleted.

1 change: 0 additions & 1 deletion molecule/opensuse-leap-15.2/group_vars/all/00-defaults.yml

This file was deleted.

15 changes: 0 additions & 15 deletions molecule/opensuse-leap-15.2/group_vars/all/99-molecule.yml

This file was deleted.

58 changes: 0 additions & 58 deletions molecule/opensuse-leap-15.2/molecule.yml

This file was deleted.

1 change: 0 additions & 1 deletion molecule/opensuse-leap-15.2/prepare.yml

This file was deleted.

1 change: 0 additions & 1 deletion molecule/opensuse-leap-15.2/verify.yml

This file was deleted.

21 changes: 0 additions & 21 deletions vars/suse-15.2.yml

This file was deleted.

0 comments on commit 2f75780

Please sign in to comment.