Skip to content

Commit

Permalink
Merge branch 'main' into FFM-9086
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirophillipe committed Aug 30, 2023
2 parents 6760d1c + 57e42e1 commit 2f73a51
Show file tree
Hide file tree
Showing 24 changed files with 2,390 additions and 237 deletions.
3 changes: 3 additions & 0 deletions .changelog/643.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
harness_platform_pipeline - Added support to import pipeline entity from git.
```
3 changes: 3 additions & 0 deletions .changelog/665.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
Fixed harness_platform_file_store_folder create resource plugin crash, when service account token was used to create
```
3 changes: 3 additions & 0 deletions .changelog/668.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/harness_plaform_user: Limit the user creation call to 1 at a time.
```
8 changes: 8 additions & 0 deletions .changelog/669.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```release-note:enhancement
data_source_monitored_service_test.go Added tests for multiple healthsources such as Prometheus, Datadog etc.
resource_monitored_service.go Added version field and renamed MonitoredServiceSpec to MonitoredService
resource_monitored_service_test.go renamed MonitoredServiceSpec to MonitoredService
utils.go Deserializer updated with new health sources such as azure, signalFx, loki and sumologic
platform_monitored_service.md Added docs for health sources such as azure, signalFx, loki and sumologic
resource.tf Added examples for all newly added health sources, datadog and prometheus
```
3 changes: 3 additions & 0 deletions .changelog/670.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
Fixed policy-set api to correctly enable/disable policy-sets
```
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 0.24.5 (August 29,2023)

BUG FIXES:

* Fixed policy-set api to correctly enable/disable policy-sets ([#670](https://github.com/harness/terraform-provider-harness/issues/670))

# 0.24.4 (August 29,2023)

ENHANCEMENTS:

* data_source_monitored_service_test.go Added tests for multiple healthsources such as Prometheus, Datadog etc.
resource_monitored_service.go Added version field and renamed MonitoredServiceSpec to MonitoredService
resource_monitored_service_test.go renamed MonitoredServiceSpec to MonitoredService
utils.go Deserializer updated with new health sources such as azure, signalFx, loki and sumologic
platform_monitored_service.md Added docs for health sources such as azure, signalFx, loki and sumologic
resource.tf Added examples for all newly added health sources, datadog and prometheus ([#669](https://github.com/harness/terraform-provider-harness/issues/669))
* harness_platform_pipeline - Added support to import pipeline entity from git. ([#643](https://github.com/harness/terraform-provider-harness/issues/643))
* resource/harness_plaform_user: Limit the user creation call to 1 at a time. ([#668](https://github.com/harness/terraform-provider-harness/issues/668))

BUG FIXES:

* Fixed harness_platform_file_store_folder create resource plugin crash, when service account token was used to create ([#665](https://github.com/harness/terraform-provider-harness/issues/665))

# 0.24.3 (August 22,2023)

BUG FIXES:
Expand Down
2 changes: 0 additions & 2 deletions docs/data-sources/platform_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ Read-Only:
- `file_path` (String) File path of the Entity in the repository.
- `repo_name` (String) Name of the repository.
- `store_type` (String) Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.


Loading

0 comments on commit 2f73a51

Please sign in to comment.