From 1de621bad890ce22b23f761fe291fc1efd3d3893 Mon Sep 17 00:00:00 2001 From: Carlisia Date: Mon, 15 Mar 2021 19:06:32 -0700 Subject: [PATCH] Update changelog for v1.2.0 Signed-off-by: Carlisia --- changelogs/CHANGELOG-1.2.0.md | 5 +++++ changelogs/unreleased/32-ashish-amarnath | 1 - changelogs/unreleased/38-bryanro92 | 1 - changelogs/unreleased/52-zubron | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 changelogs/CHANGELOG-1.2.0.md delete mode 100644 changelogs/unreleased/32-ashish-amarnath delete mode 100644 changelogs/unreleased/38-bryanro92 delete mode 100644 changelogs/unreleased/52-zubron diff --git a/changelogs/CHANGELOG-1.2.0.md b/changelogs/CHANGELOG-1.2.0.md new file mode 100644 index 0000000..c59dd77 --- /dev/null +++ b/changelogs/CHANGELOG-1.2.0.md @@ -0,0 +1,5 @@ +## All changes + +- Upgrade cloud.google.com/go/storage to v1.8.0 (#32, @ashish-amarnath) +- Edit readme velero installation w/ workload identity to include --bucket parameter (#38, @bryanro92) +- Add support for the new `credentialsFile` config key which enables per-BSL credentials. If set, the plugin will use this path as the credentials file for authentication rather than the credentials file path in the environment (#52, @zubron) \ No newline at end of file diff --git a/changelogs/unreleased/32-ashish-amarnath b/changelogs/unreleased/32-ashish-amarnath deleted file mode 100644 index 329e202..0000000 --- a/changelogs/unreleased/32-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -upgrade cloud.google.com/go/storage to v1.8.0 \ No newline at end of file diff --git a/changelogs/unreleased/38-bryanro92 b/changelogs/unreleased/38-bryanro92 deleted file mode 100644 index f98f233..0000000 --- a/changelogs/unreleased/38-bryanro92 +++ /dev/null @@ -1 +0,0 @@ -Edit readme velero installation w/ workload identity to include --bucket parameter. diff --git a/changelogs/unreleased/52-zubron b/changelogs/unreleased/52-zubron deleted file mode 100644 index 760ec03..0000000 --- a/changelogs/unreleased/52-zubron +++ /dev/null @@ -1 +0,0 @@ -Add support for the new `credentialsFile` config key which enables per-BSL credentials. If set, the plugin will use this path as the credentials file for authentication rather than the credentials file path in the environment. \ No newline at end of file