| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
15.0.4 (2021-01-05)
Merged Pull Requests
* Add missing Webrick dependency to the gemspec #306 (tas50)
15.0.3 (2020-09-28)
Merged Pull Requests
* Added display_name in the normalize_user. #304 (antima-gupta)
15.0.2 (2020-08-21)
Merged Pull Requests
* Optimize our requires #303 (tas50)
15.0.1 (2020-08-13)
Merged Pull Requests
* Optimize requires for non-omnibus installs #302 (tas50)
|
|
|
|
Update ruby-chef-zero to 15.0.0.
15.0.0 (2020-02-19)
* remove deprecation warnings for ruby 2.7 #300 (lamont-granquist)
14.0.17 (2019-12-30)
* Move testing to Buildkite #297 (tas50)
* Apply Chefstyle #298 (tas50)
* Substitute require for require_relative #296 (tas50)
* Use Chefstyle gem and move dev deps to the Gemfile #299 (tas50)
14.0.13 (2019-10-07)
* Add ChefZero::Dist to abstract branding details to a single location
#293 (Tensibai)
14.0.12 (2019-03-19)
* Loosen the mixlib-log depedency + misc cleanup #292 (tas50)
|
|
14.0.11 (2018-11-15)
Merged Pull Requests
* remove hashrocket syntax #283 (lamont-granquist)
* fixes for new chefstyle #284 (lamont-granquist)
* Misc cleanup for gemspec, rakefile, gemfile, and expeditor #287 (tas50)
* Don't ship the readme in the gem #289 (tas50)
* Require Rack 2.0.6 or later to resolve CVEs #288 (tas50)
|
|
|
|
|
|
14.0.6 (2018-04-23)
Merged Pull Requests
* bump required ruby version #274 (thommay)
* Disable Hashie method override warns #276 (adamdecaf)
* fix for new rubocop engine #278 (lamont-granquist)
* remove the explicit chef gem #279 (lamont-granquist)
* reinstate the default chef gem pin #280 (lamont-granquist)
* pin chef to 14.x #281 (lamont-granquist)
|
|
13.1.0 (2017-07-17)
Merged pull requests:
* add the universe endpoint #269 (lamont-granquist)
* Update gemfile dependencies #267 (thommay)
* GET /users?email=ME@MINE.COM -- compare emails ignoring case #266 (srenatus)
* GET /users?email=ME@MINE.COM -- compare emails ignoring case #265 (srenatus)
* implement rfc090 for named nodes endpoint #264 (jeremymv2)
* Add skip-chef-zero-quirks to the defaults in chef-zero #263 (jaymalasinha)
* Add skip-chef-zero-quirks to the defaults in chef-zero #262 (jaymalasinha)
* Ensure that tests that use chef-zero git will work #259 (thommay)
|
|
|
|
* pkgsrc change: support ruby23 only.
Changes from 3.2.1 is too many to write here, please refer
<https://github.com/chef/chef-zero/blob/master/CHANGELOG.md>.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
3.2 (9/26/2014)
- removed 'json' gem dependency, replaced it with 'ffi-yajl'
3.1.3 (9/3/2014)
- fixes for running Chef local mode in multi-org mode
3.1.2 (8/29/2014)
- add default to rspec for cookbooks
- add /organizations/NAME/organization/_acl as an alias for
/organizations/NAME/organizations/_acl
3.1.1 (8/28/2014)
- fix minor bug with unknown container acls
3.1 (8/28/2014)
- New rspec data directives: organization, acl, group, container
- Fix organizations POST to honor full_name
- Fixes for enterprise rspec data loading
- Fix invites not removing the invite when user is forcibly added to an org
3.0 (7/22/2014)
- Enterprise Chef support (organizations, ACLs, groups, much more)
- SSL support (@sawanoboly)
2.2 (6/18/2014)
- allow port ranges to be passed in as enumerables, which will be tried
in sequence until one works: ChefZero::Server.new(:port => 80.upto(100))
2.1.5 (6/2/2014)
- fix issue with :single_org => not being honored
2.1.4 (5/27/2014)
- fix issue with global Thread.exit_on_exception being set
2.1.3 (5/27/2014)
- rspec: default port to 8900 to not conflict with normal default port
- rspec: when chef_zero_opts is set, check if current server has those
options before continuing
2.1.2 (5/27/2014)
- fix build_uri (and thus cookbook downloads)
2.1.1 (5/26/2014)
- flip defaults off in V1ToV2Adapater, allowing most chef tests
to pass against 2.1.1
2.1 (5/26/2014)
- Multi-tenancy! If you set :single_org => nil when starting the server,
you will gain /organizations/* at the beginning of all URLs. Internally,
all endpoints are rooted at /organizations/ORG anyway, there is just
a translation that goes on to add /organizations/single_org to the URL
when someone hits chef-zero.
- Fixes to support chef-zero local mode passing pedant
|
|
Chef Zero is a simple, easy-install, in-memory Chef server that can be
useful for Chef Client testing and chef-solo-like tasks that require a
full Chef Server. It IS intended to be simple, Chef 11 compliant, easy
to run and fast to start. It is NOT intended to be secure, scalable,
performant or persistent. It does NO input validation, authentication
or authorization (it will not throw a 400, 401 or 403). It does not
save data, and will start up empty each time you start it.
Because Chef Zero runs in memory, it's super fast and lightweight.
This makes it perfect for testing against a "real" Chef Server without
mocking the entire Internet.
|