Skip to content
Open
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 @@
{
".": "1.1.15"
".": "1.1.16"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

This file is used to list changes made in each version of the Dnsmasq cookbooks.

## [1.1.16](https://github.com/sous-chefs/dnsmasq/compare/v1.1.15...v1.1.16) (2025-12-06)
Copy link

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 v1.1.15...v1.1.16 Status: 404



Check failure on line 7 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Multiple consecutive blank lines

CHANGELOG.md:7 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
### Bug Fixes

* **ci:** Update workflows to use release pipeline ([#108](https://github.com/sous-chefs/dnsmasq/issues/108)) ([d2454c2](https://github.com/sous-chefs/dnsmasq/commit/d2454c24f08f666d9d0193c5dcc30cd6174040e5))

## [1.1.15](https://github.com/sous-chefs/dnsmasq/compare/1.1.14...v1.1.15) (2025-10-15)


Check failure on line 14 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Multiple consecutive blank lines

CHANGELOG.md:14 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
### Bug Fixes

* **ci:** Update workflows to use release pipeline ([#108](https://github.com/sous-chefs/dnsmasq/issues/108)) ([d2454c2](https://github.com/sous-chefs/dnsmasq/commit/d2454c24f08f666d9d0193c5dcc30cd6174040e5))
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
chef_version '>= 15.3'
source_url 'https://github.com/sous-chefs/dnsmasq'
issues_url 'https://github.com/sous-chefs/dnsmasq/issues'
version '1.1.15'
version '1.1.16'

supports 'ubuntu'
supports 'debian'
Expand Down
Loading