Skip to content

Commit

Permalink
Release 1.1.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewab authored May 10, 2024
1 parent d06c535 commit 1742cc7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.1.0 (Unreleased)
## v1.1.0 (May 10, 2024)

NOTES:
* Upgraded to Go 1.22 ([#107](https://github.com/infobloxopen/terraform-provider-bloxone/pull/107))
Expand All @@ -14,9 +14,11 @@ FEATURES:
* **New Resource and Data Source:** `bloxone_td_security_policy`, `bloxone_td_security_policies` ([#94](https://github.com/infobloxopen/terraform-provider-bloxone/pull/94))
* **New Resource and Data Source:** `bloxone_dfp_service`, `bloxone_dfp_services` ([#102](https://github.com/infobloxopen/terraform-provider-bloxone/pull/102))
* **New Resource and Data Source:** `bloxone_anycast_config`, `bloxone_anycast_configs` ([#92](https://github.com/infobloxopen/terraform-provider-bloxone/pull/92))
* **New Resource and Data Source:** `bloxone_anycast_host`, `bloxone_anycast_hosts` ([#95](https://github.com/infobloxopen/terraform-provider-bloxone/pull/95))
* **New Resource:** `bloxone_anycast_host` ([#95](https://github.com/infobloxopen/terraform-provider-bloxone/pull/95))

ENHANCEMENTS:
* Added example for DHCP HA group with Anycast ([#111](https://github.com/infobloxopen/terraform-provider-bloxone/pull/111))
* Added `dfp` and `anycast` as valid service types for modules ([#111](https://github.com/infobloxopen/terraform-provider-bloxone/pull/111))
* Added `echo_client_id` to `bloxone_ipam_ip_space.dhcp_config`, `bloxone_dhcp_server.dhcp_config` ([#93](https://github.com/infobloxopen/terraform-provider-bloxone/pull/93))
* Added example for ddns in `bloxone_dhcp_server` ([#88](https://github.com/infobloxopen/terraform-provider-bloxone/pull/88))

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ HOSTNAME=registry.terraform.io
NAMESPACE=infobloxopen
NAME=bloxone
BINARY=terraform-provider-${NAME}
VERSION=1.0.0
OS_ARCH=linux_amd64
VERSION=1.1.0
OS_ARCH=$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m)
MODULES_DIR=./modules
TERRAFORM_DOCS_IMAGE=quay.io/terraform-docs/terraform-docs:0.17.0

Expand Down
4 changes: 2 additions & 2 deletions modules/bloxone_infra_host_aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ module "bloxone_infra_host_aws" {
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.0.0 |
| <a name="requirement_bloxone"></a> [bloxone](#requirement\_bloxone) | >= 1.0.0 |
| <a name="requirement_bloxone"></a> [bloxone](#requirement\_bloxone) | >= 1.1.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.0.0 |
| <a name="provider_bloxone"></a> [bloxone](#provider\_bloxone) | >= 1.0.0 |
| <a name="provider_bloxone"></a> [bloxone](#provider\_bloxone) | >= 1.1.0 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion modules/bloxone_infra_host_aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
bloxone = {
source = "infobloxopen/bloxone"
version = ">= 1.0.0"
version = ">= 1.1.0"
}
aws = {
source = "hashicorp/aws"
Expand Down
4 changes: 2 additions & 2 deletions modules/bloxone_infra_host_azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ module "bloxone_infra_host_azure" {
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.0.0 |
| <a name="requirement_bloxone"></a> [bloxone](#requirement\_bloxone) | >= 1.0.0 |
| <a name="requirement_bloxone"></a> [bloxone](#requirement\_bloxone) | >= 1.1.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | >= 3.0.0 |
| <a name="provider_bloxone"></a> [bloxone](#provider\_bloxone) | >= 1.0.0 |
| <a name="provider_bloxone"></a> [bloxone](#provider\_bloxone) | >= 1.1.0 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion modules/bloxone_infra_host_azure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
bloxone = {
source = "infobloxopen/bloxone"
version = ">= 1.0.0"
version = ">= 1.1.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
4 changes: 2 additions & 2 deletions modules/bloxone_infra_host_gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ module "bloxone_infra_host_gcp" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
| <a name="requirement_bloxone"></a> [bloxone](#requirement\_bloxone) | >= 1.0.0 |
| <a name="requirement_bloxone"></a> [bloxone](#requirement\_bloxone) | >= 1.1.0 |
| <a name="requirement_google"></a> [google](#requirement\_google) | >= 3.5.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_bloxone"></a> [bloxone](#provider\_bloxone) | >= 1.0.0 |
| <a name="provider_bloxone"></a> [bloxone](#provider\_bloxone) | >= 1.1.0 |
| <a name="provider_google"></a> [google](#provider\_google) | >= 3.5.0 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |

Expand Down
2 changes: 1 addition & 1 deletion modules/bloxone_infra_host_gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
bloxone = {
source = "infobloxopen/bloxone"
version = ">= 1.0.0"
version = ">= 1.1.0"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit 1742cc7

Please sign in to comment.