Skip to content

Commit 3614056

Browse files
Releasing version 2.63.0
Releasing version 2.63.0
2 parents c4332c8 + 3882681 commit 3614056

File tree

777 files changed

+45101
-1200
lines changed

Some content is hidden

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

777 files changed

+45101
-1200
lines changed

CHANGELOG.md

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

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

6+
## 2.63.0 - 2023-06-27
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the eu-frankfurt-2 region
9+
- Support for the OS Management Hub service
10+
- Support for changing the key store type, and rotating keys, on Exadata Cloud at Customer in the Database service
11+
- Support for launching VM database systems using Ampere A1 shapes in the Database service
12+
- Support for additional currencies and countries on paid listings in the Marketplace service
13+
- Support for ECPU integration in the License Manager service
14+
- Support for freeform and defined tags on resources in the Generic Artifacts service
15+
- Support for SQL endpoints in the Data Flow service
16+
- Support for setting replication delays on channels in the MySQL Database service
17+
- Support for setting how channels handle replicated tables with no primary key in the MySQL Database service
18+
- Support for SQL Plan Management (SPM) in Database Management service
19+
20+
### Breaking Changes
21+
- Support for retries by default on operations of the Generic Artifacts service
22+
23+
624
## 2.62.3 - 2023-06-20
725
### Added
826
- Support for serial console access in the Database service

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,4 @@ export import vbsinst = require("oci-vbsinst");
211211
export import identitydomains = require("oci-identitydomains");
212212
export import accessgovernancecp = require("oci-accessgovernancecp");
213213
export import ocicontrolcenter = require("oci-ocicontrolcenter");
214+
export import osmanagementhub = require("oci-osmanagementhub");

lib/accessgovernancecp/package.json

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

lib/adm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-adm",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Adm Service",
55
"repository": {
66
"type": "git",

lib/aianomalydetection/package.json

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

lib/aidocument/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aidocument",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Ai Document Service",
55
"repository": {
66
"type": "git",

lib/ailanguage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-ailanguage",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Ai Language Service",
55
"repository": {
66
"type": "git",

lib/aispeech/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aispeech",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Ai Speech Service",
55
"repository": {
66
"type": "git",

lib/aivision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-aivision",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Ai Vision Service",
55
"repository": {
66
"type": "git",

lib/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-analytics",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

lib/announcementsservice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-announcementsservice",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Announcement Service",
55
"repository": {
66
"type": "git",

lib/apigateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apigateway",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

lib/apmconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmconfig",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Apm Config Service",
55
"repository": {
66
"type": "git",

lib/apmcontrolplane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmcontrolplane",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Apm Control Plane Service",
55
"repository": {
66
"type": "git",

lib/apmsynthetics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmsynthetics",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Apm Synthetics Service",
55
"repository": {
66
"type": "git",

lib/apmtraces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apmtraces",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Apm Traces Service",
55
"repository": {
66
"type": "git",

lib/applicationmigration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-applicationmigration",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

lib/appmgmtcontrol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-appmgmtcontrol",
3-
"version": "2.62.3",
3+
"version": "2.63.0",
44
"description": "OCI NodeJS client for Appmgmt Control Service",
55
"repository": {
66
"type": "git",

lib/artifacts/lib/artifacts-waiter.ts

+19
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,25 @@ export class ArtifactsWaiter {
4444
);
4545
}
4646

47+
/**
48+
* Waits forContainerImageSignature till it reaches any of the provided states
49+
*
50+
* @param request the request to send
51+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
52+
* @return response returns GetContainerImageSignatureResponse | null (null in case of 404 response)
53+
*/
54+
public async forContainerImageSignature(
55+
request: serviceRequests.GetContainerImageSignatureRequest,
56+
...targetStates: models.ContainerImageSignature.LifecycleState[]
57+
): Promise<serviceResponses.GetContainerImageSignatureResponse | null> {
58+
return genericTerminalConditionWaiter(
59+
this.config,
60+
() => this.client.getContainerImageSignature(request),
61+
response => targetStates.includes(response.containerImageSignature.lifecycleState!),
62+
targetStates.includes(models.ContainerImageSignature.LifecycleState.Deleted)
63+
);
64+
}
65+
4766
/**
4867
* Waits forContainerRepository till it reaches any of the provided states
4968
*

0 commit comments

Comments
 (0)