Skip to content

Commit fe464a6

Browse files
Releasing version 3.60.0
Co-authored-by: Harsh Kumar <[email protected]>
1 parent a68705c commit fe464a6

File tree

19 files changed

+1480
-43
lines changed

19 files changed

+1480
-43
lines changed

CHANGELOG.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,55 @@ 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.60.0 - 2025-06-24
10+
--------------------
11+
Added
12+
~~~~~
13+
* Database Service
14+
15+
* Support for AWS_S3 as backup destination type
16+
17+
* ``oci db backup get``
18+
* ``oci db backup list``
19+
20+
* Support for AWS_S3 for cloud-vm-cluster
21+
22+
* ``oci db cloud-vm-cluster create``
23+
* ``oci db cloud-vm-cluster get``
24+
* ``oci db cloud-vm-cluster list``
25+
* ``oci db cloud-vm-cluster update``
26+
27+
* NoSql Service
28+
29+
* Support for customer managed encryption keys in hosted environments in the NoSQL Database Cloud service
30+
31+
* ``oci nosql configuration get --compartment-id | -c ``
32+
* ``oci nosql update-hosted --compartment-id | -c, --kms-key, --force ``
33+
* ``oci nosql configuration unassign-kms-key --compartment-id | -c``
34+
35+
* Exadata Fleet Update Service
36+
37+
* Support for 23ai fleet upgrade of GI/DB (ExaDB-D/ExaC@C) collections in FPPCS
38+
39+
* ``oci fleet-software-update fsu-cycle update-fsu-cycle-update-upgrade-fsu-cycle``
40+
* ``oci fleet-software-update fsu-cycle create-fsu-cycle-create-upgrade-fsu-cycle``
41+
42+
* OCI Network Load Balancer Service
43+
44+
* BYoIPv6 support on LBaaS
45+
46+
* ``oci lb load-balancer create --ipv6-subnet-cidr``
47+
* ``oci lb load-balancer update --ip-mode``
48+
49+
Changed
50+
~~~~~~~
51+
* Database Service
52+
53+
* [BREAKING] Home id added as required parameter for below commands
54+
55+
* ``oci db database create-database-create-stand-by-database-details --db-home-id``
56+
* ``oci db database create-database-from-backup --db-home-id``
57+
958
3.59.0 - 2025-06-17
1059
--------------------
1160
Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Jinja2>=3.1.5; python_version >= '3.7'
1515
jmespath==0.10.0
1616
ndg-httpsclient==0.4.2
1717
mock==2.0.0
18-
oci==2.154.2
18+
oci==2.154.3
1919
packaging==20.2
2020
pluggy==0.13.0
2121
py==1.11.0

0 commit comments

Comments
 (0)