From f4f072c2a75c4c35c7a40cfda6cb6fa9c1a2b792 Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Thu, 4 Feb 2021 23:07:18 +0000 Subject: [PATCH] [ceph-client] Update ceph-client release notes to current This change updates the releasenotes for ceph-client to all current changes as of the date of this commit. Change-Id: I4e8746f428da383759884fbadacd6a50a847a19b --- releasenotes/notes/ceph-client.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes/notes/ceph-client.yaml b/releasenotes/notes/ceph-client.yaml index 72ef4c7693..55e9723f84 100644 --- a/releasenotes/notes/ceph-client.yaml +++ b/releasenotes/notes/ceph-client.yaml @@ -1,4 +1,9 @@ --- ceph-client: - 0.1.0 Initial Chart + - 0.1.0 Change helm-toolkit dependency version to ">= 0.1.0" + - 0.1.2 fix the logic to disable the autoscaler on pools + - 0.1.3 Run as ceph user and disallow privilege escalation + - 0.1.4 Improvements for ceph-client helm tests + - 0.1.5 Fix Helm test check_pgs() check for inactive PGs ...