Downgrade mysql cookbook for now

It doesn't play well with our current dev server setup
This commit is contained in:
Greg Karékinian
2017-06-16 22:43:51 +02:00
parent e39792ea36
commit bdfb3a1afb
398 changed files with 12716 additions and 10889 deletions

View File

@@ -2,38 +2,116 @@
This file is used to list changes made in each version of the iis cookbook.
## 6.7.1 (2017-06-09)
- [Fix issue with guard clause missing on check](https://github.com/chef-cookbooks/iis/pull/378)
## 6.7.0 (2017-06-09)
- [Fix idempotency in `iis_app`, `iis_root`, and `iis_vdir`](https://github.com/chef-cookbooks/iis/pull/375)
## 6.6.0 (2017-06-01)
- Convert `iis_module` to a custom resource
## 6.5.3 (2017-05-17)
- Refactor `iis_vdir` name property to `application_name`
- Resolves a bug in iis_vdir also adds more liberty in config
## 6.5.2 (2017-05-15)
- [Update iis_vdir name to not require a trailing /](https://github.com/chef-cookbooks/iis/pull/363)
- [Fix iis_pool identity_type issue](https://github.com/chef-cookbooks/iis/pull/362)
## 6.5.1 (2017-05-12)
- [iis_pool is not Idempotent](https://github.com/chef-cookbooks/iis/issues/354)
- Fix whitespace in `iis_pool` name
## 6.5.0 (2017-05-10)
- Convert `iis_root` to a custom resource
- [uninitialized constant Chef::Resource::IisRoot](https://github.com/chef-cookbooks/iis/issues/333)
- [mime types are not deleted](https://github.com/chef-cookbooks/iis/issues/321)
- [iis_root errors on 'duplicate collection entry of type 'mimeMap'](https://github.com/chef-cookbooks/iis/issues/199)
## 6.4.1 (2017-05-05)
- [fix bug with start having ! in front](https://github.com/chef-cookbooks/iis/pull/349)
## 6.4.0 (2017-05-04)
- Convert `iis_section` to a custom resource
- Resolve issue with `iis_pool`
## 6.3.1 (2017-04-26)
- [Fix multiple issues with ~FC023](https://github.com/chef-cookbooks/iis/pull/341)
## 6.3.0 (2017-04-24)
- Convert `iis_pool` to a custom resource
- Convert `iis_vdir` to a custom resource
- Bug fix for `log` function change to `Chef::Log`
## 6.2.0 (2017-04-18)
- Convert `iis_site` to a custom resource
## 6.1.0 (2017-04-14)
- Convert `iis_config` to a custom resource
## 6.0.1 (2017-04-07)
- Fix undefined method `site_identifier` with iis_app resource.
## 6.0.0 (2017-04-06)
- Rewrite of `iis_app` resource to use custom resources.
- Addition of testing for `iis_app` resource.
## 5.1.0 (2017-03-20)
- Require at least windows 2.0 cookbook
- Run integration testing in Appveyer
- Switched testing to Inspec from pester/ServerSpec combo
- Removed the empty iis_test cookbook
## 5.0.8 (2017-03-13)
- [iis-root default_documents broke from last fix](#306)
## 5.0.7 (2017-03-07)
- [iis-root default_documents deleted every chef run](#306)
## 5.0.6 (2017-02-24)
- [iis_version is not evaluated properly on if statement](#308)
## 5.0.5 (2016-11-21)
- [Fixed no_managed_code idempotency](#301)
## 5.0.4 (2016-10-11)
- fixed adding an app pool to a site - This fixes a bug where adding an app pool to a site causes an error. This was using the 'add app' where we are working with a site and the syntax is slightly different according to this [documentation](https://technet.microsoft.com/en-us/library/cc732992%28v=ws.10%29.aspx).
## 5.0.3 (2016-10-10)
- Log event on recycle - This allows you to specify which events you want to log on recycle. This also changes this so that it defaults to the standard nothing, which means you will need to add this attribute if you are depending on it.
## 5.0.2 (2016-10-07)
- [Minor over oversight in IIS::mod_aspnet 5.0.1](#296)
- [IIS Pool resource thirty_two_bit false doesn't](#292)
## 5.0.1 (2016-09-21)
- Fix mod_management to include dependencies (#293)
## 5.0.0 (2016-09-06)
- Adding 2k12 version flag to the windows_feature resource (#291)
- Testing updates
- Avoid deprecation warnings in the specs
- Require Chef 12+
## 4.2.0 (2016-08-09)
- Feature pool recycle virtual memory (#288)
## v4.1.10 (2016-06-29)
@@ -115,13 +193,9 @@ This file is used to list changes made in each version of the iis cookbook.
- moved to better method for XML checking of previous settings to detect changes (changed all check to use xml searching with appcmd instead of the previous method [none]).
- Improved pool resource with many more apppool properties that can be set.
- Fixed bug with default attribute inheritance.
- New recipe to enable ASP.NET 4.5.
- Skeleton serverspec+test-kitchen framework.
- Added Berksfile, Gemfile and .kitchen.yml to assist developers.
- Fixed issue [#107] function is_new_or_empty was returning reverse results.
- Removed dependency on "chef-client", ">= 3.7.0".