Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.15.11"
".": "0.15.12"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.15.12](https://github.com/sous-chefs/zabbix-agent/compare/0.15.11...v0.15.12) (2025-10-16)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach 0.15.11...v0.15.12 Status: 404



### Bug Fixes

* **ci:** Update workflows to use release pipeline ([#87](https://github.com/sous-chefs/zabbix-agent/issues/87)) ([efec3c6](https://github.com/sous-chefs/zabbix-agent/commit/efec3c6faf88bbbf250f53a7963a48072b6bc314))

## 0.15.7 - *2023-10-26*

* Fix notification triggers
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description 'Installs/Configures Zabbix Agent'
source_url 'https://github.com/sous-chefs/zabbix-agent'
issues_url 'https://github.com/sous-chefs/zabbix-agent/issues'
version '0.15.11'
version '0.15.12'
chef_version '>= 14'

%w(ubuntu redhat centos debian windows).each do |os|
Expand Down
Loading