File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 46
46
if : " !(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
47
47
run : molecule test -s ${{ matrix.scenario }}
48
48
env :
49
- PY_COLORS : " 1 "
50
- ANSIBLE_FORCE_COLOR : " 1 "
49
+ PY_COLORS : 1
50
+ ANSIBLE_FORCE_COLOR : 1
51
51
NGINX_CRT : ${{ secrets.NGINX_CRT }}
52
52
NGINX_KEY : ${{ secrets.NGINX_KEY }}
Original file line number Diff line number Diff line change @@ -216,6 +216,8 @@ ENHANCEMENTS:
216
216
* Remove Debian Buster from the `plus` Molecule scenario since it often fails in the GitHub Actions CI/CD pipeline.
217
217
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`.
218
218
* Ensure the default values for the `nginx.conf` template match the default values found on a fresh NGINX installation.
219
+ * Change Dependabot frequency from daily to weekly.
220
+ * Minor touch-up of GitHub actions workflows.
219
221
220
222
BUG FIXES :
221
223
Original file line number Diff line number Diff line change @@ -14,29 +14,25 @@ galaxy_info:
14
14
- name : Alpine
15
15
versions :
16
16
- any
17
- - name : Amazon
18
- versions :
19
- - 2018.03
20
17
- name : Amazon Linux 2
21
18
versions :
22
19
- any
23
20
- name : Debian
24
21
versions :
25
22
- buster
23
+ - bullseye
26
24
- name : EL
27
25
versions :
28
26
- 7
29
27
- 8
30
28
- name : FreeBSD
31
29
versions :
32
- - 11.2
33
30
- 12.1
34
31
- name : Ubuntu
35
32
versions :
36
- - xenial
37
33
- bionic
38
34
- focal
39
- - groovy
35
+ - hirsute
40
36
- name : SLES
41
37
versions :
42
38
- 12
@@ -51,5 +47,3 @@ galaxy_info:
51
47
- server
52
48
- development
53
49
- configuration
54
-
55
- dependencies : []
You can’t perform that action at this time.
0 commit comments