Skip to content

Commit 77e1bcc

Browse files
Releasing version 3.3.1
Releasing version 3.3.1
2 parents 1bf6e97 + 8fac0e7 commit 77e1bcc

File tree

31 files changed

+1180
-295
lines changed

31 files changed

+1180
-295
lines changed

CHANGELOG.rst

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,67 @@ 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.3.1 - 2021-11-17
10+
------------------
11+
Added
12+
~~~~~
13+
14+
* Support for Object Storage integration with the Big Data service
15+
16+
* ``oci bds bds-api-key``
17+
18+
* Support for the GetSubnetTopology API in the Networking Topology Service
19+
20+
* ``oci network subnet-topology get``
21+
22+
* Support for Cloud Advisor V2 features as a part of the Cloud Advisor Service
23+
24+
* ``oci optimizer profile-level-summary list-profile-levels``
25+
* ``oci optimizer queryable-field-summary list-resource-action-queryable-fields``
26+
* ``oci optimizer resource-action-summary filter-resource-actions``
27+
28+
* FastConnect Service
29+
30+
* Support for MACSEC in the below commands
31+
32+
* ``oci network cross-connect create --macsec-properties``
33+
* ``oci network cross-connect update --macsec-properties``
34+
* ``oci network cross-connect-group create --macsec-properties``
35+
* ``oci network cross-connect-group update --macsec-properties``
36+
37+
* Support for MTU in the below commands
38+
39+
* ``oci network virtual-circuit create --ip-mtu``
40+
* ``oci network virtual-circuit update --ip-mtu``
41+
42+
* Support for Service Manager Proxy aimed at having SaaS environments that implement Service Manager API contract.
43+
44+
* ``oci service-manager-proxy service-environment``
45+
46+
Changed
47+
~~~~~~~
48+
49+
* Database service
50+
51+
* The required parameter --backup-tde-password is now optional in the below commands
52+
53+
* ``oci db database create-from-backup``
54+
* ``oci db database create-from-database``
55+
56+
57+
* The parameter --backup-tde-password is now optional in the below commands
58+
59+
* ``oci db system launch-from-backup ``
60+
* ``oci db database launch-from-database``
61+
62+
63+
* The parameters --pdb-admin-password, --tde-wallet-password and --target-tde-wallet-password are now optional and a new parameter --is-pdb-admin-acc-locked is introduced in the below commands
64+
65+
* ``oci db pluggable-database create``
66+
* ``oci db pluggable-database local-clone``
67+
* ``oci db pluggable-database remote-clone ``
68+
69+
970
3.3.0 - 2021-11-09
1071
------------------
1172
Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==2.11.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.50.0
17+
oci==2.51.0
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.10.0

scripts/install/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ The order of precedence in which this scripts applies input parameters is as fol
7777

7878
Checksums
7979
-----------
80-
install.sh bb5eda7c1e02cbad4e3c579ea84165e51e04a37418e249919cac91e13ecfe549
81-
install.ps1 9ca1cd79b3309bdb4513a0a068228a67ac85c1438cbee6b4cb034af0f138a09b
80+
install.sh 96afdc499f9d18f7adbbb92f3d98bfc815a698c5158b611d83ddb18f60edcdf0
81+
install.ps1 4dd3876a0b2cbbd633c7621600992b739de86dc260ec5726ef78deba9abaedfe
8282
install.py adf81319b2400caae72320f6cdedaef380c6529912102961f1688a722258f3d8

services/bds/src/oci_cli_bds/generated/bds_cli.py

Lines changed: 284 additions & 0 deletions
Large diffs are not rendered by default.

services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

services/core/src/oci_cli_compute/generated/compute_cli.py

Lines changed: 76 additions & 82 deletions
Large diffs are not rendered by default.

services/core/src/oci_cli_compute_management/generated/computemanagement_cli.py

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
from services.core.src.oci_cli_core.generated import core_service_cli
1616

1717

