chef-zero icon indicating copy to clipboard operation
chef-zero copied to clipboard

Simple, easy-run, fast-start in-memory Chef server for testing and solo purposes

Results 21 chef-zero issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [ffi-yajl](https://github.com/chef/ffi-yajl) to permit the latest version. Changelog Sourced from ffi-yajl's changelog. ffi-yajl Log 2.5.0 (2023-06-13) Merged Pull Requests Remove 2.4 and 2.5 pipelines #119 (tpowell-progress) Changes...

dependencies

Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version. Changelog Sourced from rack's changelog. [3.0.0] - 2022-09-06 No changes [3.0.0.rc1] - 2022-09-04 SPEC Changes Stream argument must implement <<...

dependencies

Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from activesupport's releases. 6.1.5 Active Support Fix ActiveSupport::Duration.build to support negative values. The algorithm to collect the...

dependencies

Updates the requirements on [hashie](https://github.com/hashie/hashie) to permit the latest version. Changelog Sourced from hashie's changelog. 5.0.0 - 2021-11-08 Added #523: Added TOC, ensure a keep-a-changelog formatted CHANGELOG - @​dblock. #522:...

dependencies

Signed-off-by: John McCrae ## Description ## Related Issue ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...

We should probably at least no-op this and accept the report and drop it to start with. We might try storing it somewhere useful as well so it could be...

Status: Untriaged

@jkeiser this fixes a compatibility issue with the normal chef server. The issue is that setting data_bag_item to just the raw data will return a non-serialized data_bag_item. This will cause...

Type: Bug

# Version: [Version of the project installed] # Environment: As part of issue - #333, [email protected] and [email protected] are considered to be the same email addresses in user creation and...

Type: Bug
Status: Untriaged

I am getting this error when running chef-solo on a windows machine DEBUG: Re-raising exception: URI::InvalidURIError - bad URI(is not URI?): chefzero://localhost:1/nodes/DESKTOP-V4P60EI.hsd1 ca comcast net C:/opscode/chef/embedded/lib/ruby/2.4.0/uri/rfc3986_parser.rb:67:in `split' C:/opscode/chef/embedded/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in `parse' C:/opscode/chef/embedded/lib/ruby/2.4.0/uri/common.rb:231:in...

I would like to be able to test using the audit cookbook while fetching profiles from the chef server, as in this example. The assumption is made we are simulating...