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 @@
{
".": "3.4.0"
".": "3.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This file is used to list changes made in each version of the bind cookbook.

## [3.5.0](https://github.com/sous-chefs/bind/compare/bind-v3.4.0...bind-v3.5.0) (2025-11-20)

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 bind-v3.4.0...bind-v3.5.0 Status: 404



### Features

* **ci:** migrate to reusable workflows v4.1.0 ([#96](https://github.com/sous-chefs/bind/issues/96)) ([6263bdf](https://github.com/sous-chefs/bind/commit/6263bdf0e89d3079ab6361546dc74b202c59a4d1))


### Bug Fixes

* **ci:** Update workflows to use release pipeline ([#97](https://github.com/sous-chefs/bind/issues/97)) ([ad3f764](https://github.com/sous-chefs/bind/commit/ad3f764ae89301f99fac94e51ed5fc26451c1881))

## [3.4.0](https://github.com/sous-chefs/bind/compare/bind-v3.3.13...bind-v3.4.0) (2025-10-15)


Expand All @@ -16,7 +28,7 @@

## 3.3.9 - *2023-10-31*

- Remove sup html formatting

Check failure on line 31 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:31:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 3.3.4 - *2023-06-08*

Expand All @@ -24,24 +36,24 @@

## 3.3.3 - *2023-03-01*

- Update workflows to 2.0.1

Check failure on line 39 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:39:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- Remove mdl and replace with markdownlint-cli2

Check failure on line 40 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:40:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 3.3.1 - *2022-12-19*

- Fix CI workflow

Check failure on line 44 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:44:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- Add testing for Alma Linux, Rocky Linux and Ubuntu 22.04

Check failure on line 45 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:45:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- Formatting fixes

Check failure on line 46 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:46:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 3.3.0 - *2021-11-29*

- add `primaries` option to `bind_config`

Check failure on line 50 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:50:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- see [the upstream docs](https://bind9.readthedocs.io/en/v9_16_23/reference.html?highlight=primaries#primaries-statement-definition-and-usage)

Check failure on line 51 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:51:3 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- this used the old terminology `master` on platforms that do not have a new enough `named` (9.16.12)

Check failure on line 52 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:52:3 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 3.2.0 - *2021-11-23*

- add `:create_config_only` action to `bind_primary_zone`

Check failure on line 56 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:56:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 3.1.0 - *2021-10-20*

Expand Down