This is the Changelog for the packagecloud cookbook
- Add metadata check from the shard workflow
- Update README
- Sous Chefs Adoption
- Require Chef 15.3+
- Add standard files
Fix issues with newer versions of Chef (11+) by conditionally defining source_url
and issues_url
in metadata.rb
Lots of internal refactoring and fixes. Bumping the major number just incase, but the changes should not break anyone using this cookbook.
Fix force_os and force_dist for Ubuntu/Debian. Drop support for Ubuntu Lucid. Add support for Ubuntu Xenial. Ensure lsb_release is installed on Ubuntu/Debian.
Check for empty node hostname. Display error when a node's fully qualified hostname is not set; as returned by hostname -f
Add proxy_host
and proxy_port
attributes so that the cookbook can contact the packagecloud server.
Try to fix metadata_expire
type (set as String)
Try to fix metadata_expire
type (set as Integer)
Set metadata_expire
option to default of 300 (5 minutes) to match the generated configs produced by the bash and manual install instructions.
Rework GPG paths to support new GPG endpoints for repos with repo-specific GPG keys. Old endpoints/URLs still work, too.
packagecloud cookbook versions 0.0.19 used an attribute called default['packagecloud']['hostname']
for caching the local machine's hostname to avoid regenerating read tokens.
This attribute has been removed as it is confusing and in some edge cases, buggy.
Beginning in 0.1.0, you can use default['packagecloud']['hostname_override']
to specify a hostname if ohai is unable to determine the hostname of the node on its own.
Initial release.