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

This is the Changelog for the packagecloud cookbook

## [2.0.10](https://github.com/sous-chefs/packagecloud/compare/2.0.9...v2.0.10) (2025-10-16)

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 2.0.9...v2.0.10 Status: 404



### Bug Fixes

* **ci:** Update workflows to use release pipeline ([#86](https://github.com/sous-chefs/packagecloud/issues/86)) ([26779c5](https://github.com/sous-chefs/packagecloud/commit/26779c5cfa48e20335e275273b040d112c4adafe))

## 2.0.2 - *2023-04-26*

* Add metadata check from the shard workflow
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
version '2.0.9'
version '2.0.10'
source_url 'https://github.com/sous-chefs/packagecloud'
issues_url 'https://github.com/sous-chefs/packagecloud/issues'
description 'Installs/Configures packagecloud.io repositories.'
Expand Down
Loading