|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -## Unreleased |
6 | | - |
7 | | -## 1.0.11 - *2025-09-04* |
8 | | - |
9 | | -## 1.0.10 - *2024-05-06* |
10 | | - |
11 | | -## 1.0.9 - *2024-05-06* |
12 | | - |
13 | | -## 1.0.8 - *2023-11-01* |
14 | | - |
15 | | -## 1.0.7 - *2023-03-02* |
16 | | - |
17 | | -## 1.0.6 - *2023-03-01* |
18 | | - |
19 | 5 | ## 1.0.5 - *2023-03-01* |
20 | 6 |
|
21 | | -- Update workflows to 2.0.1 |
22 | | -- Remove mdl and replace with markdownlint-cli2 |
23 | | - |
24 | | -## 1.0.4 - *2023-02-14* |
| 7 | +* Update workflows to 2.0.1 |
| 8 | +* Remove mdl and replace with markdownlint-cli2 |
25 | 9 |
|
26 | 10 | ## 1.0.3 - *2023-02-14* |
27 | 11 |
|
28 | | -- Remove delivery folder |
| 12 | +* Remove delivery folder |
29 | 13 |
|
30 | 14 | ## 1.0.2 - *2021-08-31* |
31 | 15 |
|
32 | | -- Standardise files with files in sous-chefs/repo-management |
| 16 | +* Standardise files with files in sous-chefs/repo-management |
33 | 17 |
|
34 | 18 | ## 1.0.1 - *2021-06-01* |
35 | 19 |
|
36 | | -- Standardise files with files in sous-chefs/repo-management |
| 20 | +* Standardise files with files in sous-chefs/repo-management |
37 | 21 |
|
38 | 22 | ## 1.0.0 - *2021-05-20* |
39 | 23 |
|
40 | | -- Require chef-infra version 15.3 or greater |
| 24 | +* Require chef-infra version 15.3 or greater |
41 | 25 |
|
42 | 26 | ## 0.5.0 - *2021-05-17* |
43 | 27 |
|
44 | | -- Add ubuntu 20.04 support |
45 | | -- Add ubuntu 21.04 support |
| 28 | +* Add ubuntu 20.04 support |
| 29 | +* Add ubuntu 21.04 support |
46 | 30 |
|
47 | 31 | ## 0.4.1 - *2021-05-11* |
48 | 32 |
|
49 | | -- Update standardised files from sous-chefs/repo-management |
| 33 | +* Update standardised files from sous-chefs/repo-management |
50 | 34 |
|
51 | 35 | ## 0.4.0 |
52 | 36 |
|
53 | | -- Migrated to Github Actions for testing |
54 | | -- Simplified the PPA setup in the `apt_repository` resource |
55 | | -- resolved cookstyle error: recipes/windows.rb:19:18 convention: `Layout/TrailingWhitespace` |
56 | | -- resolved cookstyle error: recipes/windows.rb:19:19 refactor: `ChefModernize/FoodcriticComments` |
| 37 | +* Migrated to Github Actions for testing |
| 38 | +* Simplified the PPA setup in the `apt_repository` resource |
| 39 | +* resolved cookstyle error: recipes/windows.rb:19:18 convention: `Layout/TrailingWhitespace` |
| 40 | +* resolved cookstyle error: recipes/windows.rb:19:19 refactor: `ChefModernize/FoodcriticComments` |
57 | 41 |
|
58 | 42 | ## [0.3.1] - 2019-08-12 |
59 | 43 |
|
60 | | -- Add a TESTING.md file |
61 | | -- Use a new windows test image and test windows 2016 |
| 44 | +* Add a TESTING.md file |
| 45 | +* Use a new windows test image and test windows 2016 |
62 | 46 |
|
63 | 47 | ## [0.3.0] - 2019-08-08 |
64 | 48 |
|
65 | | -- Use a custom resource instead of an LWRP |
66 | | -- Add tests. |
67 | | -- Make the cookbook actions idempotent. |
68 | | -- Remove the chefspec tests |
| 49 | +* Use a custom resource instead of an LWRP |
| 50 | +* Add tests. |
| 51 | +* Make the cookbook actions idempotent. |
| 52 | +* Remove the chefspec tests |
69 | 53 |
|
70 | 54 | ## [0.2.0] |
71 | 55 |
|
72 | | -- Add support for Mac OS X |
73 | | -- On Debian/Ubuntu install package instead of just setting up Atom apt ppa repo |
74 | | -- On Windows, install package directly instead of using Chocolatey |
75 | | -- Add specs and integration tests |
| 56 | +* Add support for Mac OS X |
| 57 | +* On Debian/Ubuntu install package instead of just setting up Atom apt ppa repo |
| 58 | +* On Windows, install package directly instead of using Chocolatey |
| 59 | +* Add specs and integration tests |
0 commit comments