From 4666579459b8eb57a4f308a954e65965bf78cb72 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Tue, 26 Feb 2019 14:29:23 -0800 Subject: [PATCH] update CHANGELOG-0.10 for v0.10.2 Signed-off-by: Steve Kriss --- changelogs/CHANGELOG-0.10.md | 12 ++++++++++++ changelogs/unreleased/1235-skriss | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 changelogs/unreleased/1235-skriss diff --git a/changelogs/CHANGELOG-0.10.md b/changelogs/CHANGELOG-0.10.md index 059e3049b..187336e51 100644 --- a/changelogs/CHANGELOG-0.10.md +++ b/changelogs/CHANGELOG-0.10.md @@ -1,6 +1,18 @@ + - [v0.10.2](#v0102) - [v0.10.1](#v0101) - [v0.10.0](#v0100) +## v0.10.2 +#### 2019-02-28 + +### Download +- https://github.com/heptio/ark/releases/tag/v0.10.2 + +### Changes + * upgrade restic to v0.9.4 & replace --hostname flag with --host (#1156, @skriss) + * use 'restic stats' instead of 'restic check' to determine if repo exists (#1171, @skriss) + * Fix concurrency bug in code ensuring restic repository exists (#1235, @skriss) + ## v0.10.1 #### 2019-01-10 diff --git a/changelogs/unreleased/1235-skriss b/changelogs/unreleased/1235-skriss deleted file mode 100644 index a2c55f75c..000000000 --- a/changelogs/unreleased/1235-skriss +++ /dev/null @@ -1 +0,0 @@ -Fix concurrency bug in code ensuring restic repository exists