Skip to content

Commit

Permalink
[release_notes] Move 12.7 release notes to PRIOR_RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Jul 6, 2016
1 parent bb2851f commit ba89a69
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
25 changes: 25 additions & 0 deletions PRIOR_RELEASE_NOTES.md
Expand Up @@ -2,6 +2,31 @@ This document contains historical release notes from the last minor
release and prior. The current release notes and subsequent patch
releases can be found [RELEASE\_NOTES.md](RELEASE_NOTES.md).

## 12.7.0 (2016-06-20)

### Chef Server
* Add support for service credential rotation via [Veil](https://github.com/chef/chef-server/blob/3ff412b5a2e6ad54cfa79bca6865e1bbca28fe5e/omnibus/files/veil/README.md), and for requiring it via the added `require-credential-rotation` command of `chef-server-ctl`.
* Fixed existing process detection in oc_id which caused high CPU utilization
* Fixed bug where deleting a user would not delete pending invites.
* Allow filtering users by their external_authentication_uid, allowing for SAML-authentication in Chef-Manage.

### Security Updates

* The update of OpenSSL 1.0.1t addresses the following:
* [CVE-2016-2105](https://www.openssl.org/news/vulnerabilities.html#2016-2105)
* [CVE-2016-2106](https://www.openssl.org/news/vulnerabilities.html#2016-2106)
* [CVE-2016-2107](https://www.openssl.org/news/vulnerabilities.html#2016-2107)
* [CVE-2016-2109](https://www.openssl.org/news/vulnerabilities.html#2016-2109)
* [CVE-2016-2176](https://www.openssl.org/news/vulnerabilities.html#2016-2176)

### API Changes

* `GET /users` now allows filtering by `external_authentication_uid`.
For example, `GET /users?external_authentication_uid=jane%40doe.com` will
now return the users whose external_authentication_uid is `jane@doe.com`.
This change is available under API v0 and later.


## 12.6.0 (2016-04-30)

### Chef Server
Expand Down
24 changes: 1 addition & 23 deletions RELEASE_NOTES.md
Expand Up @@ -7,26 +7,4 @@ in the release. For a detailed list of changed components, refer to
This document contains release notes for the current release and all patches.
For prior releases, see [PRIOR\_RELEASE\_NOTES.md](PRIOR_RELEASE_NOTES.md).

## 12.7.0

### Chef Server
* Add support for service credential rotation via [Veil](https://github.com/chef/chef-server/blob/3ff412b5a2e6ad54cfa79bca6865e1bbca28fe5e/omnibus/files/veil/README.md), and for requiring it via the added `require-credential-rotation` command of `chef-server-ctl`.
* Fixed existing process detection in oc_id which caused high CPU utilization
* Fixed bug where deleting a user would not delete pending invites.
* Allow filtering users by their external_authentication_uid, allowing for SAML-authentication in Chef-Manage.

### Security Updates

* The update of OpenSSL 1.0.1t addresses the following:
* [CVE-2016-2105](https://www.openssl.org/news/vulnerabilities.html#2016-2105)
* [CVE-2016-2106](https://www.openssl.org/news/vulnerabilities.html#2016-2106)
* [CVE-2016-2107](https://www.openssl.org/news/vulnerabilities.html#2016-2107)
* [CVE-2016-2109](https://www.openssl.org/news/vulnerabilities.html#2016-2109)
* [CVE-2016-2176](https://www.openssl.org/news/vulnerabilities.html#2016-2176)

### API Changes

* `GET /users` now allows filtering by `external_authentication_uid`.
For example, `GET /users?external_authentication_uid=jane%40doe.com` will
now return the users whose external_authentication_uid is `jane@doe.com`.
This change is available under API v0 and later.
## 12.8.0 (2016-07-06)

0 comments on commit ba89a69

Please sign in to comment.