Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 25, 2015
1 parent 431e129 commit bccc0cd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,25 @@
chef-server cookbook README
==========================

v3.0.0 (2015-02-24)
-------------------

**Major Version Update**

Version 3.0.0 supports Chef Server 12. For background and rationale, see [the mailing list post](http://lists.opscode.com/sympa/arc/chef/2015-02/msg00351.html). Changes are from commit [0f2d123](https://github.com/opscode-cookbooks/chef-server/commit/0f2d123ad9ebb40ac18fdabdeee2d66735604bbe).

* Remove the omnitruck API client library and related attributes
* Use packagecloud repository for packages through the `chef_server_ingredient` resource
* Remove the `dev` recipe
* Remove the dependency on the git cookbook
* Remove the Vagrantfile - we use test-kitchen now
* Update the Berksfile accordingly
* Add ServerSpec tests

### Other changes

* Fixes #46/COOK-4691, use IP address as hostname. This is only recommended for testing purposes.

v2.1.6 (2014-05-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'cookbooks@chef.io'
license 'Apache 2.0'
description 'Installs and configures Chef Server 12'
version '2.1.7'
version '3.0.0'

supports 'centos'
supports 'ubuntu'
Expand Down

0 comments on commit bccc0cd

Please sign in to comment.