Skip to content

Commit 7a3e566

Browse files
committed
Release 0.5.0
1 parent 3eec232 commit 7a3e566

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.5.0 (April 10, 2020)
2+
3+
BREAKING CHANGES:
4+
5+
* resource/freeipa_dns_record: Add `type` and `records` arguments and remove `arecord`, `a_part_ip_address`, `srvrecord`, `srv_part_priority`, `srv_part_weight`, `srv_part_port` and `srv_part_target` arguments
6+
7+
BUG FIXES:
8+
9+
* resource/freeipa_dns_record: DNS records with multiple values where not always properly created.
10+
* resource/freeipa_dns_record: DNS records with multiple values where not always properly deleted.
11+
112
## 0.4.0 (April 9, 2020)
213

314
IMPROVEMENTS:

GNUmakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PKG_NAME=freeipa
66
default: build
77

88
build: fmtcheck
9-
go install
9+
CGO_ENABLED=0 go install
1010

1111
test: fmtcheck
1212
go test -i $(TEST) || exit 1
@@ -58,4 +58,3 @@ endif
5858
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
5959

6060
.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test
61-

0 commit comments

Comments
 (0)