Skip to content

Commit eb3f509

Browse files
authored
Merge pull request #33 from oracle/release_2020-11-17
Releasing version 1.8.0
2 parents edd5b0f + e8cc149 commit eb3f509

File tree

477 files changed

+2556
-1668
lines changed

Some content is hidden

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

477 files changed

+2556
-1668
lines changed

CHANGELOG.md

+15
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.8.0 - 2020-11-17
7+
### Added
8+
- Support for specifying memory for AMD E3 shapes during node pool creation and update in the Container Engine for Kubernetes service
9+
- Support for upgrading a database on a VM database system in the Database service
10+
- Support for listing autonomous database clones in the Database service
11+
- Support for Data Guard with autonomous container databases on Exadata Cloud at Customer in the Database service
12+
- Support for getting the last login time of a user in the Identity service
13+
- Support to bulk editing tags on resources in the Identity service
14+
15+
16+
### Breaking
17+
- Updated the property of `status` type from `Array<model.WorkRequestStatus>` to `Array<string>` from the model of `ListWorkRequestsRequest` in the container engine service
18+
- The models `AgentUpload`, `Attribute`, `FieldMap`, `GenerateAgentObjectNameDetails`, `LogAnalytics`, `LogAnalyticsSummary`, `OutOfBoxEntityTypeDetails`, `Query`, `QueryWorkRequestResource`, `ServiceTenancy`, `SortOrders`, `StringListDetails`, `CreateNamespaceDetails`, `RegisterEntityTypeDetails` are removed from the Log Analytics service
19+
- Attribute `errorDetails` in models `DeleteAssociationsResponse` is removed from the Log Analytics service
20+
621
## 1.7.0 - 2020-11-10
722
### Added
823
- Support for the 21C autonomous database version in the Database service

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": "1.7.0",
3+
"version": "1.8.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": "1.7.0",
3+
"version": "1.8.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": "1.7.0",
3+
"version": "1.8.0",
44
"description": "OCI NodeJS client for API gateway 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": "1.7.0",
3+
"version": "1.8.0",
44
"description": "OCI NodeJS client for Application Migration service",
55
"repository": {
66
"type": "git",

lib/audit/package.json

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

lib/autoscaling/package.json

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

lib/bds/package.json

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

lib/blockchain/package.json

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

lib/budget/package.json

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

lib/cims/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cims",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "OCI NodeJS client for Cims ",
55
"repository": {
66
"type": "git",

lib/cloudguard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-cloudguard",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "OCI NodeJS client for Cloud Guard Service",
55
"repository": {
66
"type": "git",

lib/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-common",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "OCI Common module for NodeJS",
55
"repository": {
66
"type": "git",

lib/computeinstanceagent/package.json

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

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

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ export interface CreateNodeShapeConfigDetails {
2727
*
2828
*/
2929
"ocpus"?: number;
30+
/**
31+
* The total amount of memory available to each node, in gigabytes.
32+
*
33+
*/
34+
"memoryInGBs"?: number;
3035
}
3136

3237
export namespace CreateNodeShapeConfigDetails {

lib/containerengine/lib/model/node-shape-config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ export interface NodeShapeConfig {
2727
*
2828
*/
2929
"ocpus"?: number;
30+
/**
31+
* The total amount of memory available to each node, in gigabytes.
32+
*
33+
*/
34+
"memoryInGBs"?: number;
3035
}
3136

3237
export namespace NodeShapeConfig {

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

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ export interface UpdateNodeShapeConfigDetails {
2727
*
2828
*/
2929
"ocpus"?: number;
30+
/**
31+
* The total amount of memory available to each node, in gigabytes.
32+
*
33+
*/
34+
"memoryInGBs"?: number;
3035
}
3136

3237
export namespace UpdateNodeShapeConfigDetails {

lib/containerengine/lib/request/list-work-requests-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
3333
/**
3434
* A work request status to filter on. Can have multiple parameters of this name.
3535
*/
36-
"status"?: Array<model.WorkRequestStatus>;
36+
"status"?: Array<string>;
3737
/**
3838
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
3939
* 1 is the minimum, 1000 is the maximum. For important details about how pagination works,

lib/containerengine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-containerengine",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "OCI NodeJS client for Container Engine",
55
"repository": {
66
"type": "git",

lib/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-core",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "OCI NodeJS client for Core",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)