You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/release-drafter.yml
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -72,19 +72,13 @@ autolabeler:
72
72
branch:
73
73
- "/docs\/.+/"
74
74
files:
75
-
- "*.md"
75
+
- "**/!(changelog).md"
76
76
title:
77
77
- "/docs/i"
78
78
- "/documentation/i"
79
79
- label: "dependencies"
80
80
files:
81
81
- ".github/workflows/requirements/*"
82
-
branch:
83
-
- "/bump\/.+/"
84
-
- "/update\/.+/"
85
-
title:
86
-
- "/bump/i"
87
-
- "/update/i"
88
82
template: |
89
83
👾 *Help make the NGINX Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 0.20.0 (Unreleased)
4
+
5
+
BREAKING CHANGES:
6
+
7
+
* The NGINX Plus repository has been updated. This might cause some issues when running the role on an instance that already has NGINX Plus installed. **Starting with NGINX Plus R25, you will need to install NGINX Plus using release `0.20.0`. If you are trying to install R23, please use release `0.19.2`. NGINX Plus R24 should work with both release `0.19.2` and `0.20.0`.**
8
+
* The NGINX Plus modsecurity module is no longer supported by this role. Until NGINX Plus R25 is released, you might keep using release `0.19.2` if you wish to install modsecurity.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To suggest an enhancement, please create an issue on GitHub with the label `enha
48
48
### Open a Pull Request
49
49
50
50
* Fork the repo, create a branch, implement your changes, add any relevant Molecule tests, submit a PR when your changes are **tested** (using Molecule) and ready for review.
51
-
* Fill in [our pull request template](https://github.com/nginxinc/ansible-role-nginx/blob/main/.github/PULL_REQUEST_TEMPLATE.md).
51
+
* Fill in [our pull request template](https://github.com/nginxinc/ansible-role-nginx/blob/main/.github/pull_request_template.md).
52
52
53
53
Note: if you’d like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
0 commit comments