Skip to content

Commit 84126a7

Browse files
committed
Prepare 0.24.1 release
1 parent 0c65575 commit 84126a7

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

Diff for: .ansible-lint

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ exclude_paths:
33
- .github/
44
skip_list:
55
- name[template]
6-
- yaml[line-length]
76
- schema[meta]
7+
- yaml[line-length]

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.24.1 (Unreleased)
3+
## 0.24.1 (July 6, 2023)
44

55
FEATURES:
66

Diff for: README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-nginxinc.nginx-5bbdbf.svg)](https://galaxy.ansible.com/nginxinc/nginx)
22
[![Molecule CI/CD](https://github.com/nginxinc/ansible-role-nginx/workflows/Molecule%20CI/CD/badge.svg)](https://github.com/nginxinc/ansible-role-nginx/actions)
33
[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4+
[![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)
45

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

@@ -131,13 +132,12 @@ AlmaLinux:
131132
- 8
132133
- 9
133134
Alpine:
134-
- 3.13
135135
- 3.14
136136
- 3.15
137137
- 3.16
138138
- 3.17
139-
Amazon Linux 2:
140-
- any
139+
Amazon Linux:
140+
- 2
141141
CentOS:
142142
- 7.4+
143143
Debian:
@@ -147,9 +147,11 @@ FreeBSD:
147147
- 13
148148
Oracle Linux:
149149
- 7.4+
150+
- 8.1+
151+
- 9
150152
Red Hat:
151153
- 7.4+
152-
- 8
154+
- 8.1+
153155
- 9
154156
Rocky Linux:
155157
- 8
@@ -166,16 +168,18 @@ Ubuntu:
166168
### NGINX Amplify Agent
167169

168170
```yaml
169-
Amazon Linux 2:
170-
- any
171+
Amazon Linux:
172+
- 2
171173
Debian:
172174
- buster (10)
173175
- bullseye (11)
174176
Red Hat:
175177
- 8
178+
- 9
176179
Ubuntu:
177-
- bionic
178-
- focal
180+
- bionic (18.04)
181+
- focal (20.04)
182+
- jammy (22.04)
179183
```
180184

181185
**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.

Diff for: meta/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ galaxy_info:
1313
- name: Alpine
1414
versions: [all]
1515
- name: Amazon Linux
16-
versions: ['2', '2023']
16+
versions: ['2']
1717
- name: Debian
1818
versions: [bullseye, bookworm]
1919
- name: EL
2020
versions: ['7', '8', '9']
2121
- name: FreeBSD
22-
versions: ['12.1']
22+
versions: ['12.1', '12.2', '12.3', '12.4', '13.0', '13.1', '13.2']
23+
- name: OracleLinux
24+
versions: ['7', '8', '9']
2325
- name: Ubuntu
2426
versions: [focal, jammy, kinetic, lunar]
2527
- name: SLES

0 commit comments

Comments
 (0)