summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-01-21 03:24:21 +0000
committerGerrit Code Review <review@openstack.org>2022-01-21 03:24:21 +0000
commit4a2d6098de673db56b81831ec1a017583b958bfd (patch)
tree684389a8ff79b940c75b4bbca7a46870b169bb5c /releasenotes
parent53a38f18d47d3fef5e9a7a8f6ecf5ab99b2f8e0f (diff)
parent7043a414a8646eaf5841e87c3cf9a4790d0f8a39 (diff)
downloadironic-4a2d6098de673db56b81831ec1a017583b958bfd.tar.gz
Merge "ImageCache: respect Cache-Control: no-store"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/no-cache-df7caa45f3d8b6d7.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/no-cache-df7caa45f3d8b6d7.yaml b/releasenotes/notes/no-cache-df7caa45f3d8b6d7.yaml
new file mode 100644
index 000000000..87d0113ac
--- /dev/null
+++ b/releasenotes/notes/no-cache-df7caa45f3d8b6d7.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ The image cache now respects the ``Cache-Control: no-store`` header
+ for HTTP(s) images.
+ - |
+ File images are no longer cached in the image cache to avoid unnecessary
+ consumption of the disk space.