Skip to content

Commit cbd797f

Browse files
Releasing version 65.84.0
Releasing version 65.84.0
2 parents 5f926cd + ca599e2 commit cbd797f

File tree

15,008 files changed

+53431
-38537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

15,008 files changed

+53431
-38537
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66

7+
## 65.84.0 - 2025-02-25
8+
### Added
9+
- Support for Database Lifecycle Management service
10+
- Support for Valkey cluster creation and Valkey migration in the OCI Cache service
11+
- Support for Dataflow Steps and Storage Mounts in Pipelines in the Data Science service
12+
- Support for Bring Your Own DKIM Keys in the Email Delivery service
13+
- Support for OpenId Connect Multi Authentication command in the OCI Kubernetes Engine service
14+
- Support for security attributes for Load Balancer resource in the Load Balancer service
15+
- Support for reservation of private IP addresses in the Networking service
16+
- Support for additional configuration parameters in the HeatWave service
17+
- Support for private and 3rd party software repositories, and rebooting of instances in the OS Management service
18+
19+
### Breaking Changes
20+
- The property `ZprTags` was removed from models `UpdateLoadBalancerDetails`, `CreateLoadBalancerDetails` and `LoadBalancer` in the Load Balancer service
21+
- The models `CreateContainerCommandHealthCheckDetails` and `ContainerCommandHealthCheck` were removed in the Container Instances service
22+
- The enum member `Command` was removed from the enum `ContainerHealthCheckType` in the Container Instances service
23+
- The field `VnicId` was made non-mandatory in the response model `Ipv6` in the Compute Service
24+
725
## 65.83.2 - 2025-02-18
826
### Added
927
- Support for Customer Onboarding Success(COS) in the Java Management service

Makefile

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
DOC_SERVER_URL=https:\/\/docs.cloud.oracle.com
1+
DOC_SERVER_URL=https:\/\/docs.oracle.com
22

3-
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops aianomalydetection datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring servicemesh adm licensemanager onesubscription governancerulescontrolplane waa networkfirewall vnmonitoring emwarehouse lockbox fusionapps mediaservices opa opensearch cloudmigrations cloudbridge disasterrecovery containerinstances aidocument queue recovery vbsinst identitydomains accessgovernancecp ocicontrolcenter osmanagementhub fleetsoftwareupdate computecloudatcustomer marketplacepublisher redis jmsjavadownloads psql generativeai generativeaiinference capacitymanagement globallydistributeddatabase desktops emaildataplane clusterplacementgroups marketplaceprivateoffer resourcescheduler demandsignal fleetappsmanagement delegateaccesscontrol generativeaiagent generativeaiagentruntime securityattribute zpr ##SPECNAME##
3+
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops aianomalydetection datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring servicemesh adm licensemanager onesubscription governancerulescontrolplane waa networkfirewall vnmonitoring emwarehouse lockbox fusionapps mediaservices opa opensearch cloudmigrations cloudbridge disasterrecovery containerinstances aidocument queue recovery vbsinst identitydomains accessgovernancecp ocicontrolcenter osmanagementhub fleetsoftwareupdate computecloudatcustomer marketplacepublisher redis jmsjavadownloads psql generativeai generativeaiinference capacitymanagement globallydistributeddatabase desktops emaildataplane clusterplacementgroups marketplaceprivateoffer resourcescheduler demandsignal fleetappsmanagement delegateaccesscontrol generativeaiagent generativeaiagentruntime securityattribute zpr dblm ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

@@ -91,18 +91,19 @@ clean-generate:
9191

9292
pre-doc:
9393
@echo "Rendering doc server to ${DOC_SERVER_URL}"
94-
find . -name \*.go |xargs sed -i 's/{{DOC_SERVER_URL}}/${DOC_SERVER_URL}/g'
95-
# Note: This should stay the old docs URL (with us-phoenix-1), because it
96-
# processes go files and changes the old URL into the new URL
97-
find . -name \*.go |xargs sed -i 's/https:\/\/docs.us-phoenix-1.oraclecloud.com/${DOC_SERVER_URL}/g'
94+
find . -name \*.go |xargs sed -i 's/{{DOC_SERVER_URL}}\/iaas/${DOC_SERVER_URL}\/iaas/g'
95+
find . -name \*.go |xargs sed -i 's/{{DOC_SERVER_URL}}/${DOC_SERVER_URL}\/iaas/g'
96+
find . -name \*.go |xargs sed -i 's/https:\/\/docs.cloud.oracle.com\/iaas/${DOC_SERVER_URL}\/iaas/g'
97+
find . -name \*.go |xargs sed -i 's/https:\/\/docs.cloud.oracle.com/${DOC_SERVER_URL}\/iaas/g'
98+
find . -name \*.go |xargs sed -i 's/https:\/\/docs.us-phoenix-1.oraclecloud.com/${DOC_SERVER_URL}\/iaas/g'
9899

