Skip to content

Commit

Permalink
Prepare 0.24.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Jul 6, 2023
1 parent 0c65575 commit 0e3be34
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ exclude_paths:
- .github/
skip_list:
- name[template]
- yaml[line-length]
- schema[meta]
- yaml[line-length]
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.24.1 (Unreleased)
## 0.24.1 (July 6, 2023)

FEATURES:

Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-nginxinc.nginx-5bbdbf.svg)](https://galaxy.ansible.com/nginxinc/nginx)
[![Molecule CI/CD](https://github.com/nginxinc/ansible-role-nginx/workflows/Molecule%20CI/CD/badge.svg)](https://github.com/nginxinc/ansible-role-nginx/actions)
[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

# 👾 *Help make the NGINX Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾

Expand Down Expand Up @@ -131,13 +132,12 @@ AlmaLinux:
- 8
- 9
Alpine:
- 3.13
- 3.14
- 3.15
- 3.16
- 3.17
Amazon Linux 2:
- any
Amazon Linux:
- 2
CentOS:
- 7.4+
Debian:
Expand All @@ -147,9 +147,11 @@ FreeBSD:
- 13
Oracle Linux:
- 7.4+
- 8.1+
- 9
Red Hat:
- 7.4+
- 8
- 8.1+
- 9
Rocky Linux:
- 8
Expand All @@ -166,16 +168,18 @@ Ubuntu:
### NGINX Amplify Agent

```yaml
Amazon Linux 2:
- any
Amazon Linux:
- 2
Debian:
- buster (10)
- bullseye (11)
Red Hat:
- 8
- 9
Ubuntu:
- bionic
- focal
- bionic (18.04)
- focal (20.04)
- jammy (22.04)
```

**Note:** You can also use this role to compile NGINX Open Source from source, install NGINX Open Source on compatible yet unsupported platforms, or install NGINX Open Source on BSD systems at your own risk.
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ galaxy_info:
- name: Alpine
versions: [all]
- name: Amazon Linux
versions: ['2', '2023']
versions: ['2']
- name: Debian
versions: [bullseye, bookworm]
- name: EL
Expand Down

0 comments on commit 0e3be34

Please sign in to comment.