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.0.11"
".": "1.0.12"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Change log for chef_ca

## [1.0.12](https://github.com/sous-chefs/chef_ca/compare/chef_ca-v1.0.11...chef_ca-v1.0.12) (2026-04-20)
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 chef_ca-v1.0.11...chef_ca-v1.0.12 Status: 404



Check failure on line 5 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Multiple consecutive blank lines

CHANGELOG.md:5 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

* Add version to test fixture metadata to resolve Cookstyle offense ([#37](https://github.com/sous-chefs/chef_ca/issues/37)) ([1fa0587](https://github.com/sous-chefs/chef_ca/commit/1fa058778f7f602fabe08e567c02e3038a54a1df))
* **ci:** Add missing workflow files ([#33](https://github.com/sous-chefs/chef_ca/issues/33)) ([1225d7e](https://github.com/sous-chefs/chef_ca/commit/1225d7e1cb6ba75402d94941d5c43a2a9e9bb5d3))
* **ci:** Update workflows to use release pipeline ([#32](https://github.com/sous-chefs/chef_ca/issues/32)) ([2d34fb5](https://github.com/sous-chefs/chef_ca/commit/2d34fb5810d13eec0865042974b86d133a844de4))

## [1.0.11](https://github.com/sous-chefs/chef_ca/compare/chef_ca-v1.0.10...chef_ca-v1.0.11) (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:** Add missing workflow files ([#33](https://github.com/sous-chefs/chef_ca/issues/33)) ([1225d7e](https://github.com/sous-chefs/chef_ca/commit/1225d7e1cb6ba75402d94941d5c43a2a9e9bb5d3))
Expand Down
Loading