99100
pre-doc-local:
100101
@echo "Rendering doc server to ${DOC_SERVER_URL}"
101-
find . -name \*.go |xargs sed -i '' 's/{{DOC_SERVER_URL}}/${DOC_SERVER_URL}/g'
102-
# Note: This should stay the old docs URL (with us-phoenix-1), because it
103-
# processes go files and changes the old URL into the new URL
104-
find . -name \*.go |xargs sed -i '' 's/https:\/\/docs.us-phoenix-1.oraclecloud.com/${DOC_SERVER_URL}/g'
105-
102+
find . -name \*.go |xargs sed -i 's/{{DOC_SERVER_URL}}\/iaas/${DOC_SERVER_URL}\/iaas/g'
103+
find . -name \*.go |xargs sed -i 's/{{DOC_SERVER_URL}}/${DOC_SERVER_URL}\/iaas/g'
104+
find . -name \*.go |xargs sed -i 's/https:\/\/docs.cloud.oracle.com\/iaas/${DOC_SERVER_URL}\/iaas/g'
105+
find . -name \*.go |xargs sed -i 's/https:\/\/docs.cloud.oracle.com/${DOC_SERVER_URL}\/iaas/g'
106+
find . -name \*.go |xargs sed -i 's/https:\/\/docs.us-phoenix-1.oraclecloud.com/${DOC_SERVER_URL}\/iaas/g'
106107

107108
gen-version:
108109
go generate -x

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import "github.com/oracle/oci-go-sdk/v49/common" // or whatever major version y
4444
To start working with the Go SDK, you import the service package, create a client, and then use that client to make calls.
4545

