Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.4.0 #156

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.4.0 (October 8, 2024)

FEATURES
* **New Resource and Data Source:** `bloxone_cloud_discovery_provider`, `bloxone_cloud_discovery_providers` ([#150](https://github.com/infobloxopen/terraform-provider-bloxone/pull/150))
* **New Resource and Data Source:** `bloxone_federation_federated_realm`, `bloxone_federation_federated_realms` ([#143](https://github.com/infobloxopen/terraform-provider-bloxone/pull/143))
* **New Resource and Data Source:** `bloxone_federation_federated_block`, `bloxone_federation_federated_blocks` ([#143](https://github.com/infobloxopen/terraform-provider-bloxone/pull/143))

FIXES
* Fixed `delegation_servers.address` giving non-empty plan when not provided in `bloxone_dns_delegation` ([#148](https://github.com/infobloxopen/terraform-provider-bloxone/pull/148))
* Fixed acceptance test for `bloxone_anycast_configs` data source ([#154](https://github.com/infobloxopen/terraform-provider-bloxone/pull/154))

ENHANCEMENTS
* DHCP/IPAM: add support for compartment, federated realms ([#145](https://github.com/infobloxopen/terraform-provider-bloxone/pull/145))

## v1.3.1 (August 1, 2024)

FIXES:
Expand Down
Loading