Skip to content

Commit 2a6de01

Browse files
harshkumar-devHamadaGabrIbrahimKanvipasrichalealex262Nupur Gupta
committed
Releasing version 3.29.0
Co-authored-by: Hamada Ibrahim <[email protected]> Co-authored-by: Harsh Kumar <[email protected]> Co-authored-by: Kanvi Pasricha <[email protected]> Co-authored-by: Alex Le <[email protected]> Co-authored-by: Nupur Gupta <[email protected]> Co-authored-by: Karthik Kamath <[email protected]> Co-authored-by: Mandy Tsai <[email protected]> Co-authored-by: Pankaj Joshi <[email protected]> Co-authored-by: Anup Singh <[email protected]>
1 parent a762aba commit 2a6de01

File tree

36 files changed

+2691
-189
lines changed

36 files changed

+2691
-189
lines changed

CHANGELOG.rst

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,95 @@ 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.29.0 - 2023-06-13
10+
--------------------
11+
Added
12+
~~~~~
13+
* Support for the OCI Control Center service
14+
15+
* ``oci occ``
16+
17+
* Oracle Cloud Vmware Solution service
18+
19+
* Support for allowing users to select the billing interval of deleted ESXi hosts while adding new ESXi hosts
20+
21+
* ``oci ocvs esxi-host swap-billing --swap-billing-host-id``
22+
* ``oci ocvs esxi-host create --billing-donor-host-id``
23+
* ``oci ocvs esxi-host list --is-billing-donors-only``
24+
* ``oci ocvs esxi-host update --billing-donor-host-id``
25+
26+
* Support swap-billing in ocvs
27+
28+
* ``oci ocvs esxi-host swap-billing``
29+
30+
* Support for resource quota and limit in the Usage service
31+
32+
* ``oci usage usagelimits usage-limit-summary``
33+
* ``oci usage resources resource-summary list-resources``
34+
* ``oci usage resources resource-quotum-summary list-resource-quota``
35+
36+
* Custom Key Value and Custom Document Classification Support in the AI Document service
37+
38+
* ``oci ai-document model``
39+
* ``oci ai-document project``
40+
* ``oci ai-document work-request``
41+
* ``oci ai-document work-request-error``
42+
* ``oci ai-document work-request-log-entry list-work-request-logs``
43+
44+
* Support for the Domain Name System service in Object Storage service
45+
46+
* ``oci os ns get --realm-specific-endpoint``
47+
48+
* Java Management service
49+
50+
* Support for Java Migration Analysis
51+
52+
* ``oci jms fleet request-java-migration-analyses``
53+
* ``oci jms java-migration-analysis-result``
54+
55+
* Support for Performance Tuning Analysis
56+
57+
* ``oci jms fleet request-performance-tuning-analyses``
58+
* ``oci jms performance-tuning-analysis-result ``
59+
60+
* Support Fleet Diagnoses
61+
62+
* ``oci jms fleet-diagnosis-summary list-fleet-diagnoses``
63+
64+
* Support announcements
65+
66+
* ``oci jms announcement-collection list-announcements``
67+
68+
* Support Application Installation
69+
70+
* ``oci jms application-installation-usage-summary summarize-application-installation-usage``
71+
* ``oci jms deployed-application-installation-usage-summary summarize-deployed-application-installation-usage``
72+
73+
* Add optional --waiting-period-in-minutes option to JFR and crypto analysis
74+
75+
* ``oci jms fleet request-crypto-analyses --waiting-period-in-minutes``
76+
* ``oci jms fleet request-jfr-recordings --waiting-period-in-minutes``
77+
78+
* Support for new optional parameters --java-migration-analysis --performance-tuning-analysis
79+
80+
* ``oci jms fleet-advanced-feature-configuration update --java-migration-analysis --performance-tuning-analysis``
81+
82+
* Support of TCPS protocol for Cloud Databases (Oracle Base Databases and Exadata on Dedicated Infrastructure) in Operations Insights service
83+
84+
* ``oci opsi database-insights create-pe-comanged-database --connection-details``
85+
* ``oci opsi database-insights change-pe-comanaged-database-detail --connection-details``
86+
* ``oci opsi database-insights enable-pe-comanaged-database --connection-details``
87+
88+
Changed
89+
~~~~~~~
90+
* [BREAKING] Rename subgroup in usage service. New subgroup named 'rewards'
91+
92+
* ``oci usage rewards redeemable-user``
93+
* ``oci usage rewards redemption-summary``
94+
* ``oci usage rewards redeemable-user-summary``
95+
* ``oci usage rewards product-summary``
96+
* ``oci usage rewards monthly-reward-summary``
97+
998
3.28.2 - 2023-06-06
1099
--------------------
11100
Added

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,16 @@ Mac OS X
5454

5555
brew install oci-cli
5656

57+
`OCI Command Line Interface Installation and Configuration on Mac Instance <https://www.youtube.com/watch?v=0k2Lj0oMDK4&list=PLKCk3OyNwIzuA-dqI5vkhZVIc_cxHCkp5&index=22>`_
58+
5759
Linux
5860
-----
5961
::
6062

6163
bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"
6264

65+
`OCI Command Line Interface Installation and Configuration on Linux Instance <https://www.youtube.com/watch?v=bY3jQMMHxdw&list=PLKCk3OyNwIzuA-dqI5vkhZVIc_cxHCkp5&index=20>`_
66+
6367
Oracle Linux 7
6468
--------------
6569
::
@@ -72,6 +76,8 @@ Windows
7276

7377
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.ps1'))"
7478

79+
`OCI Command Line Interface Installation and Configuration on Windows Instance <https://www.youtube.com/watch?v=rEHwcJdRf8M&list=PLKCk3OyNwIzuA-dqI5vkhZVIc_cxHCkp5&index=21>`_
80+
7581
See the `installation guide`__ for detailed installation instructions, options and troubleshooting.
7682

7783
__ https://docs.cloud.oracle.com/Content/API/SDKDocs/cliinstall.htm
@@ -96,6 +102,10 @@ Offline Installation
96102

97103
install.ps1 -OfflineInstall
98104

105+
`OCI Command Line Interface (CLI) Installation on an Offline Linux Instance <https://www.youtube.com/watch?v=sWDFAOSxqHU&list=PLKCk3OyNwIzuA-dqI5vkhZVIc_cxHCkp5&index=28&t=1s>`_
106+
107+
`OCI Command Line Interface (CLI) Installation on an Offline Windows Instance <https://www.youtube.com/watch?v=3QtjZ0T58oc&list=PLKCk3OyNwIzuA-dqI5vkhZVIc_cxHCkp5&index=31&t=306s>`_
108+
99109
__ https://github.com/oracle/oci-cli/releases
100110

101111
Usage

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.104.1
17+
oci==2.104.2
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.10.0

0 commit comments

Comments
 (0)