Skip to content

Commit cf61f8b

Browse files
Monica Joshiravinitp
authored andcommitted
Finalize changelog and release for version v6.31.0
1 parent 35169ed commit cf61f8b

File tree

3 files changed

+96
-65
lines changed

3 files changed

+96
-65
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 6.31.0 (March 18,2025)
2+
3+
### Added
4+
- Support for Compute GPU Memory Cluster and Fabric in GPU Control Plane
5+
- Support for Add second Standby to AuDG deployments | ADB-D and ADB-C@C
6+
- Support for Add schedules to customer-initiated backups.
7+
- Add support for private and 3rd party software repositories and rebooting of instances to OS Management Hub
8+
- README.md of service examples with magic button
9+
10+
### Bug Fix
11+
- OKE terraform provider bug fix: add data source for oidc discovery endpoint, fix update issue for oidc auth and update docs
12+
- Database resource changes to support external keystore for add standby and update database admin password
13+
114
## 6.30.0 (March 11, 2025)
215

316
### 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.30.0"
11-
const ReleaseDate = "2025-03-15"
10+
const Version = "6.31.0"
11+
const ReleaseDate = "2025-03-23"
1212

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

website/oci.erb

Lines changed: 81 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,6 +1714,21 @@
17141714
<li>
17151715
<a href="/docs/providers/oci/d/core_compute_global_image_capability_schemas_versions.html">oci_core_compute_global_image_capability_schemas_versions</a>
17161716
</li>
1717+
<li>
1718+
<a href="/docs/providers/oci/d/core_compute_gpu_memory_cluster.html">oci_core_compute_gpu_memory_cluster</a>
1719+
</li>
1720+
<li>
1721+
<a href="/docs/providers/oci/d/core_compute_gpu_memory_cluster_instances.html">oci_core_compute_gpu_memory_cluster_instances</a>
1722+
</li>
1723+
<li>
1724+
<a href="/docs/providers/oci/d/core_compute_gpu_memory_clusters.html">oci_core_compute_gpu_memory_clusters</a>
1725+
</li>
1726+
<li>
1727+
<a href="/docs/providers/oci/d/core_compute_gpu_memory_fabric.html">oci_core_compute_gpu_memory_fabric</a>
1728+
</li>
1729+
<li>
1730+
<a href="/docs/providers/oci/d/core_compute_gpu_memory_fabrics.html">oci_core_compute_gpu_memory_fabrics</a>
1731+
</li>
17171732
<li>
17181733
<a href="/docs/providers/oci/d/core_compute_image_capability_schema.html">oci_core_compute_image_capability_schema</a>
17191734
</li>
@@ -2079,6 +2094,12 @@
20792094
<li>
20802095
<a href="/docs/providers/oci/r/core_compute_cluster.html">oci_core_compute_cluster</a>
20812096
</li>
2097+
<li>
2098+
<a href="/docs/providers/oci/r/core_compute_gpu_memory_cluster.html">oci_core_compute_gpu_memory_cluster</a>
2099+
</li>
2100+
<li>
2101+
<a href="/docs/providers/oci/r/core_compute_gpu_memory_fabric.html">oci_core_compute_gpu_memory_fabric</a>
2102+
</li>
20822103
<li>
20832104
<a href="/docs/providers/oci/r/core_compute_image_capability_schema.html">oci_core_compute_image_capability_schema</a>
20842105
</li>
@@ -3472,18 +3493,6 @@
34723493
<li>
34733494
<a href="/docs/providers/oci/d/database_exascale_db_storage_vaults.html">oci_database_exascale_db_storage_vaults</a>
34743495
</li>
3475-
<li>
3476-
<a href="/docs/providers/oci/d/database_execution_action.html">oci_database_execution_action</a>
3477-
</li>
3478-
<li>
3479-
<a href="/docs/providers/oci/d/database_execution_actions.html">oci_database_execution_actions</a>
3480-
</li>
3481-
<li>
3482-
<a href="/docs/providers/oci/d/database_execution_window.html">oci_database_execution_window</a>
3483-
</li>
3484-
<li>
3485-
<a href="/docs/providers/oci/d/database_execution_windows.html">oci_database_execution_windows</a>
3486-
</li>
34873496
<li>
34883497
<a href="/docs/providers/oci/d/database_external_container_database.html">oci_database_external_container_database</a>
34893498
</li>
@@ -3547,36 +3556,6 @@
35473556
<li>
35483557
<a href="/docs/providers/oci/d/database_pluggable_databases.html">oci_database_pluggable_databases</a>
35493558
</li>
3550-
<li>
3551-
<a href="/docs/providers/oci/d/database_scheduled_action.html">oci_database_scheduled_action</a>
3552-
</li>
3553-
<li>
3554-
<a href="/docs/providers/oci/d/database_scheduled_action_params.html">oci_database_scheduled_action_params</a>
3555-
</li>
3556-
<li>
3557-
<a href="/docs/providers/oci/d/database_scheduled_actions.html">oci_database_scheduled_actions</a>
3558-
</li>
3559-
<li>
3560-
<a href="/docs/providers/oci/d/database_scheduling_plan.html">oci_database_scheduling_plan</a>
3561-
</li>
3562-
<li>
3563-
<a href="/docs/providers/oci/d/database_scheduling_plans.html">oci_database_scheduling_plans</a>
3564-
</li>
3565-
<li>
3566-
<a href="/docs/providers/oci/d/database_scheduling_policies.html">oci_database_scheduling_policies</a>
3567-
</li>
3568-
<li>
3569-
<a href="/docs/providers/oci/d/database_scheduling_policy.html">oci_database_scheduling_policy</a>
3570-
</li>
3571-
<li>
3572-
<a href="/docs/providers/oci/d/database_scheduling_policy_recommended_scheduled_actions.html">oci_database_scheduling_policy_recommended_scheduled_actions</a>
3573-
</li>
3574-
<li>
3575-
<a href="/docs/providers/oci/d/database_scheduling_policy_scheduling_window.html">oci_database_scheduling_policy_scheduling_window</a>
3576-
</li>
3577-
<li>
3578-
<a href="/docs/providers/oci/d/database_scheduling_policy_scheduling_windows.html">oci_database_scheduling_policy_scheduling_windows</a>
3579-
</li>
35803559
<li>
35813560
<a href="/docs/providers/oci/d/database_system_versions.html">oci_database_system_versions</a>
35823561
</li>
@@ -3633,12 +3612,18 @@
36333612
<li>
36343613
<a href="/docs/providers/oci/r/database_autonomous_container_database.html">oci_database_autonomous_container_database</a>
36353614
</li>
3615+
<li>
3616+
<a href="/docs/providers/oci/r/database_autonomous_container_database_add_standby.html">oci_database_autonomous_container_database_add_standby</a>
3617+
</li>
36363618
<li>
36373619
<a href="/docs/providers/oci/r/database_autonomous_container_database_dataguard_association.html">oci_database_autonomous_container_database_dataguard_association</a>
36383620
</li>
36393621
<li>
36403622
<a href="/docs/providers/oci/r/database_autonomous_container_database_dataguard_association_operation.html">oci_database_autonomous_container_database_dataguard_association_operation</a>
36413623
</li>
3624+
<li>
3625+
<a href="/docs/providers/oci/r/database_autonomous_container_database_snapshot_standby.html">oci_database_autonomous_container_database_snapshot_standby</a>
3626+
</li>
36423627
<li>
36433628
<a href="/docs/providers/oci/r/database_autonomous_database.html">oci_database_autonomous_database</a>
36443629
</li>
@@ -3720,9 +3705,6 @@
37203705
<li>
37213706
<a href="/docs/providers/oci/r/database_exadata_infrastructure.html">oci_database_exadata_infrastructure</a>
37223707
</li>
3723-
<li>
3724-
<a href="/docs/providers/oci/r/database_exadata_infrastructure_configure_exascale_management.html">oci_database_exadata_infrastructure_configure_exascale_management</a>
3725-
</li>
37263708
<li>
37273709
<a href="/docs/providers/oci/r/database_exadata_iorm_config.html">oci_database_exadata_iorm_config</a>
37283710
</li>
@@ -3732,12 +3714,6 @@
37323714
<li>
37333715
<a href="/docs/providers/oci/r/database_exascale_db_storage_vault.html">oci_database_exascale_db_storage_vault</a>
37343716
</li>
3735-
<li>
3736-
<a href="/docs/providers/oci/r/database_execution_action.html">oci_database_execution_action</a>
3737-
</li>
3738-
<li>
3739-
<a href="/docs/providers/oci/r/database_execution_window.html">oci_database_execution_window</a>
3740-
</li>
37413717
<li>
37423718
<a href="/docs/providers/oci/r/database_external_container_database.html">oci_database_external_container_database</a>
37433719
</li>
@@ -3798,18 +3774,6 @@
37983774
<li>
37993775
<a href="/docs/providers/oci/r/database_pluggable_databases_remote_clone.html">oci_database_pluggable_databases_remote_clone</a>
38003776
</li>
3801-
<li>
3802-
<a href="/docs/providers/oci/r/database_scheduled_action.html">oci_database_scheduled_action</a>
3803-
</li>
3804-
<li>
3805-
<a href="/docs/providers/oci/r/database_scheduling_plan.html">oci_database_scheduling_plan</a>
3806-
</li>
3807-
<li>
3808-
<a href="/docs/providers/oci/r/database_scheduling_policy.html">oci_database_scheduling_policy</a>
3809-
</li>
3810-
<li>
3811-
<a href="/docs/providers/oci/r/database_scheduling_policy_scheduling_window.html">oci_database_scheduling_policy_scheduling_window</a>
3812-
</li>
38133777
<li>
38143778
<a href="/docs/providers/oci/r/database_vm_cluster.html">oci_database_vm_cluster</a>
38153779
</li>
@@ -8458,6 +8422,12 @@
84588422
<li>
84598423
<a href="/docs/providers/oci/d/os_management_hub_profile.html">oci_os_management_hub_profile</a>
84608424
</li>
8425+
<li>
8426+
<a href="/docs/providers/oci/d/os_management_hub_profile_available_software_sources.html">oci_os_management_hub_profile_available_software_sources</a>
8427+
</li>
8428+
<li>
8429+
<a href="/docs/providers/oci/d/os_management_hub_profile_version.html">oci_os_management_hub_profile_version</a>
8430+
</li>
84618431
<li>
84628432
<a href="/docs/providers/oci/d/os_management_hub_profiles.html">oci_os_management_hub_profiles</a>
84638433
</li>
@@ -8479,6 +8449,12 @@
84798449
<li>
84808450
<a href="/docs/providers/oci/d/os_management_hub_software_source.html">oci_os_management_hub_software_source</a>
84818451
</li>
8452+
<li>
8453+
<a href="/docs/providers/oci/d/os_management_hub_software_source_available_software_packages.html">oci_os_management_hub_software_source_available_software_packages</a>
8454+
</li>
8455+
<li>
8456+
<a href="/docs/providers/oci/d/os_management_hub_software_source_manifest.html">oci_os_management_hub_software_source_manifest</a>
8457+
</li>
84828458
<li>
84838459
<a href="/docs/providers/oci/d/os_management_hub_software_source_module_stream.html">oci_os_management_hub_software_source_module_stream</a>
84848460
</li>
@@ -8535,6 +8511,9 @@
85358511
<li>
85368512
<a href="/docs/providers/oci/r/os_management_hub_lifecycle_stage_promote_software_source_management.html">oci_os_management_hub_lifecycle_stage_promote_software_source_management</a>
85378513
</li>
8514+
<li>
8515+
<a href="/docs/providers/oci/r/os_management_hub_lifecycle_stage_reboot_management.html">oci_os_management_hub_lifecycle_stage_reboot_management</a>
8516+
</li>
85388517
<li>
85398518
<a href="/docs/providers/oci/r/os_management_hub_managed_instance.html">oci_os_management_hub_managed_instance</a>
85408519
</li>
@@ -8568,6 +8547,9 @@
85688547
<li>
85698548
<a href="/docs/providers/oci/r/os_management_hub_managed_instance_group_manage_module_streams_management.html">oci_os_management_hub_managed_instance_group_manage_module_streams_management</a>
85708549
</li>
8550+
<li>
8551+
<a href="/docs/providers/oci/r/os_management_hub_managed_instance_group_reboot_management.html">oci_os_management_hub_managed_instance_group_reboot_management</a>
8552+
</li>
85718553
<li>
85728554
<a href="/docs/providers/oci/r/os_management_hub_managed_instance_group_remove_packages_management.html">oci_os_management_hub_managed_instance_group_remove_packages_management</a>
85738555
</li>
@@ -8577,12 +8559,18 @@
85778559
<li>
85788560
<a href="/docs/providers/oci/r/os_management_hub_managed_instance_install_windows_updates_management.html">oci_os_management_hub_managed_instance_install_windows_updates_management</a>
85798561
</li>
8562+
<li>
8563+
<a href="/docs/providers/oci/r/os_management_hub_managed_instance_reboot_management.html">oci_os_management_hub_managed_instance_reboot_management</a>
8564+
</li>
85808565
<li>
85818566
<a href="/docs/providers/oci/r/os_management_hub_managed_instance_update_packages_management.html">oci_os_management_hub_managed_instance_update_packages_management</a>
85828567
</li>
85838568
<li>
85848569
<a href="/docs/providers/oci/r/os_management_hub_management_station.html">oci_os_management_hub_management_station</a>
85858570
</li>
8571+
<li>
8572+
<a href="/docs/providers/oci/r/os_management_hub_management_station_associate_managed_instances_management.html">oci_os_management_hub_management_station_associate_managed_instances_management</a>
8573+
</li>
85868574
<li>
85878575
<a href="/docs/providers/oci/r/os_management_hub_management_station_mirror_synchronize_management.html">oci_os_management_hub_management_station_mirror_synchronize_management</a>
85888576
</li>
@@ -8595,6 +8583,21 @@
85958583
<li>
85968584
<a href="/docs/providers/oci/r/os_management_hub_profile.html">oci_os_management_hub_profile</a>
85978585
</li>
8586+
<li>
8587+
<a href="/docs/providers/oci/r/os_management_hub_profile_attach_lifecycle_stage_management.html">oci_os_management_hub_profile_attach_lifecycle_stage_management</a>
8588+
</li>
8589+
<li>
8590+
<a href="/docs/providers/oci/r/os_management_hub_profile_attach_managed_instance_group_management.html">oci_os_management_hub_profile_attach_managed_instance_group_management</a>
8591+
</li>
8592+
<li>
8593+
<a href="/docs/providers/oci/r/os_management_hub_profile_attach_management_station_management.html">oci_os_management_hub_profile_attach_management_station_management</a>
8594+
</li>
8595+
<li>
8596+
<a href="/docs/providers/oci/r/os_management_hub_profile_attach_software_sources_management.html">oci_os_management_hub_profile_attach_software_sources_management</a>
8597+
</li>
8598+
<li>
8599+
<a href="/docs/providers/oci/r/os_management_hub_profile_detach_software_sources_management.html">oci_os_management_hub_profile_detach_software_sources_management</a>
8600+
</li>
85988601
<li>
85998602
<a href="/docs/providers/oci/r/os_management_hub_scheduled_job.html">oci_os_management_hub_scheduled_job</a>
86008603
</li>
@@ -8607,6 +8610,21 @@
86078610
<li>
86088611
<a href="/docs/providers/oci/r/os_management_hub_software_source_change_availability_management.html">oci_os_management_hub_software_source_change_availability_management</a>
86098612
</li>
8613+
<li>
8614+
<a href="/docs/providers/oci/r/os_management_hub_software_source_generate_metadata_management.html">oci_os_management_hub_software_source_generate_metadata_management</a>
8615+
</li>
8616+
<li>
8617+
<a href="/docs/providers/oci/r/os_management_hub_software_source_manifest.html">oci_os_management_hub_software_source_manifest</a>
8618+
</li>
8619+
<li>
8620+
<a href="/docs/providers/oci/r/os_management_hub_software_source_remove_packages_management.html">oci_os_management_hub_software_source_remove_packages_management</a>
8621+
</li>
8622+
<li>
8623+
<a href="/docs/providers/oci/r/os_management_hub_software_source_replace_packages_management.html">oci_os_management_hub_software_source_replace_packages_management</a>
8624+
</li>
8625+
<li>
8626+
<a href="/docs/providers/oci/r/os_management_hub_work_request_rerun_management.html">oci_os_management_hub_work_request_rerun_management</a>
8627+
</li>
86108628
</ul>
86118629
</li>
86128630
</ul>

0 commit comments

Comments
 (0)