Skip to content

Commit

Permalink
Releasing version 3.44.1
Browse files Browse the repository at this point in the history
Releasing version 3.44.1
  • Loading branch information
oci-dex-release-bot authored Jul 2, 2024
2 parents f747ab4 + b35caa7 commit 0dab5d7
Show file tree
Hide file tree
Showing 17 changed files with 1,836 additions and 226 deletions.
77 changes: 77 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,83 @@ All notable changes to this project will be documented in this file.

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

3.44.1 - 2024-07-02
-------------------
Added
~~~~~
* OCI Operations Insights Service

* Support in OPSI Host Capacity Planning to analyze disabled/deleted resources

* ``oci opsi host-insights list-host-configurations --status``
* ``oci opsi host-insights list-hosted-entities --status``
* ``oci opsi host-insights summarize-host-insight-disk-statistics --status``
* ``oci opsi host-insights summarize-host-insight-network-usage-trend --status``
* ``oci opsi host-insights summarize-host-insight-resource-capacity-trend --status``
* ``oci opsi host-insights summarize-host-insight-resource-forecast-trend --status``
* ``oci opsi host-insights summarize-host-insight-resource-statistics --status``
* ``oci opsi host-insights summarize-host-insight-resource-usage --status``
* ``oci opsi host-insights summarize-host-insight-resource-usage-trend --status``
* ``oci opsi host-insights summarize-host-insight-resource-utilization-insight --status``
* ``oci opsi host-insights summarize-host-insight-storage-usage-trend --status``
* ``oci opsi host-insights summarize-host-insight-top-processes-usage --status``
* ``oci opsi host-insights summarize-host-insight-top-processes-usage-trend --status``

* OCI File Storage Service

* Support for deleting file system by first detaching child file system

* ``oci fs file-system delete --can-detach-child-file-system``

* Support for determining whether the file system is attached to its parent file system

* ``oci fs file-system create --clone-attach-status``

* Support for detaching a file sys from parent file system

* ``oci fs file-system detach --file-system-id``

* OCI Database Migration Service

* Support for dynamic list of ZDM parameters for Oracle<>Oracle migrations

* ``oci database-migration migration-parameter-summary list-migration-parameters``

* OCI Exadata Database Service

* Support for managing Exascale Database Storage Vault resources

* ``oci db exascale-db-storage-vault``

* Support for managing VM Cluster resources on Exascale Infrastructure

* ``oci db exadb-vm-cluster``

* Support for getting available updates and updating histories for a Exadb VM cluster

* ``oci db exadb-vm-cluster get-update``
* ``oci db exadb-vm-cluster list-updates``
* ``oci db exadb-vm-cluster get-update-history``
* ``oci db exadb-vm-cluster list-update-histories``

* Support for getting a list of supported minor GI versions for VM Cluster

* ``oci db gi-minor-version-summary list-gi-version-minor-versions``

* Support for getting a list of supported GI versions for VM Cluster

* ``oci db gi-version list``

* Support for getting a list of backups based on shape-family

* ``oci db backup list``

* Support for new optional parameter is-thin-clone for Pluggable Database resource

* ``oci db pluggable-database create-local-clone``
* ``oci db pluggable-database create-remote-clone``


3.44.0 - 2024-06-25
--------------------
Changed
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Jinja2==3.0.3
jmespath==0.10.0
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.129.0
oci==2.129.1
packaging==20.2
pluggy==0.13.0
py==1.11.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from oci_cli.aliasing import CommandGroupWithAlias


@cli.command(cli_util.override('capacity_management.capacity_management_root_group.command_name', 'capacity-management'), cls=CommandGroupWithAlias, help=cli_util.override('capacity_management.capacity_management_root_group.help', """A description of the OciControlCenterCp API"""), short_help=cli_util.override('capacity_management.capacity_management_root_group.short_help', """OciControlCenterCp API"""))
@cli.command(cli_util.override('capacity_management.capacity_management_root_group.command_name', 'capacity-management'), cls=CommandGroupWithAlias, help=cli_util.override('capacity_management.capacity_management_root_group.help', """OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see [OCI Control Center]."""), short_help=cli_util.override('capacity_management.capacity_management_root_group.short_help', """OCI Control Center Capacity Management API"""))
@cli_util.help_option_group
def capacity_management_root_group():
pass
Expand Down
Loading

0 comments on commit 0dab5d7

Please sign in to comment.