Skip to content

Commit 105f5da

Browse files
Releasing version 2.90.4
Releasing version 2.90.4
2 parents df8ffc7 + be56e81 commit 105f5da

File tree

133 files changed

+4716
-280
lines changed

Some content is hidden

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

133 files changed

+4716
-280
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Change Log
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+
====================
7+
2.90.4 - 2023-01-31
8+
====================
9+
10+
Added
11+
-----
12+
* Support for ECPU billing for autonomous databases and dedicated autonomous databases on Exadata Cloud at Customer in the Database service
13+
* Support for providing a vault secret ID when creating or updating autonomous shared databases in the Database service
14+
* Support for including machine learning notebook, ORDS, and database transform URLs as autonomous database connections in the Database service
15+
* Support for role*based access control on OpenSearch clusters in the Search service
16+
* Support for managed shell stages on deployments in the DevOps service
17+
* Support for memory encryption on confidential VMs in the Compute service
18+
* Support for configuration items, and reporting ownership of configuration items, in the Application Performance Monitoring service
19+
620
====================
721
2.90.3 - 2023-01-24
822
====================

docs/api/apm_config.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Apm Config
4141
oci.apm_config.models.OptionsSummary
4242
oci.apm_config.models.RetrieveNamespaceMetricsDetails
4343
oci.apm_config.models.SpanFilter
44+
oci.apm_config.models.SpanFilterReference
4445
oci.apm_config.models.SpanFilterSummary
4546
oci.apm_config.models.UpdateApdexRulesDetails
4647
oci.apm_config.models.UpdateConfigDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SpanFilterReference
2+
===================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: SpanFilterReference
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/core.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ Core Services
409409
oci.core.models.ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions
410410
oci.core.models.ShapeMaxVnicAttachmentOptions
411411
oci.core.models.ShapeMeasuredBootOptions
412+
oci.core.models.ShapeMemoryEncryptionOptions
412413
oci.core.models.ShapeMemoryOptions
413414
oci.core.models.ShapeNetworkingBandwidthOptions
414415
oci.core.models.ShapeNumaNodesPerSocketPlatformOptions
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ShapeMemoryEncryptionOptions
2+
============================
3+
4+
.. currentmodule:: oci.core.models
5+
6+
.. autoclass:: ShapeMemoryEncryptionOptions
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/database.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Database
152152
oci.database.models.DatabaseSoftwareImageSummary
153153
oci.database.models.DatabaseSslConnectionCredentials
154154
oci.database.models.DatabaseSummary
155+
oci.database.models.DatabaseTool
155156
oci.database.models.DatabaseUpgradeHistoryEntry
156157
oci.database.models.DatabaseUpgradeHistoryEntrySummary
157158
oci.database.models.DatabaseUpgradeSourceBase
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DatabaseTool
2+
============
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: DatabaseTool
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/devops.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Devops
109109
oci.devops.models.Connection
110110
oci.devops.models.ConnectionCollection
111111
oci.devops.models.ConnectionSummary
112+
oci.devops.models.ContainerConfig
113+
oci.devops.models.ContainerInstanceConfig
112114
oci.devops.models.ContainerRegistryDeliveredArtifact
113115
oci.devops.models.CountBasedApprovalPolicy
114116
oci.devops.models.CreateAbsoluteWaitCriteriaDetails
@@ -158,6 +160,7 @@ Devops
158160
oci.devops.models.CreateOkeHelmChartDeployStageDetails
159161
oci.devops.models.CreateProjectDetails
160162
oci.devops.models.CreateRepositoryDetails
163+
oci.devops.models.CreateShellDeployStageDetails
161164
oci.devops.models.CreateSingleDeployStageDeploymentDetails
162165
oci.devops.models.CreateSingleDeployStageRedeploymentDetails
163166
oci.devops.models.CreateTriggerDeploymentStageDetails
@@ -349,6 +352,10 @@ Devops
349352
oci.devops.models.RepositoryTag
350353
oci.devops.models.RepositoryTagSummary
351354
oci.devops.models.ServiceVnicChannel
355+
oci.devops.models.ShapeConfig
356+
oci.devops.models.ShellDeployStage
357+
oci.devops.models.ShellDeployStageExecutionProgress
358+
oci.devops.models.ShellDeployStageSummary
352359
oci.devops.models.SingleDeployStageDeployment
353360
oci.devops.models.SingleDeployStageDeploymentSummary
354361
oci.devops.models.SingleDeployStageRedeployment
@@ -412,6 +419,7 @@ Devops
412419
oci.devops.models.UpdateOkeHelmChartDeployStageDetails
413420
oci.devops.models.UpdateProjectDetails
414421
oci.devops.models.UpdateRepositoryDetails
422+
oci.devops.models.UpdateShellDeployStageDetails
415423
oci.devops.models.UpdateSingleDeployStageDeploymentDetails
416424
oci.devops.models.UpdateSingleDeployStageRedeploymentDetails
417425
oci.devops.models.UpdateTriggerDeploymentStageDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ContainerConfig
2+
===============
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: ContainerConfig
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ContainerInstanceConfig
2+
=======================
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: ContainerInstanceConfig
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateShellDeployStageDetails
2+
=============================
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: CreateShellDeployStageDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ShapeConfig
2+
===========
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: ShapeConfig
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ShellDeployStage
2+
================
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: ShellDeployStage
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ShellDeployStageExecutionProgress
2+
=================================
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: ShellDeployStageExecutionProgress
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ShellDeployStageSummary
2+
=======================
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: ShellDeployStageSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
UpdateShellDeployStageDetails
2+
=============================
3+
4+
.. currentmodule:: oci.devops.models
5+
6+
.. autoclass:: UpdateShellDeployStageDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

