From bb52ceb52ad3bea1aa6f0e7fbbd7fcebb94863b6 Mon Sep 17 00:00:00 2001 From: Harness CI Date: Fri, 8 Jul 2022 06:46:04 +0000 Subject: [PATCH] Release v0.1.31 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 420b75da..154ebccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ - -## 0.1.30 (2022-06-09) + +## 0.1.31 (2022-07-08) ### Add @@ -24,6 +24,10 @@ * Catch service not found issue +### Change + +* change model and enums for ssh key secret type + ### Configurable * Configurable debug logging @@ -34,6 +38,7 @@ ### Error +* error handling after read file * error handling ### Extra @@ -42,16 +47,16 @@ ### Fix -* fix environment variable overrides with secrets -* fix cac error handling -* fix json serialization - -### Fix - * Fix serialization of secret entities ([#123](https://github.com/harness/harness-go-sdk/issues/123)) * Fix serialization of service variable when encrypted text is used ([#114](https://github.com/harness/harness-go-sdk/issues/114)) * Fix timestamp parsing for delegate query +### Fix + +* fix environment variable overrides with secrets +* fix cac error handling +* fix json serialization + ### Fixed * fixed tests @@ -60,8 +65,6 @@ * Fixed LastHeartBeat for delegate model. Closes [#96](https://github.com/harness/harness-go-sdk/issues/96) * Fixed tests -* Fixed tooling dependencies -* Fixed issue with tests ### Gitsync @@ -81,15 +84,16 @@ ### Modify +* Modify secret file post and put methods * Modify delegate tests ### Refactored -* Refactored client config and validation +* refactored ng client ### Refactored -* refactored ng client +* Refactored client config and validation ### Regenerated @@ -97,6 +101,8 @@ ### Release +* Release version 0.1.30 06-09-2022 +* Release v0.1.30 * Release version 0.1.29 06-02-2022 * Release v0.1.29 * Release version 0.1.28 05-27-2022 @@ -128,13 +134,13 @@ * Release version 0.1.16 03-17-2022 * Release v0.1.16 -### Skip +### SSH -* Skip long running delegate tests +* SSH key related models and enum changes -### UPDATES +### Skip -* UPDATES updated golang to 1.17 +* Skip long running delegate tests ### Updated @@ -145,3 +151,8 @@ * updated dependencies * updated deps +### Pull Requests + +* Merge pull request [#138](https://github.com/harness/harness-go-sdk/issues/138) from harness/PL-25840 +* Merge pull request [#139](https://github.com/harness/harness-go-sdk/issues/139) from harness/PL-25839 +