Skip to content

Commit ff9e58e

Browse files
committed
SQUASHME
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent bc45d97 commit ff9e58e

File tree

3 files changed

+39
-34
lines changed

3 files changed

+39
-34
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "centos-stream-10"
3030
- "debian-11"
3131
- "debian-12"
32-
- "opensuse-leap-15"
32+
# - "opensuse-leap-15"
3333
- "ubuntu-2204"
3434
- "ubuntu-2404"
3535
suite:
@@ -46,6 +46,7 @@ jobs:
4646
env:
4747
CHEF_LICENSE: accept-no-persist
4848
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
49+
CHEF_VERSION: ${{ vars.CHEF_VERSION }}
4950
with:
5051
suite: ${{ matrix.suite }}
5152
os: ${{ matrix.os }}

CHANGELOG.md

+26-18
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,54 @@ This file is used to list changes made in each version of the logrotate cookbook
88

99
Standardise files with files in sous-chefs/repo-management
1010

11-
Standardise files with files in sous-chefs/repo-management
12-
1311
## 3.0.26 - *2024-07-15*
1412

1513
Standardise files with files in sous-chefs/repo-management
1614

17-
Standardise files with files in sous-chefs/repo-management
18-
19-
Standardise files with files in sous-chefs/repo-management
20-
2115
## 3.0.25 - *2024-05-06*
2216

17+
No notable changes
18+
2319
## 3.0.24 - *2024-05-06*
2420

21+
No notable changes
22+
2523
## 3.0.23 - *2023-09-28*
2624

25+
No notable changes
26+
2727
## 3.0.22 - *2023-09-04*
2828

29+
No notable changes
30+
2931
## 3.0.21 - *2023-07-10*
3032

33+
No notable changes
34+
3135
## 3.0.20 - *2023-05-17*
3236

37+
No notable changes
38+
3339
## 3.0.19 - *2023-04-07*
3440

3541
Standardise files with files in sous-chefs/repo-management
3642

3743
## 3.0.18 - *2023-04-01*
3844

45+
No notable changes
46+
3947
## 3.0.17 - *2023-04-01*
4048

41-
## 3.0.16 - *2023-04-01*
49+
No notable changes
4250

43-
Standardise files with files in sous-chefs/repo-management
51+
## 3.0.16 - *2023-04-01*
4452

4553
Standardise files with files in sous-chefs/repo-management
4654

4755
## 3.0.15 - *2023-03-02*
4856

57+
No notable changes
58+
4959
## 3.0.14 - *2023-02-27*
5060

5161
Standardise files with files in sous-chefs/repo-management
@@ -64,39 +74,37 @@ Standardise files with files in sous-chefs/repo-management
6474

6575
Standardise files with files in sous-chefs/repo-management
6676

67-
Standardise files with files in sous-chefs/repo-management
68-
6977
## 3.0.9 - *2022-02-17*
7078

71-
- Standardise files with files in sous-chefs/repo-management
79+
Standardise files with files in sous-chefs/repo-management
7280

7381
## 3.0.8 - *2022-02-08*
7482

75-
- Remove delivery folder
83+
Remove delivery folder
7684

7785
## 3.0.7 - *2022-02-01*
7886

79-
- Update tested platforms
87+
Update tested platforms
8088

8189
## 3.0.6 - *2022-01-14*
8290

83-
- Do not sort options as the order can be important
91+
Do not sort options as the order can be important
8492

8593
## 3.0.5 - *2021-11-03*
8694

87-
- Add CentOS Stream 8 to CI pipeline
95+
Add CentOS Stream 8 to CI pipeline
8896

8997
## 3.0.4 - *2021-08-30*
9098

91-
- Standardise files with files in sous-chefs/repo-management
99+
Standardise files with files in sous-chefs/repo-management
92100

93101
## 3.0.3 - *2021-06-01*
94102

95-
- Standardise files with files in sous-chefs/repo-management
103+
Standardise files with files in sous-chefs/repo-management
96104

97105
## 3.0.2 - *2021-05-12*
98106

99-
- Fix passing options to global path declarations
107+
Fix passing options to global path declarations
100108

101109
## 3.0.1 - *2021-05-12*
102110

kitchen.yml

+11-15
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,26 @@ driver:
55
provisioner:
66
name: chef_infra
77
deprecations_as_errors: true
8-
enforce_idempotency: true
9-
multiple_converge: 2
10-
chef_license: accept
8+
chef_license: accept-no-persist
119
product_name: chef
1210
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
13-
install_strategy: always
14-
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
15-
11+
install_strategy: once
12+
enforce_idempotency: true
13+
multiple_converge: 2
1614

1715
verifier:
1816
name: inspec
1917

2018
platforms:
21-
- name: almalinux-8
22-
- name: amazonlinux-2
23-
- name: centos-7
24-
- name: centos-stream-8
25-
- name: debian-10
19+
- name: almalinux-9
20+
- name: amazonlinux-2023
21+
- name: centos-stream-9
22+
- name: centos-stream-10
2623
- name: debian-11
27-
- name: fedora-latest
24+
- name: debian-12
2825
- name: opensuse-leap-15
29-
- name: ubuntu-18.04
30-
- name: ubuntu-20.04
31-
- name: rockylinux-8
26+
- name: ubuntu-2204
27+
- name: ubuntu-2404
3228

3329
suites:
3430
- name: default

0 commit comments

Comments
 (0)