Skip to content

Commit

Permalink
release 2.1.0 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
skudriavtsev authored Feb 10, 2022
1 parent 057fd5d commit bb68a94
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.8
1.15
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v2.1.0](https://github.com/infobloxopen/terraform-provider-infoblox/tree/v2.1.0) (2022-02-10)

- Moved to Terraform Plugin SDK v2
- Allocation/Association resources reworked:
- new resources added: infoblox_ipv_allocation and infoblox_ip_association;
both IPv4 and IPv6 addresses may be allocated within a single resource in one go.
- infoblox_ipv4_allocation, infoblox_ipv6_allocation, infoblox_ipv4_association and infoblox_ipv6_association
are deprecated and unsupported from now on.
- Improvements in infoblox_ipv4_network and infoblox_ipv6_network resources: IP address reservation reworked.
- Numerous bugfixes

## [v2.0.1](https://github.com/infobloxopen/terraform-provider-infoblox/tree/v2.0.1) (2021-07-27)

**List of changes since 1.0.6 release:**
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.15
require (
github.com/google/uuid v1.3.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
github.com/infobloxopen/infoblox-go-client/v2 v2.1.1-0.20211223082453-65ce67cf7cce
github.com/infobloxopen/infoblox-go-client/v2 v2.1.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ github.com/infobloxopen/infoblox-go-client/v2 v2.1.1-0.20211213023950-a7b7f78419
github.com/infobloxopen/infoblox-go-client/v2 v2.1.1-0.20211213023950-a7b7f78419e2/go.mod h1:+lznx4ASBSUZ2i6qwlgyn0v3eKDxBHNU5aRJzghAFbw=
github.com/infobloxopen/infoblox-go-client/v2 v2.1.1-0.20211223082453-65ce67cf7cce h1:fjRpxdsZ0j5uurjFFb/voYCkp9Qfhe7L7zlRAKCYMG0=
github.com/infobloxopen/infoblox-go-client/v2 v2.1.1-0.20211223082453-65ce67cf7cce/go.mod h1:+lznx4ASBSUZ2i6qwlgyn0v3eKDxBHNU5aRJzghAFbw=
github.com/infobloxopen/infoblox-go-client/v2 v2.1.1 h1:NYnXOngwW4xMIgUz4bKJ1Ygsmq5K0OOdUEkuLlkR1Ag=
github.com/infobloxopen/infoblox-go-client/v2 v2.1.1/go.mod h1:+lznx4ASBSUZ2i6qwlgyn0v3eKDxBHNU5aRJzghAFbw=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
Expand Down
12 changes: 12 additions & 0 deletions vendor/github.com/infobloxopen/infoblox-go-client/v2/CHANGELOG.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ github.com/hashicorp/terraform-plugin-sdk/v2/plugin
github.com/hashicorp/terraform-plugin-sdk/v2/terraform
# github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/hashicorp/yamux
# github.com/infobloxopen/infoblox-go-client/v2 v2.1.1-0.20211223082453-65ce67cf7cce
# github.com/infobloxopen/infoblox-go-client/v2 v2.1.1
## explicit
github.com/infobloxopen/infoblox-go-client/v2
# github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
Expand Down

0 comments on commit bb68a94

Please sign in to comment.