summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml5
-rw-r--r--releasenotes/notes/bp-domain-config-9566e672a98f4e7f.yaml7
-rw-r--r--releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml8
-rw-r--r--releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml5
-rw-r--r--releasenotes/notes/remove-credentials-data-46ab3c3c248047cf.yaml8
-rw-r--r--releasenotes/source/conf.py3
-rw-r--r--releasenotes/source/index.rst1
-rw-r--r--releasenotes/source/newton.rst6
8 files changed, 43 insertions, 0 deletions
diff --git a/releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml b/releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml
new file mode 100644
index 0000000..6a3f6ca
--- /dev/null
+++ b/releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Added a ``allow_expired`` argument to ``validate`` and ``get_token_data``
+ in `keystoneclient.v3.tokens`. Setting this to ``True``, allos for a token
+ validation query to fetch expired tokens.
diff --git a/releasenotes/notes/bp-domain-config-9566e672a98f4e7f.yaml b/releasenotes/notes/bp-domain-config-9566e672a98f4e7f.yaml
new file mode 100644
index 0000000..e6ae2b0
--- /dev/null
+++ b/releasenotes/notes/bp-domain-config-9566e672a98f4e7f.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - Added support for ``domain configs``. A user can now
+ upload domain specific configurations to keytone
+ using the client. See ``client.domain_configs.create``,
+ ``client.domain_configs.delete``, ``client.domain_configs.get``
+ and ``client.domain_configs.update``.
diff --git a/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml b/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
new file mode 100644
index 0000000..e9c1c9c
--- /dev/null
+++ b/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - >
+ [`bug 1616105 <https://bugs.launchpad.net/keystoneauth/+bug/1616105>`_]
+ Only log the response body when the ``Content-Type`` header is set to
+ ``application/json``. This avoids logging large binary objects (such as
+ images). Other ``Content-Type`` will not be logged. Additional
+ ``Content-Type`` strings can be added as required.
diff --git a/releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml b/releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml
new file mode 100644
index 0000000..5d066e9
--- /dev/null
+++ b/releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ The ``X-Service-Token`` header value is now properly masked, and is
+ displayed as a hash value, in the log.
diff --git a/releasenotes/notes/remove-credentials-data-46ab3c3c248047cf.yaml b/releasenotes/notes/remove-credentials-data-46ab3c3c248047cf.yaml
new file mode 100644
index 0000000..01ebe3e
--- /dev/null
+++ b/releasenotes/notes/remove-credentials-data-46ab3c3c248047cf.yaml
@@ -0,0 +1,8 @@
+---
+prelude: >
+ The ``data`` argument for creating and updating credentials has
+ been removed.
+other:
+ - The ``data`` argument for creating and updating credentials was
+ deprecated in the 1.7.0 release. It has been replaced by the
+ ``blob`` argument.
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index a988be7..a2e09fc 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -274,3 +274,6 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
# texinfo_no_detailmenu = False
+
+# -- Options for Internationalization output ------------------------------
+locale_dirs = ['locale/']
diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst
index 27668f0..e288920 100644
--- a/releasenotes/source/index.rst
+++ b/releasenotes/source/index.rst
@@ -6,4 +6,5 @@
:maxdepth: 1
unreleased
+ newton
mitaka
diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst
new file mode 100644
index 0000000..7b7d735
--- /dev/null
+++ b/releasenotes/source/newton.rst
@@ -0,0 +1,6 @@
+=============================
+ Newton Series Release Notes
+=============================
+
+.. release-notes::
+ :branch: origin/stable/newton