From 6e60a75184914c6fef08f50737c3e9324217522f Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 21 Jul 2016 13:53:52 -0400 Subject: [PATCH] Fix release notes around We need to add new release notes files added for each commit. While we can edit past release notes that's essentially the same as editing history, it's fine for typos and/or clearing something up but when adding new things we're adding onto notes in past releases. In the case of 2 recently migrated clients the old release notes putting patches that landed after 12.1.0 in the release notes for 12.1.0. This commit fixes that issue and breaks that out into a new note. Change-Id: Id7a24c1bc659c4e44b2214ec27e6b94ea742a81e --- .../add-new-identity-clients-3c3afd674a395bde.yaml | 10 ++++++++++ .../identity-clients-as-library-e663c6132fcac6c2.yaml | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml diff --git a/releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml b/releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml new file mode 100644 index 0000000000..b8dcfcef9e --- /dev/null +++ b/releasenotes/notes/add-new-identity-clients-3c3afd674a395bde.yaml @@ -0,0 +1,10 @@ +--- +features: + - | + Define identity service clients as libraries + The following identity service clients are defined as library interface, + so the other projects can use these modules as stable libraries without + any maintenance changes. + + * endpoints_client(v3) + * policies_client (v3) diff --git a/releasenotes/notes/identity-clients-as-library-e663c6132fcac6c2.yaml b/releasenotes/notes/identity-clients-as-library-e663c6132fcac6c2.yaml index b8f3c0ed42..f9173a007e 100644 --- a/releasenotes/notes/identity-clients-as-library-e663c6132fcac6c2.yaml +++ b/releasenotes/notes/identity-clients-as-library-e663c6132fcac6c2.yaml @@ -7,8 +7,6 @@ features: any maintenance changes. * endpoints_client(v2) - * endpoints_client(v3) - * policies_client (v3) * roles_client(v2) * services_client(v2) * tenants_client(v2)