Skip to content

Commit e8cc33e

Browse files
Releasing version 65.105.2
1 parent 5ee753f commit e8cc33e

File tree

220 files changed

+19299
-87
lines changed

Some content is hidden

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

220 files changed

+19299
-87
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.105.2 - 2025-12-16
8+
### Added
9+
- Support for Batch service
10+
- Support for fetching mapped attributes in the Identity Domains service
11+
- Support for Oracle Integration Cloud (OIC) resource as a member in the Disaster Recovery service
12+
- Support for model explorer for model deployments in the Data Science service
13+
- Support for configuring backend network security groups at cluster level in the Kubernetes Engine service
14+
- Support for IPv6 for iSCSI volume attachment in the Compute service
15+
- Support for firmware pinning using host groups in the Compute service
16+
- Support for creating Access Control Lists (ACLs) for Oracle Integration Cloud (OIC) Design Time in the Integration Cloud service
17+
- Support for disabling and deleting existing Oracle Process Automation (OPA) instances attached to a Gen3 Integration instance in the Integration Cloud service
18+
- Support for sending Oracle Integration Cloud (OIC) activity streams to OCI Logging Analytics in the Integration Cloud service
19+
- Support for enabling disaster recovery of existing instances in the Integration Cloud service
20+
721
## 65.105.1 - 2025-12-09
822
### Added
923
- Support for listing elastic pool cost savings in the Database service

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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 oce oda analytics integration 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 datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring 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 mngdmac lustrefilestorage modeldeployment distributeddatabase apiaccesscontrol wlms dbmulticloud apiplatform managedkafka aidataplatform multicloud resourceanalytics jmsutils iot psa dif ##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 oce oda analytics integration 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 datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring 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 mngdmac lustrefilestorage modeldeployment distributeddatabase apiaccesscontrol wlms dbmulticloud apiplatform managedkafka aidataplatform multicloud resourceanalytics jmsutils iot psa dif batch ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -170,27 +170,6 @@ You can find information on any known issues with the SDK here and under the [Is
170170

171171
## Building and Testing
172172
### Dev Dependencies
173-
For Go versions below 1.17
174-
175-
- Install [Testify](https://github.com/stretchr/testify) with the command:
176-
```sh
177-
go get github.com/stretchr/testify
178-
```
179-
- Install [gobreaker](https://github.com/sony/gobreaker) with the command:
180-
```sh
181-
go get github.com/sony/gobreaker
182-
```
183-
- Install [flock](https://github.com/gofrs/flock) with the command:
184-
```sh
185-
go get github.com/gofrs/flock
186-
```
187-
- Install [go lint](https://github.com/golang/lint) with the command:
188-
```
189-
go get -u golang.org/x/lint/golint
190-
```
191-
192-
For Go versions 1.17 and above
193-
194173
- Install [Testify](https://github.com/stretchr/testify) with the command:
195174
```sh
196175
go install github.com/stretchr/testify
@@ -209,7 +188,7 @@ go install github.com/golang/lint/golint
209188
```
210189
- Install [staticcheck](https://github.com/dominikh/go-tools) with the command:
211190
```
212-
go install honnef.co/go/tools/cmd/staticcheck@2023.1.7
191+
go install honnef.co/go/tools/cmd/staticcheck
213192
```
214193

215194
### Linting and Staticcheck

batch/action_type.go

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3+
// Code generated. DO NOT EDIT.
4+
5+
// Batch API
6+
//
7+
// Use the Batch Control Plane API to encapsulate and manage all aspects of computationally intensive jobs.
8+
//
9+
10+
package batch
11+
12+
import (
13+
"strings"
14+
)
15+
16+
// ActionTypeEnum Enum with underlying type: string
17+
type ActionTypeEnum string
18+
19+
// Set of constants representing the allowable values for ActionTypeEnum
20+
const (
21+
ActionTypeCreated ActionTypeEnum = "CREATED"
22+
ActionTypeUpdated ActionTypeEnum = "UPDATED"
23+
ActionTypeDeleted ActionTypeEnum = "DELETED"
24+
ActionTypeInProgress ActionTypeEnum = "IN_PROGRESS"
25+
ActionTypeRelated ActionTypeEnum = "RELATED"
26+
ActionTypeFailed ActionTypeEnum = "FAILED"
27+
)
28+
29+
var mappingActionTypeEnum = map[string]ActionTypeEnum{
30+
"CREATED": ActionTypeCreated,
31+
"UPDATED": ActionTypeUpdated,
32+
"DELETED": ActionTypeDeleted,
33+
"IN_PROGRESS": ActionTypeInProgress,
34+
"RELATED": ActionTypeRelated,
35+
"FAILED": ActionTypeFailed,
36+
}
37+
38+
var mappingActionTypeEnumLowerCase = map[string]ActionTypeEnum{
39+
"created": ActionTypeCreated,
40+
"updated": ActionTypeUpdated,
41+
"deleted": ActionTypeDeleted,
42+
"in_progress": ActionTypeInProgress,
43+
"related": ActionTypeRelated,
44+
"failed": ActionTypeFailed,
45+
}
46+
47+
// GetActionTypeEnumValues Enumerates the set of values for ActionTypeEnum
48+
func GetActionTypeEnumValues() []ActionTypeEnum {
49+
values := make([]ActionTypeEnum, 0)
50+
for _, v := range mappingActionTypeEnum {
51+
values = append(values, v)
52+
}
53+
return values
54+
}
55+
56+
// GetActionTypeEnumStringValues Enumerates the set of values in String for ActionTypeEnum
57+
func GetActionTypeEnumStringValues() []string {
58+
return []string{
59+
"CREATED",
60+
"UPDATED",
61+
"DELETED",
62+
"IN_PROGRESS",
63+
"RELATED",
64+
"FAILED",
65+
}
66+
}
67+
68+
// GetMappingActionTypeEnum performs case Insensitive comparison on enum value and return the desired enum
69+
func GetMappingActionTypeEnum(val string) (ActionTypeEnum, bool) {
70+
enum, ok := mappingActionTypeEnumLowerCase[strings.ToLower(val)]
71+
return enum, ok
72+
}

0 commit comments

Comments
 (0)