diff --git a/releasenotes/notes/ceph-client.yaml b/releasenotes/notes/ceph-client.yaml index 55e9723f8..30b522e87 100644 --- a/releasenotes/notes/ceph-client.yaml +++ b/releasenotes/notes/ceph-client.yaml @@ -1,9 +1,11 @@ --- ceph-client: - 0.1.0 Initial Chart - - 0.1.0 Change helm-toolkit dependency version to ">= 0.1.0" + - 0.1.1 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 + - 0.1.6 Uplift from Nautilus to Octopus release + - 0.1.7 Don't wait for premerge PGs in the rbd pool job ... diff --git a/releasenotes/notes/ceph-mon.yaml b/releasenotes/notes/ceph-mon.yaml index 113caa0b6..33febfa58 100644 --- a/releasenotes/notes/ceph-mon.yaml +++ b/releasenotes/notes/ceph-mon.yaml @@ -4,4 +4,5 @@ ceph-mon: - 0.1.1 Change helm-toolkit dependency to >= 0.1.0 - 0.1.2 Enable shareProcessNamespace in mon daemonset - 0.1.3 Run mon container as ceph user + - 0.1.4 Uplift from Nautilus to Octopus release ... diff --git a/releasenotes/notes/ceph-osd.yaml b/releasenotes/notes/ceph-osd.yaml index dc3da88de..8780ddb34 100644 --- a/releasenotes/notes/ceph-osd.yaml +++ b/releasenotes/notes/ceph-osd.yaml @@ -18,4 +18,5 @@ ceph-osd: - 0.1.15 Correct naming convention for logical volumes in disk_zap() - 0.1.16 dmsetup remove logical devices using correct device names - 0.1.17 Fix a bug with DB orphan volume removal + - 0.1.18 Uplift from Nautilus to Octopus release ... diff --git a/releasenotes/notes/ceph-provisioners.yaml b/releasenotes/notes/ceph-provisioners.yaml index 3e240d0f0..14ce22aa9 100644 --- a/releasenotes/notes/ceph-provisioners.yaml +++ b/releasenotes/notes/ceph-provisioners.yaml @@ -3,4 +3,5 @@ ceph-provisioners: - 0.1.0 Initial Chart - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" - 0.1.2 Validate each storageclass created + - 0.1.3 Uplift from Nautilus to Octopus release ... diff --git a/releasenotes/notes/ceph-rgw.yaml b/releasenotes/notes/ceph-rgw.yaml index 9059ae7b4..98e164b7a 100644 --- a/releasenotes/notes/ceph-rgw.yaml +++ b/releasenotes/notes/ceph-rgw.yaml @@ -2,4 +2,5 @@ ceph-rgw: - 0.1.0 Initial Chart - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" + - 0.1.2 Uplift from Nautilus to Octopus release ...