4646
### Configuring
47-
Before using the SDK, set up a config file with the required credentials. See [SDK and Tool Configuration](https://docs.cloud.oracle.com/Content/API/Concepts/sdkconfig.htm) for instructions.
47+
Before using the SDK, set up a config file with the required credentials. See [SDK and Tool Configuration](https://docs.oracle.com/iaas/Content/API/Concepts/sdkconfig.htm) for instructions.
4848

4949
Note that the Go SDK does not support profile inheritance or defining custom values in the configuration file.
5050

accessgovernancecp/accessgovernancecp_client.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (client *AccessGovernanceCPClient) ConfigurationProvider() *common.Configur
9595
//
9696
// # See also
9797
//
98-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartment API.
98+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartment API.
9999
// A default retry strategy applies to this operation ChangeGovernanceInstanceCompartment()
100100
func (client AccessGovernanceCPClient) ChangeGovernanceInstanceCompartment(ctx context.Context, request ChangeGovernanceInstanceCompartmentRequest) (response ChangeGovernanceInstanceCompartmentResponse, err error) {
101101
var ociResponse common.OCIResponse
@@ -158,7 +158,7 @@ func (client AccessGovernanceCPClient) changeGovernanceInstanceCompartment(ctx c
158158
//
159159
// # See also
160160
//
161-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstance API.
161+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstance API.
162162
// A default retry strategy applies to this operation CreateGovernanceInstance()
163163
func (client AccessGovernanceCPClient) CreateGovernanceInstance(ctx context.Context, request CreateGovernanceInstanceRequest) (response CreateGovernanceInstanceResponse, err error) {
164164
var ociResponse common.OCIResponse
@@ -221,7 +221,7 @@ func (client AccessGovernanceCPClient) createGovernanceInstance(ctx context.Cont
221221
//
222222
// # See also
223223
//
224-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstance API.
224+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstance API.
225225
// A default retry strategy applies to this operation DeleteGovernanceInstance()
226226
func (client AccessGovernanceCPClient) DeleteGovernanceInstance(ctx context.Context, request DeleteGovernanceInstanceRequest) (response DeleteGovernanceInstanceResponse, err error) {
227227
var ociResponse common.OCIResponse
@@ -284,7 +284,7 @@ func (client AccessGovernanceCPClient) deleteGovernanceInstance(ctx context.Cont
284284
//
285285
// # See also
286286
//
287-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstance API.
287+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstance API.
288288
// A default retry strategy applies to this operation GetGovernanceInstance()
289289
func (client AccessGovernanceCPClient) GetGovernanceInstance(ctx context.Context, request GetGovernanceInstanceRequest) (response GetGovernanceInstanceResponse, err error) {
290290
var ociResponse common.OCIResponse
@@ -342,7 +342,7 @@ func (client AccessGovernanceCPClient) getGovernanceInstance(ctx context.Context
342342
//
343343
// # See also
344344
//
345-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfiguration API.
345+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfiguration API.
346346
// A default retry strategy applies to this operation GetGovernanceInstanceConfiguration()
347347
func (client AccessGovernanceCPClient) GetGovernanceInstanceConfiguration(ctx context.Context, request GetGovernanceInstanceConfigurationRequest) (response GetGovernanceInstanceConfigurationResponse, err error) {
348348
var ociResponse common.OCIResponse
@@ -400,7 +400,7 @@ func (client AccessGovernanceCPClient) getGovernanceInstanceConfiguration(ctx co
400400
//
401401
// # See also
402402
//
403-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstances API.
403+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstances API.
404404
// A default retry strategy applies to this operation ListGovernanceInstances()
405405
func (client AccessGovernanceCPClient) ListGovernanceInstances(ctx context.Context, request ListGovernanceInstancesRequest) (response ListGovernanceInstancesResponse, err error) {
406406
var ociResponse common.OCIResponse
@@ -458,7 +458,7 @@ func (client AccessGovernanceCPClient) listGovernanceInstances(ctx context.Conte
458458
//
459459
// # See also
460460
//
461-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstance API.
461+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstance API.
462462
// A default retry strategy applies to this operation UpdateGovernanceInstance()
463463
func (client AccessGovernanceCPClient) UpdateGovernanceInstance(ctx context.Context, request UpdateGovernanceInstanceRequest) (response UpdateGovernanceInstanceResponse, err error) {
464464
var ociResponse common.OCIResponse
@@ -516,7 +516,7 @@ func (client AccessGovernanceCPClient) updateGovernanceInstance(ctx context.Cont
516516
//
517517
// # See also
518518
//
519-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfiguration API.
519+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfiguration API.
520520
// A default retry strategy applies to this operation UpdateGovernanceInstanceConfiguration()
521521
func (client AccessGovernanceCPClient) UpdateGovernanceInstanceConfiguration(ctx context.Context, request UpdateGovernanceInstanceConfigurationRequest) (response UpdateGovernanceInstanceConfigurationResponse, err error) {
522522
var ociResponse common.OCIResponse

accessgovernancecp/change_governance_instance_compartment_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartmentRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartmentRequest.
1919
type ChangeGovernanceInstanceCompartmentRequest struct {
2020

2121
// The OCID of the GovernanceInstance

accessgovernancecp/create_governance_instance_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstanceRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstanceRequest.
1919
type CreateGovernanceInstanceRequest struct {
2020

2121
// The details of a new GovernanceInstance.

accessgovernancecp/delete_governance_instance_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstanceRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstanceRequest.
1919
type DeleteGovernanceInstanceRequest struct {
2020

2121
// The OCID of the GovernanceInstance

accessgovernancecp/get_governance_instance_configuration_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfigurationRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfigurationRequest.
1919
type GetGovernanceInstanceConfigurationRequest struct {
2020

2121
// The OCID of the compartment in which resources are listed.

accessgovernancecp/get_governance_instance_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstanceRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstanceRequest.
1919
type GetGovernanceInstanceRequest struct {
2020

2121
// The OCID of the GovernanceInstance

accessgovernancecp/list_governance_instances_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstancesRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstancesRequest.
1919
type ListGovernanceInstancesRequest struct {
2020

2121
// The OCID of the compartment in which resources are listed.

accessgovernancecp/update_governance_instance_configuration_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfigurationRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfigurationRequest.
1919
type UpdateGovernanceInstanceConfigurationRequest struct {
2020

2121
// The details of the tenancy-wide configuration to be updated.

accessgovernancecp/update_governance_instance_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
// # See also
1717
//
18-
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstanceRequest.
18+
// Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstanceRequest.
1919
type UpdateGovernanceInstanceRequest struct {
2020

2121
// The details of the GovernanceInstance to be updated.

adm/action_type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Application Dependency Management API
66
//
7-
// Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see ADM (https://docs.cloud.oracle.com/Content/application-dependency-management/home.htm).
7+
// Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see ADM (https://docs.oracle.com/iaas/Content/application-dependency-management/home.htm).
88
//
99

1010
package adm

0 commit comments

Comments
 (0)