|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## Unreleased |
4 | | - |
5 | | -## 0.15.11 - *2025-09-04* |
6 | | - |
7 | | -## 0.15.10 - *2024-05-01* |
8 | | - |
9 | | -## 0.15.9 - *2024-05-01* |
10 | | - |
11 | | -## 0.15.8 - *2023-10-31* |
12 | | - |
13 | 3 | ## 0.15.7 - *2023-10-26* |
14 | 4 |
|
15 | | -- Fix notification triggers |
| 5 | +* Fix notification triggers |
16 | 6 |
|
17 | 7 | ## 0.15.6 - *2023-09-28* |
18 | 8 |
|
19 | | -- resolved cookstyle error: .delivery/project.toml:2:8 convention: `Style/StringLiterals` |
20 | | -- resolved cookstyle error: .delivery/project.toml:4:10 convention: `Style/StringLiterals` |
21 | | -- resolved cookstyle error: .delivery/project.toml:5:13 convention: `Style/StringLiterals` |
22 | | -- resolved cookstyle error: .delivery/project.toml:6:10 convention: `Style/StringLiterals` |
23 | | -- resolved cookstyle error: .delivery/project.toml:7:9 convention: `Style/StringLiterals` |
24 | | -- resolved cookstyle error: .delivery/project.toml:8:14 convention: `Style/StringLiterals` |
25 | | -- resolved cookstyle error: .delivery/project.toml:9:11 convention: `Style/StringLiterals` |
| 9 | +* resolved cookstyle error: .delivery/project.toml:2:8 convention: `Style/StringLiterals` |
| 10 | +* resolved cookstyle error: .delivery/project.toml:4:10 convention: `Style/StringLiterals` |
| 11 | +* resolved cookstyle error: .delivery/project.toml:5:13 convention: `Style/StringLiterals` |
| 12 | +* resolved cookstyle error: .delivery/project.toml:6:10 convention: `Style/StringLiterals` |
| 13 | +* resolved cookstyle error: .delivery/project.toml:7:9 convention: `Style/StringLiterals` |
| 14 | +* resolved cookstyle error: .delivery/project.toml:8:14 convention: `Style/StringLiterals` |
| 15 | +* resolved cookstyle error: .delivery/project.toml:9:11 convention: `Style/StringLiterals` |
26 | 16 |
|
27 | 17 | ## 0.15.5 - *2023-09-28* |
28 | 18 |
|
29 | | -- Standardise files with files in sous-chefs/repo-management |
30 | | - |
31 | | -## 0.15.4 - *2023-02-14* |
| 19 | +* Standardise files with files in sous-chefs/repo-management |
32 | 20 |
|
33 | 21 | ## 0.15.3 - *2021-08-31* |
34 | 22 |
|
35 | | -- Standardise files with files in sous-chefs/repo-management |
| 23 | +* Standardise files with files in sous-chefs/repo-management |
36 | 24 |
|
37 | 25 | ## 0.15.2 - *2021-06-01* |
38 | 26 |
|
39 | | -- resolved cookstyle error: spec/default_spec.rb:131:25 warning: `ChefDeprecations/DeprecatedChefSpecPlatform` |
| 27 | +* resolved cookstyle error: spec/default_spec.rb:131:25 warning: `ChefDeprecations/DeprecatedChefSpecPlatform` |
40 | 28 |
|
41 | 29 | ## 0.15.1 (2020-05-05) |
42 | 30 |
|
43 | | -- resolved cookstyle error: recipes/configure.rb:34:3 refactor: `ChefStyle/NegatingOnlyIf` |
| 31 | +* resolved cookstyle error: recipes/configure.rb:34:3 refactor: `ChefStyle/NegatingOnlyIf` |
44 | 32 |
|
45 | 33 | ## 0.15.0 (2020-20-01) |
46 | 34 |
|
47 | | -- Require Chef Infra Client 14 or later |
48 | | -- Upgrade the default client version to 3.0.29 as 3.0.9 isn't on the Zabbix site anymore |
49 | | -- Fix prebuilt installs since the packages on the Zabbix site have changed name format |
50 | | -- Use the Linux 3.x prebuilt binaries not 2.6 binaries |
51 | | -- Use systemd not sys-v init scripts to start the agent on Debian / RHEL based systems now |
52 | | -- Use the build_essential resource and remove the dependency on the build-essential cookbook |
53 | | -- Removed the apt-get update before adding the Zabbix apt repository as this is not necessary |
54 | | -- Removed the include_recipe 'yum' before setting up the Zabbix yum repo as this is not necessary |
55 | | -- Removed dependency on apt and yum cookbooks |
56 | | -- Change Test Kitchen testing to kitchen-dokken |
57 | | -- Remove ChefSpec matchers file which is no longer necessary with ChefSpec 7.1 |
58 | | -- Use multi-package installs where available to speed up package installation |
59 | | -- Use platform? and platform_family? helpers where possible to simplify the codebase |
60 | | -- Simplify the apt_repository usage by removing `distribution` property |
61 | | -- Fix source installs on Debian 10+ and Ubuntu 18.04+ |
62 | | -- Migrate to Github actions for testing |
63 | | -- Use platform_family not platform to better support derivative OS releases like Oracle Linux |
| 35 | +* Require Chef Infra Client 14 or later |
| 36 | +* Upgrade the default client version to 3.0.29 as 3.0.9 isn't on the Zabbix site anymore |
| 37 | +* Fix prebuilt installs since the packages on the Zabbix site have changed name format |
| 38 | +* Use the Linux 3.x prebuilt binaries not 2.6 binaries |
| 39 | +* Use systemd not sys-v init scripts to start the agent on Debian / RHEL based systems now |
| 40 | +* Use the build_essential resource and remove the dependency on the build-essential cookbook |
| 41 | +* Removed the apt-get update before adding the Zabbix apt repository as this is not necessary |
| 42 | +* Removed the include_recipe 'yum' before setting up the Zabbix yum repo as this is not necessary |
| 43 | +* Removed dependency on apt and yum cookbooks |
| 44 | +* Change Test Kitchen testing to kitchen-dokken |
| 45 | +* Remove ChefSpec matchers file which is no longer necessary with ChefSpec 7.1 |
| 46 | +* Use multi-package installs where available to speed up package installation |
| 47 | +* Use platform? and platform_family? helpers where possible to simplify the codebase |
| 48 | +* Simplify the apt_repository usage by removing `distribution` property |
| 49 | +* Fix source installs on Debian 10+ and Ubuntu 18.04+ |
| 50 | +* Migrate to Github actions for testing |
| 51 | +* Use platform_family not platform to better support derivative OS releases like Oracle Linux |
64 | 52 |
|
65 | 53 | ## 0.14.0 |
66 | 54 |
|
67 | | -- upgrade to default client version 3.0.9 |
68 | | -- move kitchen to docker so it can be run in travisci |
| 55 | +* upgrade to default client version 3.0.9 |
| 56 | +* move kitchen to docker so it can be run in travisci |
69 | 57 |
|
70 | 58 | ## 0.12.0 |
71 | 59 |
|
72 | | -- include kitchen tests for all supported OS types |
73 | | -- upgrade to default client version 2.4.4 |
74 | | -- cleanup source compile dependancies |
75 | | -- added debian as supported |
76 | | -- added more distributions and versions to kitchen testing |
77 | | -- many bug fixes for diffrent distribution versions |
| 60 | +* include kitchen tests for all supported OS types |
| 61 | +* upgrade to default client version 2.4.4 |
| 62 | +* cleanup source compile dependancies |
| 63 | +* added debian as supported |
| 64 | +* added more distributions and versions to kitchen testing |
| 65 | +* many bug fixes for diffrent distribution versions |
78 | 66 |
|
79 | 67 | ## 0.11.0 |
80 | 68 |
|
81 | | -- Move LWRPs to their own cookbook to clean up zabbix-agent |
82 | | -- Clean up linting and unit tests |
| 69 | +* Move LWRPs to their own cookbook to clean up zabbix-agent |
| 70 | +* Clean up linting and unit tests |
83 | 71 |
|
84 | 72 | ## 0.10.0 |
85 | 73 |
|
86 | | -- Upgrading from 0.9.0 may require some slight changes to attribute names that control the configuration file. |
87 | | -- Migrate zabbix_agentd.conf to a fully dynamically generated template |
88 | | -- Include many more tests |
89 | | -- General clean-up of code |
| 74 | +* Upgrading from 0.9.0 may require some slight changes to attribute names that control the configuration file. |
| 75 | +* Migrate zabbix_agentd.conf to a fully dynamically generated template |
| 76 | +* Include many more tests |
| 77 | +* General clean-up of code |
90 | 78 |
|
91 | 79 | ## 0.9.0 |
92 | 80 |
|
93 | | -- Major refactor of all code. |
94 | | -- Rename cookbook to zabbix-agent, strip out all server, web, java-gateway dependencies. |
95 | | -- Add default code path chefspec tests |
96 | | -- Update kitchen tests |
97 | | -- Added package install from repo.zabbix.com |
98 | | -- Rename many cookbooks to follow a Install->Configure->Service design pattern. |
| 81 | +* Major refactor of all code. |
| 82 | +* Rename cookbook to zabbix-agent, strip out all server, web, java-gateway dependencies. |
| 83 | +* Add default code path chefspec tests |
| 84 | +* Update kitchen tests |
| 85 | +* Added package install from repo.zabbix.com |
| 86 | +* Rename many cookbooks to follow a Install->Configure->Service design pattern. |
0 commit comments