|
2 | 2 |
|
3 | 3 | Standardise files with files in sous-chefs/repo-management |
4 | 4 | Standardise files with files in sous-chefs/repo-management |
| 5 | + |
5 | 6 | ## 5.1.17 - *2024-11-18* |
6 | 7 |
|
7 | 8 | Standardise files with files in sous-chefs/repo-management |
@@ -40,33 +41,33 @@ See below for possible breaking changes. |
40 | 41 | * Remove rubocop ignore files |
41 | 42 | * Remove the test that checked if a recipe was run |
42 | 43 | * Update Chef spec tested platforms to: |
43 | | - - Ubuntu: 18.04, 20.04 |
44 | | - - CentOS: 7.8.2003, 8 |
| 44 | + * Ubuntu: 18.04, 20.04 |
| 45 | + * CentOS: 7.8.2003, 8 |
45 | 46 | * Sous-Chefs standardization |
46 | | - - Change test cookbook name to test |
47 | | - - Add GitHub Actions pipelines |
48 | | - - Add Dokken configuration |
49 | | - - Add support for testing on non-EOL Operating systems |
50 | | - - Update Chef ignore |
51 | | - - Update .gitignore |
52 | | - - Update CHANGELOG format |
53 | | - - Update CONTRIBUTING format |
54 | | - - Add renovate configuration |
55 | | - - **[BREAKING] Support Chef 15.3+** |
56 | | - - Remove Rakefile |
57 | | - - Remove Gemfile (replaced by Chef Workstation) |
58 | | - - Move rspec files from test/unit/spec to spec |
59 | | - - Remove: .rubocop.yml exceptions |
60 | | - - Remove Rakefile, Gemfile, and Gemfile.lock |
61 | | - - Move .kitchen.yml to kitchen.yml |
62 | | - - Change test cookbook name to test |
63 | | - - Add Dangerfile |
| 47 | + * Change test cookbook name to test |
| 48 | + * Add GitHub Actions pipelines |
| 49 | + * Add Dokken configuration |
| 50 | + * Add support for testing on non-EOL Operating systems |
| 51 | + * Update Chef ignore |
| 52 | + * Update .gitignore |
| 53 | + * Update CHANGELOG format |
| 54 | + * Update CONTRIBUTING format |
| 55 | + * Add renovate configuration |
| 56 | + * **[BREAKING] Support Chef 15.3+** |
| 57 | + * Remove Rakefile |
| 58 | + * Remove Gemfile (replaced by Chef Workstation) |
| 59 | + * Move rspec files from test/unit/spec to spec |
| 60 | + * Remove: .rubocop.yml exceptions |
| 61 | + * Remove Rakefile, Gemfile, and Gemfile.lock |
| 62 | + * Move .kitchen.yml to kitchen.yml |
| 63 | + * Change test cookbook name to test |
| 64 | + * Add Dangerfile |
64 | 65 | * Migrate library files to custom resources |
65 | 66 | **[BREAKING] Remove default recipe** |
66 | 67 | **[BREAKING] Remove default attributes** |
67 | | - - For usage please see testing cookbook |
| 68 | + * For usage please see testing cookbook |
68 | 69 | **[BREAKING] Remove support for tarball installation** |
69 | | - - Tarball installation does not support running in systemd |
| 70 | + * Tarball installation does not support running in systemd |
70 | 71 | * Use the Elasticsearch public key to verify the package rather than downloading the key from the internet on every run |
71 | 72 | * Use the execute resource over shellout where possible. As this correctly triggers notifications |
72 | 73 | * Stop depending on yum and apt cookbooks as they are not required |
|
0 commit comments