Skip to content

Commit 2075ae8

Browse files
Release Automationgithub-actions[bot]
authored andcommitted
Release 11.0.0
1 parent 0c2853d commit 2075ae8

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,36 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7-
## [v10.0.0](https://github.com/voxpupuli/puppet-zabbix/tree/v10.0.0) (2024-03-14)
7+
## [v11.0.0](https://github.com/voxpupuli/puppet-zabbix/tree/v11.0.0) (2025-04-02)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-zabbix/compare/v10.0.0...v11.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Remove EL7 support [\#970](https://github.com/voxpupuli/puppet-zabbix/pull/970) ([Valantin](https://github.com/Valantin))
14+
- Change `manage_startup_script` default to false [\#965](https://github.com/voxpupuli/puppet-zabbix/pull/965) ([Valantin](https://github.com/Valantin))
15+
- Remove unsupported OSes: VirtuozzoLinux, PSBM, CloudLinux, Amazon, Scientific [\#957](https://github.com/voxpupuli/puppet-zabbix/pull/957) ([Valantin](https://github.com/Valantin))
16+
17+
**Implemented enhancements:**
18+
19+
- metadata.json: Add OpenVox [\#994](https://github.com/voxpupuli/puppet-zabbix/pull/994) ([jstraw](https://github.com/jstraw))
20+
- Add SMSDevices in zabbix server 7+ [\#988](https://github.com/voxpupuli/puppet-zabbix/pull/988) ([Ph0B1uS](https://github.com/Ph0B1uS))
21+
- Add alternative location for GPG keys for the zabbix and unsupported [\#987](https://github.com/voxpupuli/puppet-zabbix/pull/987) ([FunPat](https://github.com/FunPat))
22+
- Add zabbix 7.0 support in CI [\#952](https://github.com/voxpupuli/puppet-zabbix/pull/952) ([Valantin](https://github.com/Valantin))
23+
- Support multiple values in TLSAccept [\#947](https://github.com/voxpupuli/puppet-zabbix/pull/947) ([wolfaba](https://github.com/wolfaba))
24+
- puppetlabs/firewall: Allow 8.x [\#938](https://github.com/voxpupuli/puppet-zabbix/pull/938) ([zilchms](https://github.com/zilchms))
25+
26+
**Fixed bugs:**
27+
28+
- fix zabbixapi gem dependency for ruby 2.x [\#963](https://github.com/voxpupuli/puppet-zabbix/pull/963) ([Valantin](https://github.com/Valantin))
29+
- Allow allowkey and denykey on agent2 [\#946](https://github.com/voxpupuli/puppet-zabbix/pull/946) ([trenta](https://github.com/trenta))
30+
31+
**Merged pull requests:**
32+
33+
- puppet/systemd: allow 8.x [\#980](https://github.com/voxpupuli/puppet-zabbix/pull/980) ([jay7x](https://github.com/jay7x))
34+
- Update documentation in config file [\#964](https://github.com/voxpupuli/puppet-zabbix/pull/964) ([Valantin](https://github.com/Valantin))
35+
36+
## [v10.0.0](https://github.com/voxpupuli/puppet-zabbix/tree/v10.0.0) (2024-03-15)
837

938
[Full Changelog](https://github.com/voxpupuli/puppet-zabbix/compare/v9.2.0...v10.0.0)
1039

@@ -236,7 +265,7 @@ These should not affect the functionality of the module.
236265

237266
- Module version bumps [\#749](https://github.com/voxpupuli/puppet-zabbix/pull/749) ([kenyon](https://github.com/kenyon))
238267
- postgres: Use UTF8 encoding and postgres 12 in acceptance tests [\#744](https://github.com/voxpupuli/puppet-zabbix/pull/744) ([bastelfreak](https://github.com/bastelfreak))
239-
- Fix typo in README.md [\#727](https://github.com/voxpupuli/puppet-zabbix/pull/727) ([0none](https://github.com/0none))
268+
- Fix typo in README.md [\#727](https://github.com/voxpupuli/puppet-zabbix/pull/727) ([theo-meow](https://github.com/theo-meow))
240269
- Add parameter and default for Option SocketDir [\#723](https://github.com/voxpupuli/puppet-zabbix/pull/723) ([wdberry](https://github.com/wdberry))
241270
- Reduce configuration on agent service [\#711](https://github.com/voxpupuli/puppet-zabbix/pull/711) ([ekohl](https://github.com/ekohl))
242271
- \[ci skip\] document acceptance test helper method [\#710](https://github.com/voxpupuli/puppet-zabbix/pull/710) ([bastelfreak](https://github.com/bastelfreak))
@@ -860,7 +889,7 @@ These should not affect the functionality of the module.
860889
- Update rspec [\#203](https://github.com/voxpupuli/puppet-zabbix/pull/203) ([bastelfreak](https://github.com/bastelfreak))
861890
- Add archlinux support [\#201](https://github.com/voxpupuli/puppet-zabbix/pull/201) ([bastelfreak](https://github.com/bastelfreak))
862891
- there is no zabbix proxy package in zbx-3.0 [\#198](https://github.com/voxpupuli/puppet-zabbix/pull/198) ([BcTpe4HbIu](https://github.com/BcTpe4HbIu))
863-
- Zabbix as default vhost \#180 [\#197](https://github.com/voxpupuli/puppet-zabbix/pull/197) ([szemlyanoy](https://github.com/szemlyanoy))
892+
- Zabbix as default vhost \#180 [\#197](https://github.com/voxpupuli/puppet-zabbix/pull/197) ([sergii-zemlianyi](https://github.com/sergii-zemlianyi))
864893
- Add Zabbix sender support [\#195](https://github.com/voxpupuli/puppet-zabbix/pull/195) ([vide](https://github.com/vide))
865894
- fix wrong comment for configfrequency [\#192](https://github.com/voxpupuli/puppet-zabbix/pull/192) ([BcTpe4HbIu](https://github.com/BcTpe4HbIu))
866895
- Feature selinux [\#191](https://github.com/voxpupuli/puppet-zabbix/pull/191) ([bastelfreak](https://github.com/bastelfreak))
@@ -1030,7 +1059,7 @@ These should not affect the functionality of the module.
10301059

10311060
**Merged pull requests:**
10321061

1033-
- merge of hiera hashes from entire hierarchy [\#98](https://github.com/voxpupuli/puppet-zabbix/pull/98) ([szemlyanoy](https://github.com/szemlyanoy))
1062+
- merge of hiera hashes from entire hierarchy [\#98](https://github.com/voxpupuli/puppet-zabbix/pull/98) ([sergii-zemlianyi](https://github.com/sergii-zemlianyi))
10341063
- Added support to Amazon Linux with epel 6. [\#96](https://github.com/voxpupuli/puppet-zabbix/pull/96) ([Wprosdocimo](https://github.com/Wprosdocimo))
10351064
- import templates and create hostgroup if missing [\#95](https://github.com/voxpupuli/puppet-zabbix/pull/95) ([1n](https://github.com/1n))
10361065
- Added Support For Zapache monitoring script [\#94](https://github.com/voxpupuli/puppet-zabbix/pull/94) ([rtizzy](https://github.com/rtizzy))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-zabbix",
3-
"version": "10.0.1-rc0",
3+
"version": "11.0.0",
44
"summary": "Installing and maintaining Zabbix. Will install server, proxy, java-gateway and agent on RedHat/Debian/Ubuntu (Incl. exported resources).",
55
"author": "Vox Pupuli",
66
"dependencies": [

0 commit comments

Comments
 (0)