Skip to content

Commit bb52b3a

Browse files
authored
Releasing version 3.22.0
Releasing version 3.22.0
2 parents 2f68cc9 + b08681a commit bb52b3a

File tree

35 files changed

+3641
-538
lines changed

35 files changed

+3641
-538
lines changed

CHANGELOG.rst

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,116 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88

9+
3.22.0 - 2022-12-13
10+
--------------------
11+
Added
12+
~~~~~
13+
* Support for the Queue service
14+
15+
* ``oci queue``
16+
17+
* Support new pluggable-database commands for the Database service
18+
19+
* ``oci db database move``
20+
* ``oci db pluggable-database disable-pluggable-database-management``
21+
* ``oci db pluggable-database enable-pluggable-database-management``
22+
* ``oci db pluggable-database modify-pluggable-database-management``
23+
24+
* Support optional parameters availability_configuration and maintenance_window_schedule on monitors creation and updation for the APM Synthetics service
25+
26+
* ``oci apm-synthetics monitor create-browser-monitor --availability_configuration, --maintenance_window_schedule``
27+
* ``oci apm-synthetics monitor create-rest-monitor --availability_configuration, --maintenance_window_schedule``
28+
* ``oci apm-synthetics monitor create-scripted-browser-monitor --availability_configuration, --maintenance_window_schedule``
29+
* ``oci apm-synthetics monitor create-scripted-rest-monitor --availability_configuration, --maintenance_window_schedule``
30+
* ``oci apm-synthetics monitor update-browser-monitor --availability_configuration, --maintenance_window_schedule``
31+
* ``oci apm-synthetics monitor update-rest-monitor --availability_configuration, --maintenance_window_schedule``
32+
* ``oci apm-synthetics monitor update-scripted-browser-monitor ---availability_configuration, --maintenance_window_schedule``
33+
* ``oci apm-synthetics monitor update-scripted-rest-monitor --availability_configuration, --maintenance_window_schedule``
34+
35+
* Support new Project commands & optional parameters for the DevOps service
36+
37+
* ``oci devops work-request list --operation-type-multi-value-query``
38+
* ``oci devops project schedule-cascading-delete``
39+
* ``oci devops project cancel-cascading-delete``
40+
41+
* Support option paramter nsg-ids for the Database Migration service
42+
43+
* ``oci database-migration connection create --nsg-ids``
44+
* ``oci database-migration connection update --nsg-ids``
45+
46+
* Support for new optional parameter in the Big Data Service (BDS)
47+
48+
* ``oci bds instance create --cluster-profile``
49+
50+
* Service Mesh service
51+
52+
* Support for new command in virtual-deployment
53+
54+
* ``oci service-mesh virtual-deployment update-virtual-deployment-disabled-service-discovery-configuration``
55+
56+
* Support for cancelling a work request for any work request that has been accepted but not yet started
57+
58+
* ``oci service-mesh work-request cancel``
59+
60+
* Support for new optional parameters in the list work requests to filter on associated resource id and operation status
61+
62+
* ``oci service-mesh work-request list --operation-status --resource-id``
63+
64+
* Support for sorting in the list work requests, list work request errors, list work request logs
65+
66+
* ``oci service-mesh work-request list --sort-by --sort-order``
67+
* ``oci service-mesh work-request list-work-request-errors --sort-by --sort-order``
68+
* ``oci service-mesh work-request list-work-request-logs --sort-by --sort-order``
69+
70+
* Fusion Application service
71+
72+
* Support for Fusion Application self-service refresh scheduling
73+
74+
* ``oci fusion-apps update-refresh-activity-details update-refresh-activity``
75+
* ``oci fusion-apps refresh-activity delete``
76+
77+
* Support for new optional parameters in create-refresh-activity-details
78+
79+
* ``oci fusion-apps create-refresh-activity-details create-refresh-activity --time-scheduled-start``
80+
81+
* Support for new refresh activity lifecycle state NEEDS_ATTENTION in list
82+
83+
* ``oci fusion-apps refresh-activity list --lifecycle-state needs_attention``
84+
85+
* Golden Gate service
86+
87+
* Support for new commands
88+
89+
* ``oci goldengate connection create-connection-create-azure-data-lake-storage-connection-details``
90+
* ``oci goldengate connection create-connection-create-azure-synapse-connection-details``
91+
* ``oci goldengate connection create-connection-create-kafka-schema-registry-connection-details``
92+
* ``oci goldengate connection create-connection-create-postgresql-connection-details``
93+
* ``oci goldengate connection update-connection-update-azure-data-lake-storage-connection-details``
94+
* ``oci goldengate connection update-connection-update-azure-synapse-connection-details``
95+
* ``oci goldengate connection update-connection-update-kafka-schema-registry-connection-details``
96+
* ``oci goldengate connection update-connection-update-postgresql-connection-details``
97+
98+
* Support for new optional parameter
99+
100+
* ``oci goldengate connection create-object-storage-connection --private-key-passphrase``
101+
* ``oci goldengate connection update-object-storage-connection --private-key-passphrase``
102+
103+
Changed
104+
~~~~~~~
105+
* [BREAKING] The command ingest-stream-distribution-channel-asset-metadata-entry-details has been renamed in Media service
106+
107+
* ``oci media-services stream-distribution-channel ingest``
108+
109+
* [BREAKING] Optional parameters --rule are now required for access-policy create in Service Mesh service
110+
111+
* ``oci service-mesh access-policy create --rule
112+
113+
* Required parameters --listeners and --service-discovery are now optional on virtual-deployment in Service Mesh service
114+
115+
* ``oci service-mesh virtual-deployment create --listeners, --service-discovery``
116+
* ``oci service-mesh virtual-deployment create-virtual-deployment-dns-service-discovery-configuration --listeners``
117+
118+
9119
3.21.0 - 2022-12-06
10120
--------------------
11121
Added

