Skip to content

Commit bcb9c96

Browse files
authored
Merge pull request #79 from oracle/release_2021-06-29
Releasing version 1.22.0
2 parents 14957ff + a3ea756 commit bcb9c96

File tree

456 files changed

+20646
-266
lines changed

Some content is hidden

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

456 files changed

+20646
-266
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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+
## 1.22.0 - 2021-06-29
7+
### Added
8+
- Support for the DevOps service
9+
- Support for configuring network security groups for node pools in the Container Engine for Kubernetes service
10+
- Support for optionally specifying CPU core count and data storage size when creating autonomous databases in the Database service
11+
- Support for metastore and initial data asset import/export in the Data Catalog service
12+
- Support for associating domain names to emails and managing email domain names / DKIM in the Email Delivery service
13+
- Support for email domain names on senders and suppressions in the Email Delivery service
14+
15+
### Breaking Changes
16+
- `Displayname` enum was removed from the SortBy property in ListJobExecutionsRequest under the Data Catalog service
17+
- `sortOrder` field was changed to `model.SortOrderEnum` to `model.SortOrder` in ListSuppressionsRequest under the Email Delivery service
18+
- `sortOrder` field was changed to `model.SortOrderEnum` to `model.SortOrder` in ListSendersRequest under the Email Delivery service
19+
- The property `CpuCoreCount` was made optional in CreateAutonomousDatabaseBase model in the Database service
20+
621
## 1.21.1 - 2021-06-22
722
### Added
823
- Support for virtual machine and bare metal pluggable databases in the Database service

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,4 @@ export import servicecatalog = require("oci-servicecatalog");
164164
export import bastion = require("oci-bastion");
165165
export import genericartifactscontent = require("oci-genericartifactscontent");
166166
export import jms = require("oci-jms");
167+
export import devops = require("oci-devops");

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": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Ai Language 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": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Analytics Service",
55
"repository": {
66
"type": "git",

lib/announcementsservice/package.json

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

lib/apigateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-apigateway",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

lib/apmcontrolplane/package.json

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

lib/apmsynthetics/package.json

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

lib/apmtraces/package.json

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

lib/applicationmigration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-applicationmigration",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

lib/artifacts/package.json

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

lib/audit/package.json

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

lib/autoscaling/package.json

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

lib/bastion/package.json

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

lib/bds/package.json

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

lib/blockchain/package.json

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

lib/budget/package.json

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

lib/cims/package.json

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

lib/cloudguard/package.json

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

lib/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-common",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI Common module for NodeJS",
55
"repository": {
66
"type": "git",

lib/computeinstanceagent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-computeinstanceagent",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Compute Instance Agent Service",
55
"repository": {
66
"type": "git",

lib/containerengine/lib/model/create-node-pool-node-config-details.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export interface CreateNodePoolNodeConfigDetails {
2626
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
2727
*/
2828
"size": number;
29+
/**
30+
* The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see {@link NetworkSecurityGroup}.
31+
*
32+
*/
33+
"nsgIds"?: Array<string>;
2934
/**
3035
* The placement configurations for the node pool. Provide one placement
3136
* configuration for each availability domain in which you intend to launch a node.

lib/containerengine/lib/model/node-pool-node-config-details.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export interface NodePoolNodeConfigDetails {
2626
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
2727
*/
2828
"size"?: number;
29+
/**
30+
* The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see {@link NetworkSecurityGroup}.
31+
*
32+
*/
33+
"nsgIds"?: Array<string>;
2934
/**
3035
* The placement configurations for the node pool. Provide one placement
3136
* configuration for each availability domain in which you intend to launch a node.

lib/containerengine/lib/model/update-node-pool-node-config-details.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export interface UpdateNodePoolNodeConfigDetails {
2626
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
2727
*/
2828
"size"?: number;
29+
/**
30+
* The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see {@link NetworkSecurityGroup}.
31+
*
32+
*/
33+
"nsgIds"?: Array<string>;
2934
/**
3035
* The placement configurations for the node pool. Provide one placement
3136
* configuration for each availability domain in which you intend to launch a node.

lib/containerengine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-containerengine",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "OCI NodeJS client for Container Engine",
55
"repository": {
66
"type": "git",

lib/core/package.json

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

lib/database/lib/model/autonomous-database-summary.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ export interface AutonomousDatabaseSummary {
8484
* The number of OCPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
8585
*/
8686
"cpuCoreCount": number;
87+
/**
88+
* The number of Fractional OCPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
89+
*/
90+
"ocpuCount"?: number;
8791
/**
8892
* The quantity of data in the database, in terabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
8993
*/

lib/database/lib/model/autonomous-database.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ export interface AutonomousDatabase {
8282
* The number of OCPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
8383
*/
8484
"cpuCoreCount": number;
85+
/**
86+
* The number of Fractional OCPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
87+
*/
88+
"ocpuCount"?: number;
8589
/**
8690
* The quantity of data in the database, in terabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
8791
*/

lib/database/lib/model/create-autonomous-database-base.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import common = require("oci-common");
1717

1818
/**
1919
* Details to create an Oracle Autonomous Database.
20+
* Choose either Fractional ocpuCount or cpuCoreCount.
21+
* Choose either dataStorageSizeInGBs or dataStorageSizeInTBs
2022
* <p>
2123
**Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.
2224
*
@@ -33,7 +35,11 @@ export interface CreateAutonomousDatabaseBase {
3335
/**
3436
* The number of OCPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
3537
*/
36-
"cpuCoreCount": number;
38+
"cpuCoreCount"?: number;
39+
/**
40+
* The number of Fractional OCPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
41+
*/
42+
"ocpuCount"?: number;
3743
/**
3844
* The Autonomous Database workload type. The following values are valid:
3945
* <p>
@@ -49,6 +55,11 @@ export interface CreateAutonomousDatabaseBase {
4955
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
5056
*/
5157
"dataStorageSizeInTBs"?: number;
58+
/**
59+
* The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed.
60+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
61+
*/
62+
"dataStorageSizeInGBs"?: number;
5263
/**
5364
* Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
5465
*

lib/database/lib/model/update-autonomous-database-details.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,20 @@ export interface UpdateAutonomousDatabaseDetails {
2626
* The number of CPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
2727
*/
2828
"cpuCoreCount"?: number;
29+
/**
30+
* The number of Fractional OCPU cores to be made available to the database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31+
*/
32+
"ocpuCount"?: number;
2933
/**
3034
* The size, in terabytes, of the data volume that will be attached to the database.
3135
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
3236
*/
3337
"dataStorageSizeInTBs"?: number;
38+
/**
39+
* The size, in gigabytes, of the data volume that will be attached to the database.
40+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
41+
*/
42+
"dataStorageSizeInGBs"?: number;
3443
/**
3544
* The user-friendly name for the Autonomous Database. The name does not have to be unique. Can only be updated for Autonomous Databases
3645
* using dedicated Exadata infrastructure.

lib/database/package.json

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

lib/databasemanagement/package.json

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

lib/databasemigration/package.json

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

0 commit comments

Comments
 (0)