Skip to content

Commit

Permalink
Releasing version 3.51.4
Browse files Browse the repository at this point in the history
Releasing version 3.51.4
  • Loading branch information
oci-dex-release-bot authored Jan 22, 2025
2 parents 3278d66 + 1091aa7 commit 22e6fa2
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,43 @@ All notable changes to this project will be documented in this file.

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

3.51.4 - 2025-01-21
--------------------
Added
~~~~~
* Network Load Balancer Service

* Support for Active/Standby Purist Mode

* Support for Configurable TCP Reset

* ``oci nlb backend-set create --is-instant-failover-tcp-reset-enabled, --are-operationally-active-backends-preferred``
* ``oci nlb backend-set update --is-instant-failover-tcp-reset-enabled, --are-operationally-active-backends-preferred``

* Database Service

* Support for Data Guard Transaction Processing

* ``oci db database create-standby-database``
* ``oci db database update-data-guard``
* ``oci db database switch-over-data-guard``
* ``oci db database failover-data-guard``
* ``oci db database reinstate-data-guard``

* Support for permanently disconnecting a peer Autonomous Database from its Primary

* ``oci db autonomous-database update --is-disconnect-peer``

* Support for External HSM for TDE key management in ExaDB-C@C and ExaDB-D

* ``oci db database change-to-external-hsm-key-location --database-id --hsm-password``
* ``oci db database create --hsm-password``
* ``oci db data-guard-association create from-existing-vm-cluster --hsm-password``

* Support for Bring Your Own ASN (BYOASN) in Core Service

* ``oci network byoasn``

3.51.2 - 2025-01-14
--------------------
Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3871,7 +3871,7 @@ def list_exadb_vm_clusters_extended(ctx, **kwargs):
# database_cli.database_group.commands.pop(database_cli.create_database_create_stand_by_database_details.name)


#@cli_util.copy_params_from_generated_command(database_cli.create_database_create_stand_by_database_details, params_to_exclude=['database'])
# @cli_util.copy_params_from_generated_command(database_cli.create_database_create_stand_by_database_details, params_to_exclude=['database'])
@database_cli.database_group.command(name='create-standby-database', help="""Creates a new standby database for the given source database id.""")
@cli_util.option('--database-admin-password', required=True, help=u"""The administrator password of the primary database in this Data Guard association.
Expand Down Expand Up @@ -3971,4 +3971,4 @@ def create_standby_database_for_multiple_standby(ctx, wait_for_state, max_wait_s

# Multiple Stabdby : Migrate from Single Standby: oci db data-guard-association migrate-data-guard-association-to-multi-data-guards -> oci db data-guard-association migrate-to-multiple-standby-model

cli_util.rename_command(database_cli, database_cli.data_guard_association_group, database_cli.migrate_data_guard_association_to_multi_data_guards, "migrate-to-multiple-standby-model")
# cli_util.rename_command(database_cli, database_cli.data_guard_association_group, database_cli.migrate_data_guard_association_to_multi_data_guards, "migrate-to-multiple-standby-model")
1 change: 1 addition & 0 deletions src/common_util/ignored_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
['apm-synthetics', 'monitor', 'create-sql-monitor'],
['apm-synthetics', 'monitor', 'update-sql-monitor'],
['bds', 'instance', 'install-patch'],
['db', 'database', 'create-standby-database'],
]

IGNORED_COMMANDS_DOCS = [
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.51.3'
__version__ = '3.51.4'
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 @@ -492,3 +492,4 @@ identity-domains, restore-oci-console-policy, create
identity-domains, rule, search
goldengate, deployment, update
network, vnic, assign-ipv6
db, database, create-standby-database

0 comments on commit 22e6fa2

Please sign in to comment.