README.rst

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,41 @@ The project is open source and maintained by Oracle Corp. The home page for the
99

1010
__ https://docs.cloud.oracle.com/Content/API/Concepts/cliconcepts.htm
1111

12+
Announcements
13+
=============
14+
15+
Interactive Features
16+
--------------------
17+
OCI CLI offers interactive features to guide you through command usage.
18+
19+
Enabling them allows:
20+
* Suggestions and autocompletion to help compose commands;
21+
* Color-coded suggestions to distinguish required parameters from optional parameters; and
22+
* Quick references display alongside suggestions to recognize command and parameter purposes.
23+
24+
Try the interactive features anytime with the ``-i`` option:
25+
::
26+
27+
oci -i
28+
29+
Read more on `OCI Documentation`__.
30+
31+
__ https://docs.oracle.com/iaas/Content/API/SDKDocs/cliusing_topic-Using_Interactive_Mode.htm
32+
33+
Container Image
34+
---------------
35+
OCI CLI is now available as container images.
36+
37+
With a standards-compliant container runtime engine, pull and run the latest version of oci-cli from the GitHub Container Registry.
38+
39+
Read about setup requirements and instructions on `Working with the OCI CLI Container Image`__.
40+
41+
Find previous image versions on `our package page`__.
42+
43+
__ https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/clicontainer.htm
44+
45+
__ https://github.com/oracle/docker-images/pkgs/container/oci-cli
46+
1247

1348
Installation
1449
============
@@ -42,25 +77,24 @@ See the `installation guide`__ for detailed installation instructions, options a
4277
__ https://docs.cloud.oracle.com/Content/API/SDKDocs/cliinstall.htm
4378

4479
Offline Installation
45-
====================
46-
80+
--------------------
4781
1. Go to the `CLI releases page`__ and locate the required CLI version.
4882

4983
2. For the release, go to the "Assets" area.
5084

5185
3. Download and copy the zip file for your Operating System to the environment where you want to install CLI.
5286

53-
4. Unzip the file and execute the following from inside the unzipped folder:
87+
4. Unzip the file and execute the following from inside the unzipped folder
5488

55-
a. Linux:
56-
::
89+
On Linux:
90+
::
5791

58-
bash install.sh --offline-install
92+
bash install.sh --offline-install
5993

60-
b. Windows
61-
::
94+
On Windows:
95+
::
6296

63-
install.ps1 -OfflineInstall
97+
install.ps1 -OfflineInstall
6498

6599
__ https://github.com/oracle/oci-cli/releases
66100

@@ -77,6 +111,11 @@ or
77111

78112
oci -h
79113

114+
To enable interactive features for usage guidance:
115+
::
116+
117+
oci -i
118+
80119

81120
Examples
82121
========

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==3.0.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.89.0
17+
oci==2.90.0
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.10.0

0 commit comments

Comments
 (0)