Skip to content

Commit b5c509e

Browse files
Merge remote-tracking branch 'scm/github' into release_2025-06-17
2 parents 3ded145 + 2f65760 commit b5c509e

File tree

470 files changed

+24114
-389
lines changed

Some content is hidden

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

470 files changed

+24114
-389
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
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/).
6+
## 2.111.2 - 2025-06-17
7+
### Added
8+
- Support for node cycling (reboot/replaceBootVolume) for worker nodes in the Kubernetes Engine service
9+
- Support for the WebLogic Management service
10+
- Support for the Privileged API Access Control service
11+
- Support for Role Based Access Control List in the OCI Cache service
12+
- Support for integrating native Redis authentication with OCI Identity/IAM in the OCI Cache service
13+
- Support for Command String in Runcommand API in the Instance Agent service
14+
- Support for new fields capacitySummary and computeBareMetalHostId in the API response when fetching Dedicated Virtual Machine Hosts in the Compute service
15+
616
## 2.111.1 - 2025-06-10
717
### Added
818
- Support for performing an explicit Data Guard pre-check by setting new optional dry-run parameter when creating a database in the Database service

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,5 @@ export import mngdmac = require("oci-mngdmac");
236236
export import lustrefilestorage = require("oci-lustrefilestorage");
237237
export import modeldeployment = require("oci-modeldeployment");
238238
export import distributeddatabase = require("oci-distributeddatabase");
239+
export import apiaccesscontrol = require("oci-apiaccesscontrol");
240+
export import wlms = require("oci-wlms");

lib/accessgovernancecp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-accessgovernancecp",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Access Governance Cp Service",
55
"repository": {
66
"type": "git",

lib/adm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-adm",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Adm Service",
55
"repository": {
66
"type": "git",

lib/aianomalydetection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aianomalydetection",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Ai Anomaly Detection Service",
55
"repository": {
66
"type": "git",

lib/aidocument/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aidocument",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Ai Document Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-ailanguage",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

lib/aispeech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aispeech",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Ai Speech Service",
55
"repository": {
66
"type": "git",

lib/aivision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aivision",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Ai Vision Service",
55
"repository": {
66
"type": "git",

lib/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-analytics",
3-
"version": "2.111.1",
3+
"version": "2.111.2",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)