From e1b7b1da5cc9a154c74067a9f79599abc2b8a015 Mon Sep 17 00:00:00 2001 From: jmink Date: Mon, 3 Nov 2014 11:24:17 -0500 Subject: [PATCH] Update Changelog/Release notes for 11.2.5 release --- CHANGELOG.md | 23 +++++++++-------------- RELEASE_NOTES.md | 19 ++++++++++++++----- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6c9ab2f..2ecc56401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,14 @@ # Enterprise Chef Changelog -## 11.2.5 (Unreleased) +## 11.2.6 (Unreleased) -### oc-chef-pedant 1.0.29.5 -* Revert to 1.0.29.5 for addon compatibility +## 11.2.5 (2013-11-03) -### oc-erchef 0.25.14.2 -* Revert to 0.25.14.2 for addon compatibility +### oc_erchef +* Upgrade to 0.28.3 and then revert to 0.25.14.2 for addon compatibility. The issue was that changing the darklaunch default from couchdb to postgresql changes behavior for addons that don't go through the external LB. Once the addons have been upgraded to respect the full darklaunch flagset we'll be able to upgrade oc_erchef. -## 11.2.4 (2014-10-27) - -### oc-chef-pedant 1.0.62 -* Fix for consistent return values in oc_erchef - -### oc_erchef 0.28.3 -* Org support in postgres -* Reindexing support to check redis flags -* Fix typo in darklaunch interrogation +### oc-chef-pedant +* Upgrade to 1.0.62, but revert to 1.0.29.5 for addon compatibility ### private-chef-cookbooks * [OC-11769] make oc_chef_authz a tunable in private-chef.rb @@ -24,6 +16,9 @@ * Make postgresql slow query logging configurable * Remove max Client Version limit +## 11.2.4 (Never Released) +Never released due to a regression discovered after tagging. + ## 11.2.3 (2014-10-17) ### private-chef-cookbooks diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f7a1c6cf6..b1f19a1db 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,18 +1,23 @@ # Enterprise Chef Release Notes -## 11.2.5 (Unreleased) +## 11.2.6 (Unreleased) + +### What's New ### Bug Fixes: -## 11.2.4 (2014-10-27) +The following items are new for Enterprise Chef 11.2.6 and/or are +changes from previous versions: -The following items are the set of bug fixes that have been applied since Enterprise Chef 11.2.4: -* oc_erchef 0.25.14.2 - Reverting to previous version for addon compatibility +The following items are the set of bug fixes that have been applied since Enterprise Chef 11.2.6: + + +## 11.2.5 (2014-11-03) ### What's New -The following items are new for Enterprise Chef 11.2.3 and/or are +The following items are new for Enterprise Chef 11.2.5 and/or are changes from previous versions: * [nginx] Remove client version limit so Chef 12 can be used @@ -25,6 +30,10 @@ The following items are the set of bug fixes that have been applied since Enterp * [OC-11769] make oc_chef_authz a tunable in private-chef.rb * Fix oc_chef_authz timeout tunable * The 'gather-logs' script now obeys the attribute for postsgresql['username'] +* oc_erchef 0.25.14.2 - Reverting to previous version for addon compatibility + +## 11.2.4 (Never Released) +Never released due to a regression discovered after tagging. ## 11.2.3 (2014-10-17)