examples/showoci/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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/>`_.
66

7+
=====================
8+
23.01.31 - 23.01.31
9+
=====================
10+
* Added flag -skipdbhomes to skip database homes and databases
11+
* Added flag -readtimeout and -conntimeout for read and connection timeout, default=(20,150)
12+
* Added Autonomous Dedicated to the CSV file.
13+
714
=====================
815
23.01.10 - 23.01.10
916
=====================

examples/showoci/README.md

Lines changed: 59 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -151,61 +151,65 @@ Execute
151151
$ python3 showoci.py
152152
153153
usage: showoci.py [-h] [-a] [-ani] [-an] [-api] [-b] [-c] [-cn] [-d] [-e] [-edge] [-f] [-fun] [-i] [-ic] [-isc] [-l] [-lq] [-m]
154-
[-n] [-o] [-paas] [-dataai] [-rm] [-s] [-sec] [-nobackups] [-so] [-mc] [-nr] [-ip] [-is] [-dt] [-t PROFILE]
155-
[-p PROXY] [-rg REGION] [-cp COMPART] [-cpr COMPART_RECUR] [-cpath COMPARTPATH] [-tenantid TENANTID]
156-
[-cf CONFIG] [-csv CSV] [-csv_nodate] [-jf JOUTFILE] [-js] [-sjf SJOUTFILE] [-cachef SERVICEFILE] [-caches]
157-
[--version]
158-
159-
optional arguments:
160-
-h, --help show this help message and exit
161-
-a Print All Resources
162-
-ani Print All Resources but identity
163-
-an Print Announcements
164-
-api Print API Gateways
165-
-b Print Budgets
166-
-c Print Compute
167-
-cn Print Containers
168-
-d Print Database
169-
-e Print EMail
170-
-edge Print Edge, DNS Services and WAAS policies
171-
-f Print File Storage
172-
-fun Print Functions
173-
-i Print Identity
174-
-ic Print Identity Compartments only
175-
-isc Skip Identity User Credential extract
176-
-l Print Load Balancer
177-
-lq Print Limits and Quotas
178-
-m Print Monitoring, Notifications, Events, Agents
179-
-n Print Network
180-
-o Print Object Storage
181-
-paas Print PaaS Platform Services - OIC OAC OCE OCVS
182-
-dataai Print - D.Science, D.Catalog, D.Flow, ODA, BDS, DI
183-
-rm Print Resource management
184-
-s Print Streams
185-
-sec Print Security, Logging, Vaults
186-
-nobackups Do not process backups
187-
-so Print Summary Only
188-
-mc exclude ManagedCompartmentForPaaS
189-
-nr Not include root compartment
190-
-ip Use Instance Principals for Authentication
191-
-is Use Config and Security Token for Authentication
192-
-dt Use Delegation Token (Cloud shell)
193-
-t PROFILE Config file section to use (tenancy profile)
194-
-p PROXY Set Proxy (i.e. www-proxy-server.com:80)
195-
-rg REGION Filter by Region
196-
-cp COMPART Filter by Compartment Name or OCID
197-
-cpr COMPART_RECUR Filter by Comp Name Recursive
198-
-cpath COMPARTPATH Filter by Compartment path ,(i.e. -cpath "Adi / Sub"
199-
-tenantid TENANTID Override confile file tenancy_id
200-
-cf CONFIG Config File (~/.oci/config)
201-
-csv CSV Output to CSV files, Input as file header
202-
-csv_nodate Do not add date field to the csv
203-
-jf JOUTFILE Output to file (JSON format)
204-
-js Output to screen (JSON format)
205-
-sjf SJOUTFILE Output to screen (nice format) and JSON File
206-
-cachef SERVICEFILE Output Cache to file (JSON format)
207-
-caches Output Cache to screen (JSON format)
208-
--version show program's version number and exit
154+
[-n] [-o] [-paas] [-dataai] [-rm] [-s] [-sec] [-nobackups] [-skipdbhomes] [-readtimeout READTIMEOUT]
155+
[-conntimeout CONNTIMEOUT] [-so] [-mc] [-nr] [-ip] [-is] [-dt] [-t PROFILE] [-p PROXY] [-rg REGION]
156+
[-cp COMPART] [-cpr COMPART_RECUR] [-cpath COMPARTPATH] [-tenantid TENANTID] [-cf CONFIG] [-csv CSV]
157+
[-csvcol CSVCOL] [-csv_nodate] [-jf JOUTFILE] [-js] [-sjf SJOUTFILE] [-cachef SERVICEFILE] [-caches] [--version]
158+
159+
options:
160+
-h, --help show this help message and exit
161+
-a Print All Resources
162+
-ani Print All Resources but identity
163+
-an Print Announcements
164+
-api Print API Gateways
165+
-b Print Budgets
166+
-c Print Compute
167+
-cn Print Containers
168+
-d Print Database
169+
-e Print EMail
170+
-edge Print Edge, DNS Services and WAAS policies
171+
-f Print File Storage
172+
-fun Print Functions
173+
-i Print Identity
174+
-ic Print Identity Compartments only
175+
-isc Skip Identity User Credential extract
176+
-l Print Load Balancer
177+
-lq Print Limits and Quotas
178+
-m Print Monitoring, Notifications, Events, Agents
179+
-n Print Network
180+
-o Print Object Storage
181+
-paas Print PaaS Platform Services - OIC OAC OCE OCVS
182+
-dataai Print - D.Science, D.Catalog, D.Flow, ODA, BDS, DI
183+
-rm Print Resource management
184+
-s Print Streams
185+
-sec Print Security, Logging, Vaults
186+
-nobackups Do not process backups
187+
-skipdbhomes Do not process Database Homes and Below
188+
-readtimeout READTIMEOUT Timeout for REST API Connection (Default=20)
189+
-conntimeout CONNTIMEOUT Timeout for REST API Read (Default=150)
190+
-so Print Summary Only
191+
-mc exclude ManagedCompartmentForPaaS
192+
-nr Not include root compartment
193+
-ip Use Instance Principals for Authentication
194+
-is Use Config and Security Token for Authentication
195+
-dt Use Delegation Token (Cloud shell)
196+
-t PROFILE Config file section to use (tenancy profile)
197+
-p PROXY Set Proxy (i.e. www-proxy-server.com:80)
198+
-rg REGION Filter by Region
199+
-cp COMPART Filter by Compartment Name or OCID
200+
-cpr COMPART_RECUR Filter by Comp Name Recursive
201+
-cpath COMPARTPATH Filter by Compartment path ,(i.e. -cpath "Adi / Sub"
202+
-tenantid TENANTID Override confile file tenancy_id
203+
-cf CONFIG Config File (~/.oci/config)
204+
-csv CSV Output to CSV files, Input as file header
205+
-csvcol CSVCOL Extract define tags as columns for Compute in CSV
206+
-csv_nodate Do not add date field to the csv
207+
-jf JOUTFILE Output to file (JSON format)
208+
-js Output to screen (JSON format)
209+
-sjf SJOUTFILE Output to screen (nice format) and JSON File
210+
-cachef SERVICEFILE Output Cache to file (JSON format)
211+
-caches Output Cache to screen (JSON format)
212+
--version show program's version number and exit
209213
```
210214

211215
## Below example of reports from few tenancies

0 commit comments

Comments
 (0)