Skip to content

Commit

Permalink
Releasing version 3.44.2
Browse files Browse the repository at this point in the history
Releasing version 3.44.2
  • Loading branch information
oci-dex-release-bot authored Jul 9, 2024
2 parents 0dab5d7 + 7385385 commit 3d7dbe9
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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.2 - 2024-07-09
-------------------
Added
~~~~~
* Database Service

* Support for create new DB with OKV

* ``oci db database create --key-store-id``

* Support for confirm key store details are correct

* ``oci db key-store confirm-key-store-details-are-correct --key-store-id``

3.44.1 - 2024-07-02
-------------------
Added
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.1
oci==2.129.2
packaging==20.2
pluggy==0.13.0
py==1.11.0
Expand Down
73 changes: 68 additions & 5 deletions services/database/src/oci_cli_database/generated/database_cli.py

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions services/database/tests/util/generated/command_to_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"db.complete_external_backup_job": "oci.database.DatabaseClient.complete_external_backup_job",
"db.configure_autonomous_database_vault_key": "oci.database.DatabaseClient.configure_autonomous_database_vault_key",
"db.configure_saas_admin_user": "oci.database.DatabaseClient.configure_saas_admin_user",
"db.confirm_key_store_details_are_correct": "oci.database.DatabaseClient.confirm_key_store_details_are_correct",
"db.convert_to_pdb": "oci.database.DatabaseClient.convert_to_pdb",
"db.convert_to_regular_pluggable_database": "oci.database.DatabaseClient.convert_to_regular_pluggable_database",
"db.create_application_vip": "oci.database.DatabaseClient.create_application_vip",
Expand Down Expand Up @@ -178,11 +179,8 @@
"db.get_exadata_infrastructure_un_allocated_resources": "oci.database.DatabaseClient.get_exadata_infrastructure_un_allocated_resources",
"db.get_exadata_iorm_config": "oci.database.DatabaseClient.get_exadata_iorm_config",
"db.get_exadb_vm_cluster": "oci.database.DatabaseClient.get_exadb_vm_cluster",
<<<<<<< HEAD
=======
"db.get_exadb_vm_cluster_update": "oci.database.DatabaseClient.get_exadb_vm_cluster_update",
"db.get_exadb_vm_cluster_update_history_entry": "oci.database.DatabaseClient.get_exadb_vm_cluster_update_history_entry",
>>>>>>> a13abc2276 (Author: DEXREQ Automation <noreply+dexreq@oracle.com>)
"db.get_exascale_db_storage_vault": "oci.database.DatabaseClient.get_exascale_db_storage_vault",
"db.get_external_backup_job": "oci.database.DatabaseClient.get_external_backup_job",
"db.get_external_container_database": "oci.database.DatabaseClient.get_external_container_database",
Expand Down Expand Up @@ -252,11 +250,8 @@
"db.list_db_systems": "oci.database.DatabaseClient.list_db_systems",
"db.list_db_versions": "oci.database.DatabaseClient.list_db_versions",
"db.list_exadata_infrastructures": "oci.database.DatabaseClient.list_exadata_infrastructures",
<<<<<<< HEAD
=======
"db.list_exadb_vm_cluster_update_history_entries": "oci.database.DatabaseClient.list_exadb_vm_cluster_update_history_entries",
"db.list_exadb_vm_cluster_updates": "oci.database.DatabaseClient.list_exadb_vm_cluster_updates",
>>>>>>> a13abc2276 (Author: DEXREQ Automation <noreply+dexreq@oracle.com>)
"db.list_exadb_vm_clusters": "oci.database.DatabaseClient.list_exadb_vm_clusters",
"db.list_exascale_db_storage_vaults": "oci.database.DatabaseClient.list_exascale_db_storage_vaults",
"db.list_external_container_databases": "oci.database.DatabaseClient.list_external_container_databases",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def open_relative(*path):
readme = f.read()

requires = [
'oci==2.129.1',
'oci==2.129.2',
'arrow>=1.0.0',
'certifi',
'click==8.0.4',
Expand Down
2 changes: 1 addition & 1 deletion src/oci_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.

__version__ = '3.44.1'
__version__ = '3.44.2'
1 change: 1 addition & 0 deletions tests/resources/json_ignore_command_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,4 @@ db, gi-version, list
db, database-software-image, list
database-management, managed-database, list
fs, export-set, list
db, key-store, confirm-key-store-details-are-correct

0 comments on commit 3d7dbe9

Please sign in to comment.