Skip to content

Commit

Permalink
Merge pull request #140 from harness/release
Browse files Browse the repository at this point in the history
Release v0.1.31
  • Loading branch information
rathodmeetsatish authored Jul 8, 2022
2 parents 33c6a8c + bb52ceb commit 36a0c4f
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<a name="0.1.30"></a>
## 0.1.30 (2022-06-09)
<a name="0.1.31"></a>
## 0.1.31 (2022-07-08)

### Add

Expand All @@ -24,6 +24,10 @@

* Catch service not found issue

### Change

* change model and enums for ssh key secret type

### Configurable

* Configurable debug logging
Expand All @@ -34,6 +38,7 @@

### Error

* error handling after read file
* error handling

### Extra
Expand All @@ -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
Expand All @@ -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

Expand All @@ -81,22 +84,25 @@

### 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

* regenerated NG API's ([#121](https://github.com/harness/harness-go-sdk/issues/121))

### 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
Expand Down Expand Up @@ -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

Expand All @@ -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

0 comments on commit 36a0c4f

Please sign in to comment.