Skip to content

Commit 3fb5194

Browse files
committed
Finalize changelog and release for version v6.32.0
1 parent 2c1b594 commit 3fb5194

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 6.32.0 (Unreleased)
2+
3+
### Added
4+
- Support for Stack Monitoring to detect OCI compute launch and auto-enable host monitoring
5+
- Support for Spec Change to Fix Misspelled Property
6+
- Support for Host API - Host visibility improvements
7+
- Tag Support for Maintenance Windows in Stack Monitoring
8+
- Support for Stack Monitoring: Easy Onboarding Phase 2
9+
- Support for Compute GPU Memory Cluster and Fabric in GPU Control Plane
10+
- Support for Add second Standby to AuDG deployments | ADB-D and ADB-C@C
11+
- Support for Add schedules to customer-initiated backups.
12+
- Add support for private and 3rd party software repositories and rebooting of instances to OS Management Hub
13+
- README.md of service examples with magic button
14+
- Release for v6.30.0
15+
### Bug Fix
16+
- Database vmcluster update to include cloudautomationupdate only when changed
17+
- IdentityDomains fixes for App resource; Doc update for User, Group
18+
- OKE terraform provider bug fix: add data source for oidc discovery endpoint, fix update issue for oidc auth and update docs
19+
Database resource changes to support external keystore for add standby and update database admin password
20+
121
## 6.31.0 (March 18,2025)
222

323
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"log"
88
)
99

10-
const Version = "6.31.0"
11-
const ReleaseDate = "2025-03-23"
10+
const Version = "6.32.0"
11+
const ReleaseDate = "2025-03-29"
1212

1313
func PrintVersion() {
1414
log.Printf("[INFO] terraform-provider-oci %s\n", Version)

website/oci.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,6 +1729,12 @@
17291729
<li>
17301730
<a href="/docs/providers/oci/d/core_compute_gpu_memory_fabrics.html">oci_core_compute_gpu_memory_fabrics</a>
17311731
</li>
1732+
<li>
1733+
<a href="/docs/providers/oci/d/core_compute_host.html">oci_core_compute_host</a>
1734+
</li>
1735+
<li>
1736+
<a href="/docs/providers/oci/d/core_compute_hosts.html">oci_core_compute_hosts</a>
1737+
</li>
17321738
<li>
17331739
<a href="/docs/providers/oci/d/core_compute_image_capability_schema.html">oci_core_compute_image_capability_schema</a>
17341740
</li>

0 commit comments

Comments
 (0)