Supermarket 3.0.0 was released today and is available for download at https://downloads.chef.io/supermarket.
Breaking Change
Attention: AWS S3 Users
Private Supermarkets using AWS S3 have two new settings to consider following an upgrade to the Paperclip and AWS SDK gems:
-
s3_regionmust be set for the bucket in which cookbooks will be stored. -
s3_domain_stylehas a new default of:s3_domain_url. However, if the S3 bucket name contains periods (.), the bucket must be in AWS US-East-1 and thes3_domain_stylemust be:s3_path_url.
The supermarket-ctl reconfigure action will error with an exception and message if these settings are missing or incompatible.
Updates
- Upgraded Paperclip and AWS SDK gems. (#1411)
- Upgraded the New Relic and Datadog monitoring agents. (#1588 & #1589)
Bugs Fixed
- Fixed binary file detection to not think zero-byte empty files are binary. (#1584)
- Added the current ChefDK version of open source license strings as acceptable for the license quality metric. (#1586)
- Fixed inconsistencies in the display of the navigation menus between the top nav bar and the left side drawer menu. (#1411)