Skip to content

Commit

Permalink
feat: [CDS-56975]: inc. harness-go-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhGupta34 committed May 3, 2023
1 parent b779834 commit aef1676
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .changelog/528.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
data-source/platform_manual_freeze - Added quarterly recurrence support for manual deployment freeze resource in Harness terraform provider
```
4 changes: 2 additions & 2 deletions docs/data-sources/platform_manual_freeze.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Read-Only:

Read-Only:

- `until` (String)
- `value` (Number)
- `until` (String) Recurrence until timestamp
- `value` (Number) Value of n, for n months recurrence


4 changes: 2 additions & 2 deletions docs/resources/platform_manual_freeze.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Read-Only:

Read-Only:

- `until` (String)
- `value` (Number)
- `until` (String) Recurrence until timestamp
- `value` (Number) Value of n, for n months recurrence

## Import

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/antihax/optional v1.0.0
github.com/docker/docker v20.10.22+incompatible
github.com/harness/harness-go-sdk v0.3.24
github.com/harness/harness-go-sdk v0.3.25
github.com/harness/harness-openapi-go-client v0.0.17
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/harness/harness-go-sdk v0.3.24 h1:zTsTGoT/ton60QuVqFolKa6dJPgJV6KaZJjzcpW7zcI=
github.com/harness/harness-go-sdk v0.3.24/go.mod h1:CPXydorp4zd5Dz2u2FXiHyWL4yd5PQafOMN69cgPSvk=
github.com/harness/harness-go-sdk v0.3.25 h1:mvNlTDAHhHQqbSsvB7L4qkJE+NUY7P982jhqWKPZfi8=
github.com/harness/harness-go-sdk v0.3.25/go.mod h1:CPXydorp4zd5Dz2u2FXiHyWL4yd5PQafOMN69cgPSvk=
github.com/harness/harness-openapi-go-client v0.0.17 h1:EZneIyi6sV+dlTgXbawxdVD0OoDmG3mnGHEJbwslRzc=
github.com/harness/harness-openapi-go-client v0.0.17/go.mod h1:u0vqYb994BJGotmEwJevF4L3BNAdU9i8ui2d22gmLPA=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down

0 comments on commit aef1676

Please sign in to comment.