Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Apr 10, 2020
1 parent 3eec232 commit 7a3e566
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.5.0 (April 10, 2020)

BREAKING CHANGES:

* 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

BUG FIXES:

* resource/freeipa_dns_record: DNS records with multiple values where not always properly created.
* resource/freeipa_dns_record: DNS records with multiple values where not always properly deleted.

## 0.4.0 (April 9, 2020)

IMPROVEMENTS:
Expand Down
3 changes: 1 addition & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PKG_NAME=freeipa
default: build

build: fmtcheck
go install
CGO_ENABLED=0 go install

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

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

0 comments on commit 7a3e566

Please sign in to comment.