Skip to content

Commit c013343

Browse files
authored
Bump up version to 1.81.1 (#6404)
1 parent aa4163d commit c013343

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.81.1 (August 6, 2025)
2+
3+
## Bug Fixes
4+
5+
### Resource controller
6+
* bypassing scc refresh after deprecation ([6401](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6401))
7+
8+
### VPC Infrastructure
9+
* prevent 409 errors in is_virtual_endpoint_gateway by locking on VPC ID during create ([6378](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6378))
10+
11+
12+
113
# 1.81.0 (July 31, 2025)
214

315
* Support for Cloud Internet Services

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// Version is the current provider main version
8-
const Version = "1.81.0"
8+
const Version = "1.81.1"
99

1010
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111
var GitCommit string

0 commit comments

Comments
 (0)