Skip to content

Commit 61a2bd1

Browse files
authored
Merge pull request #144 from oracle/release_2022-06-28
Releasing version 2.33.0
2 parents bc32df9 + ab0acc9 commit 61a2bd1

File tree

473 files changed

+25204
-408
lines changed

Some content is hidden

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

473 files changed

+25204
-408
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.33.0 - 2022-06-27
7+
### Added
8+
- Support for the Network Monitoring service
9+
- Support for specifying application scan settings when creating or updating host scan recipes in the Vulnerability Scanning service
10+
- Support for moving data into an autonomous data warehouse in the Operations Insights service
11+
- Support for shared infrastructure autonomous database character sets in the Database service
12+
- Support for data collection logging events on Exadata instances in the Database service
13+
- Support for specifying boot volume VPUs when launching instances from images in the Compute service
14+
- Support for safe-deleting nodes in the Container Engine for Kubernetes service
15+
16+
### Breaking Changes
17+
- Support for retries by default on operations of the Logging Analytics service
18+
619
## 2.32.0 - 2022-06-21
720
### Added
821
- Support for the Network Firewall service

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,5 @@ export import licensemanager = require("oci-licensemanager");
194194
export import governancerulescontrolplane = require("oci-governancerulescontrolplane");
195195
export import onesubscription = require("oci-onesubscription");
196196
export import networkfirewall = require("oci-networkfirewall");
197+
export import emwarehouse = require("oci-emwarehouse");
198+
export import vnmonitoring = require("oci-vnmonitoring");

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.32.0",
3+
"version": "2.33.0",
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.32.0",
3+
"version": "2.33.0",
44
"description": "OCI NodeJS client for Ai Anomaly Detection 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.32.0",
3+
"version": "2.33.0",
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.32.0",
3+
"version": "2.33.0",
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.32.0",
3+
"version": "2.33.0",
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.32.0",
3+
"version": "2.33.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": "2.32.0",
3+
"version": "2.33.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": "2.32.0",
3+
"version": "2.33.0",
44
"description": "OCI NodeJS client for API gateway service",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)