18-
@click.command(cli_util.override('compute_management.compute_management_root_group.command_name', 'compute-management'), cls=CommandGroupWithAlias, help=cli_util.override('compute_management.compute_management_root_group.help', """API covering the [Networking],
18+
@click.command(cli_util.override('compute_management.compute_management_root_group.command_name', 'compute-management'), cls=CommandGroupWithAlias, help=cli_util.override('compute_management.compute_management_root_group.help', """Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
19+
compute instances, and block storage volumes. For more information, see the console
20+
documentation for the [Networking],
1921
[Compute], and
20-
[Block Volume] services. Use this API
21-
to manage resources such as virtual cloud networks (VCNs), compute instances, and
22-
block storage volumes."""), short_help=cli_util.override('compute_management.compute_management_root_group.short_help', """Core Services API"""))
22+
[Block Volume] services."""), short_help=cli_util.override('compute_management.compute_management_root_group.short_help', """Core Services API"""))
2323
@cli_util.help_option_group
2424
def compute_management_root_group():
2525
pass
@@ -299,7 +299,7 @@ def change_instance_pool_compartment(ctx, from_json, instance_pool_id, compartme
299299
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
300300
301301
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
302-
@cli_util.option('--display-name', help=u"""A user-friendly name for the cluster network. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
302+
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
303303
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags].
304304
305305
Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -365,7 +365,7 @@ def create_cluster_network(ctx, from_json, wait_for_state, max_wait_seconds, wai
365365
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
366366
367367
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
368-
@cli_util.option('--display-name', help=u"""A user-friendly name for the instance configuration. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
368+
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
369369
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags].
370370
371371
Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -420,7 +420,7 @@ def create_instance_configuration(ctx, from_json, compartment_id, defined_tags,
420420
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
421421
422422
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
423-
@cli_util.option('--display-name', help=u"""A user-friendly name for the instance configuration. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
423+
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
424424
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags].
425425
426426
Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -462,7 +462,7 @@ def create_instance_configuration_create_instance_configuration_details(ctx, fro
462462
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
463463
464464
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
465-
@cli_util.option('--display-name', help=u"""A user-friendly name for the instance configuration. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
465+
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
466466
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags].
467467
468468
Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -508,7 +508,7 @@ def create_instance_configuration_create_instance_configuration_from_instance_de
508508
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
509509
510510
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
511-
@cli_util.option('--display-name', help=u"""A user-friendly name for the instance pool. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
511+
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
512512
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags].
513513
514514
Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -1643,9 +1643,7 @@ def update_cluster_network(ctx, from_json, force, wait_for_state, max_wait_secon
16431643
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
16441644
16451645
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
1646-
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1647-
1648-
Example: `My instance configuration`""")
1646+
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
16491647
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags].
16501648
16511649
Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -1696,7 +1694,7 @@ def update_instance_configuration(ctx, from_json, force, instance_configuration_
16961694
@cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags].
16971695
16981696
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
1699-
@cli_util.option('--display-name', help=u"""A user-friendly name for the instance pool. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
1697+
@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""")
17001698
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags].
17011699
17021700
Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)

services/core/src/oci_cli_core/generated/core_service_cli.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
from oci_cli.aliasing import CommandGroupWithAlias
88

99

10-
@cli.command(cli_util.override('virtual_network.core_service_group.command_name', 'core'), cls=CommandGroupWithAlias, help=cli_util.override('virtual_network.core_service_group.help', """API covering the [Networking],
10+
@cli.command(cli_util.override('virtual_network.core_service_group.command_name', 'core'), cls=CommandGroupWithAlias, help=cli_util.override('virtual_network.core_service_group.help', """Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
11+
compute instances, and block storage volumes. For more information, see the console
12+
documentation for the [Networking],
1113
[Compute], and
12-
[Block Volume] services. Use this API
13-
to manage resources such as virtual cloud networks (VCNs), compute instances, and
14-
block storage volumes."""), short_help=cli_util.override('virtual_network.core_service_group.short_help', """Core Services API"""))
14+
[Block Volume] services."""), short_help=cli_util.override('virtual_network.core_service_group.short_help', """Core Services API"""))
1515
@cli_util.help_option_group
1616
def core_service_group():
1717
pass

0 commit comments

Comments
 (0)