From b9fcb2cc7f39d337d131a7263088311a523e56d5 Mon Sep 17 00:00:00 2001 From: James Halsall Date: Mon, 1 Feb 2021 09:47:46 +0000 Subject: [PATCH] Prepare changelog for 0.6.0 release (#68) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8599b82..33b0231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.6.0](https://github.com/inviqa/harness-go/tree/0.6.0) (2021-02-01) + +[Full Changelog](https://github.com/inviqa/harness-go/compare/0.5.1...0.6.0) + +**Implemented enhancements:** + +- Update external-images CI pull to skip pulling images locally existing [\#67](https://github.com/inviqa/harness-go/pull/67) ([andytson-inviqa](https://github.com/andytson-inviqa)) +- Use different namespaces for pipeline for parallel builds [\#64](https://github.com/inviqa/harness-go/pull/64) ([andytson-inviqa](https://github.com/andytson-inviqa)) +- Allow specifying cert, namespace and scope for sealed-secrets [\#63](https://github.com/inviqa/harness-go/pull/63) ([andytson-inviqa](https://github.com/andytson-inviqa)) +- Add alternative local/http sealed-secret seal certificate [\#59](https://github.com/inviqa/harness-go/pull/59) ([andytson-inviqa](https://github.com/andytson-inviqa)) + +**Fixed bugs:** + +- Fix bug in processing non-interactive sealed-secret input [\#61](https://github.com/inviqa/harness-go/pull/61) ([andytson-inviqa](https://github.com/andytson-inviqa)) +- Fix probe spec [\#60](https://github.com/inviqa/harness-go/pull/60) ([andytson-inviqa](https://github.com/andytson-inviqa)) + ## [0.5.1](https://github.com/inviqa/harness-go/tree/0.5.1) (2020-09-02) [Full Changelog](https://github.com/inviqa/harness-go/compare/0.5.0...0.5.1)