From 37155cdc2ae636ad1a43e659649823a3db815cee Mon Sep 17 00:00:00 2001 From: absolutelightning Date: Thu, 31 Aug 2023 15:25:58 +0530 Subject: [PATCH] changelog added --- .changelog/18625.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/18625.txt diff --git a/.changelog/18625.txt b/.changelog/18625.txt new file mode 100644 index 0000000000..763b47c1eb --- /dev/null +++ b/.changelog/18625.txt @@ -0,0 +1,4 @@ +```release-note:improvement +Adds flag -append-filename (which works on two values version and dc) to consul snapshot save command. +Adding the flag -append-filename version,dc will add consul version and consul datacenter in the file name given in the snapshot save command before the file extension. +```