File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Acceptance Tests
2-
32on :
43 push :
5- branches : [ master ]
6-
4+ branches : [master, develop]
75jobs :
8-
96 build :
107 name : Build
118 runs-on : ubuntu-latest
12-
139 env :
1410 WALLARM_API_HOST : ${{ secrets.WALLARM_API_HOST }}
1511 WALLARM_API_UUID : ${{ secrets.WALLARM_API_UUID }}
1612 WALLARM_API_SECRET : ${{ secrets.WALLARM_API_SECRET }}
17-
1813 steps :
19-
2014 - name : Set up Go
2115 uses : actions/setup-go@v2
2216 with :
2317 go-version : ^1.15
2418 id : go
25-
2619 - name : Check out code into the Go module directory
2720 uses : actions/checkout@v2
28-
2921 - name : Run acceptance tests
30- run : make testacc
22+ run : make testacc
Original file line number Diff line number Diff line change 1- # v0.0.11 (January 2, 2021)
1+ # v0.0.10 (September 10, 2021)
2+
3+ ## BUG FIXES:
4+
5+ * Fixed Opsgenie integration resource
6+
7+ ## NOTES:
8+
9+ * Minor changes in the dependencies
10+ * Fixed broken links and typos in the docs
11+
12+ # v0.0.9 (January 8, 2021)
213
314## NOTES:
415
920* ` Trigger ` arbitrary time value replaced by enum type
1021* New ` wallarm-go ` library structure approach
1122
12- # v0.0.8 (December 2 , 2020)
23+ # v0.0.8 (December 16 , 2020)
1324
1425## NOTES:
1526
4556
4657## NOTES:
4758
48- * The first public release
59+ * The first public release
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: "wallarm"
33page_title : " Wallarm: wallarm_node"
44subcategory : " Common"
55description : |-
6- Provides the resource to manage modes of the account.
6+ Provides the resource to manage nodes of the account.
77---
88
99# wallarm_user
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package version
22
33var (
44 // ProviderVersion is set during the release process to the release version of the binary
5- ProviderVersion = "0.0.11 "
5+ ProviderVersion = "0.0.10 "
66)
You can’t perform that action at this time.
0 commit comments