Skip to content

Commit 33cc853

Browse files
author
aoleynikov-wallarm
authored
Merge pull request #15 from wallarm/develop
Release v0.0.10
2 parents da7450c + 5f8afcb commit 33cc853

4 files changed

Lines changed: 18 additions & 15 deletions

File tree

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
11
name: Acceptance Tests
2-
32
on:
43
push:
5-
branches: [ master ]
6-
4+
branches: [master, develop]
75
jobs:
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

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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

@@ -9,7 +20,7 @@
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

@@ -45,4 +56,4 @@
4556

4657
## NOTES:
4758

48-
* The first public release
59+
* The first public release

docs/resources/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "wallarm"
33
page_title: "Wallarm: wallarm_node"
44
subcategory: "Common"
55
description: |-
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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
var (
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
)

0 commit comments

Comments
 (0)