diff --git a/releasenotes/notes/check-recover-actions-27eef16643b23f47.yaml b/releasenotes/notes/check-recover-actions-27eef16643b23f47.yaml new file mode 100644 index 000000000..942e4ec3f --- /dev/null +++ b/releasenotes/notes/check-recover-actions-27eef16643b23f47.yaml @@ -0,0 +1,3 @@ +--- +features: + - New actions for checking and recovering nodes/clusters are added. diff --git a/releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml b/releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml new file mode 100644 index 000000000..32fb416b3 --- /dev/null +++ b/releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml @@ -0,0 +1,4 @@ +--- +features: + - The builtin deletion policy can handle cross-region and cross-zone nodes + selection. diff --git a/releasenotes/notes/engine-service-status-d573e021c4f09ed6.yaml b/releasenotes/notes/engine-service-status-d573e021c4f09ed6.yaml new file mode 100644 index 000000000..1d5ed7e5a --- /dev/null +++ b/releasenotes/notes/engine-service-status-d573e021c4f09ed6.yaml @@ -0,0 +1,3 @@ +--- +features: + - Supporting engine status scheck, with senlin-manage command. diff --git a/releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml b/releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml new file mode 100644 index 000000000..cf74c6357 --- /dev/null +++ b/releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml @@ -0,0 +1,3 @@ +--- +upgrade: + - Senlin binaries are all made as console script entries.