Skip to content

Commit 669582d

Browse files
docs(release-notes): note Go version upgrade to address CVE fixes
1 parent a860578 commit 669582d

7 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v2.13.0](https://github.com/infobloxopen/terraform-provider-infoblox/tree/v2.13.0) (2026-04-02)
4+
5+
- Upgraded Go version to v1.25.8 and refreshed dependencies for better compatibility and security.
6+
37
## [v2.12.0](https://github.com/infobloxopen/terraform-provider-infoblox/tree/v2.12.0) (2026-03-10)
48

59
- Data source updated to support VLAN.

GETTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specify the plugin version in the .tf file as follows:
1212
required_providers {
1313
infoblox = {
1414
source = "infobloxopen/infoblox"
15-
version = ">= 2.12.0"
15+
version = ">= 2.13.0"
1616
}
1717
}
1818
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This is a provider plug-in for Terraform to manage Infoblox NIOS (Network Identity Operating System) resources using Terraform infrastructure as code solutions.
88
The plug-in enables lifecycle management of Infoblox NIOS DDI resources.
99

10-
The latest version of Infoblox provider is [v2.12.0](https://github.com/infobloxopen/terraform-provider-infoblox/releases/tag/v2.12.0)
10+
The latest version of Infoblox provider is [v2.13.0](https://github.com/infobloxopen/terraform-provider-infoblox/releases/tag/v2.13.0)
1111

1212
> **Note:** Plugin version **v2.9.0** includes an upgrade to the base WAPI version to **v2.12.3**.
1313

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ terraform {
5858
required_providers {
5959
infoblox = {
6060
source = "infobloxopen/infoblox"
61-
version = ">= 2.12.0"
61+
version = ">= 2.13.0"
6262
}
6363
}
6464
}

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ require (
3737
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
3838
github.com/hashicorp/terraform-svchost v0.2.1 // indirect
3939
github.com/hashicorp/yamux v0.1.2 // indirect
40-
github.com/kisielk/errcheck v1.10.0 // indirect
4140
github.com/mattn/go-colorable v0.1.14 // indirect
4241
github.com/mattn/go-isatty v0.0.20 // indirect
4342
github.com/mitchellh/copystructure v1.2.0 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ github.com/jhump/protoreflect v1.17.0 h1:qOEr613fac2lOuTgWN4tPAtLL7fUSbuJL5X5Xum
108108
github.com/jhump/protoreflect v1.17.0/go.mod h1:h9+vUUL38jiBzck8ck+6G/aeMX8Z4QUY/NiJPwPNi+8=
109109
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
110110
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
111-
github.com/kisielk/errcheck v1.10.0 h1:Lvs/YAHP24YKg08LA8oDw2z9fJVme090RAXd90S+rrw=
112-
github.com/kisielk/errcheck v1.10.0/go.mod h1:kQxWMMVZgIkDq7U8xtG/n2juOjbLgZtedi0D+/VL/i8=
113111
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
114112
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
115113
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=

vendor/modules.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ github.com/hashicorp/yamux
191191
## explicit; go 1.25.8
192192
github.com/infobloxopen/infoblox-go-client/v2
193193
github.com/infobloxopen/infoblox-go-client/v2/utils
194-
# github.com/kisielk/errcheck v1.10.0
195-
## explicit; go 1.22.0
196194
# github.com/mattn/go-colorable v0.1.14
197195
## explicit; go 1.18
198196
github.com/mattn/go-colorable

0 commit comments

Comments
 (0)