diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 37c6eaa4..dbdc542d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -609,7 +609,7 @@ Added * MySQL Database Service - * Support for new optional DB system parameters (database mode, access mode, read endpoint) in the Heatwave sevice + * Support for new optional DB system parameters (database mode, access mode, read endpoint) in the Heatwave service * ``oci mysql db-system create --database-mode --access-mode --read-endpoint`` * ``oci mysql db-system update --database-mode --access-mode --read-endpoint`` @@ -811,7 +811,7 @@ Added * ``oci bds instance install-patch-domain-based-odh-patching-config`` * ``oci bds instance install-patch-batching-based-odh-patching-config`` - * Support for Start API with heterogenous shape supports + * Support for Start API with heterogeneous shape supports * ``oci bds instance start`` @@ -1254,7 +1254,7 @@ Added * ``oci bv volume create --xrc-kms-key-id`` * ``oci bv volume create-volume-volume-source-from-block-volume-replica-details --xrc-kms-key-id`` * ``oci bv volume-backup-policy-assignment create --xrc-kms-key-id`` - * ``oci bv volume-group creat --xrc-kms-key-id`` + * ``oci bv volume-group create --xrc-kms-key-id`` * Support for Direct API feature in BlockStorage service @@ -4926,7 +4926,7 @@ Added * ``oci database-management external-db-system enable-external-db-system-stack-monitoring`` * ``oci database-management external-db-system disable-external-db-system-stack-monitoring`` - * Support for new optional paramater for External DB System + * Support for new optional parameter for External DB System * ``oci database-management external-db-system create --stack-monitoring-config`` @@ -8860,7 +8860,7 @@ Changed * ``oci jms jre-usage request-summarized`` * ``oci jms managed-instance-usage request-summarized`` -* Fixed bug in Management Dashborad service +* Fixed bug in Management Dashboard service * ``oci management-dashboard dashboard export`` 3.0.5 - 2021-09-14 @@ -9692,7 +9692,7 @@ Added * ``oci network drg-route-table`` * ``oci network internal-public-ip delete-drg-route-table`` - * Support to asssign/unassign IPV6 for the VNIC + * Support to assign/unassign IPV6 for the VNIC * ``oci network vnic assign-ipv6`` * ``oci network vnic unassign-ipv6`` @@ -9947,7 +9947,7 @@ Added * ``oci nlb`` -* Support for Organizations Domain and Domian Governance in Organization service +* Support for Organizations Domain and Domain Governance in Organization service * ``oci organizations domain`` * ``oci organizations domain-governance`` @@ -11939,8 +11939,8 @@ Changed * Notifications setup - * ``oci dts job create`` has a new option called ``--setup-notificaitons`` - * ``oci dts appliance request`` has a new option called ``--setup-notificaitons`` + * ``oci dts job create`` has a new option called ``--setup-notifications`` + * ``oci dts appliance request`` has a new option called ``--setup-notifications`` * Bug fixes in ``oci dts export configure-physical-appliance`` @@ -12489,7 +12489,7 @@ Added * Improvement to provisioning time for launching VMDB instance in DBaaS. * ``oci db system launch --storage-management`` - * ``oci db system launch-from-backup --storage-managament`` + * ``oci db system launch-from-backup --storage-management`` * Support for migrating zones from Dyn Managed DNS to OCI Public DNS. * ``oci dns zone migrate-from-dynect`` @@ -12729,7 +12729,7 @@ Added * ``oci waas waas-policy custom-protection-rule list --waas-policy-id, --action, --all-pages, --mod-security-rule-id`` -* Improve support for WAF Policy sercice by introducing new Origin Groups option in the WAF Policy Service. +* Improve support for WAF Policy service by introducing new Origin Groups option in the WAF Policy Service. * ``oci waas waas-policy create --origin-groups`` * ``oci waas waas-policy update --origin-groups`` @@ -12813,7 +12813,7 @@ Added * ``oci network cpe change-compartment --cpe-id --compartment-id`` * ``oci network ip-sec-connection change-compartment --ip-sec-connection-id --compartment-id`` * ``oci network cross-connect-group change-compartment --cross-connect-group-id --compartment-id`` - * ``oci network cross-conenct change-compartment --cross-connect-id --compartment-id`` + * ``oci network cross-connect change-compartment --cross-connect-id --compartment-id`` * ``oci network remote-peering-connection change-compartment --remote-peering-connection-id --compartment-id`` * ``oci network virtual-circuit change-compartment --virtual-circuit-id --compartment-id`` @@ -13252,7 +13252,7 @@ Added * ``oci network ipsecconnection create --customer-reference-name [text]`` * ``oci network ipsecconnection update --customer-reference-name [text]`` -* Improve information to RemorePeeringConnection by introducing Provider Service Key Name in the VPN Service. +* Improve information to RemotePeeringConnection by introducing Provider Service Key Name in the VPN Service. * ``oci network remote-peering-connection create --provider-service-key-name [text]`` * ``oci network remote-peering-connection update --provider-service-key-name [text]`` @@ -13884,7 +13884,7 @@ Users should upgrade to release 2.4.26 to use Oracle Container Engine Service re Fixed ~~~~~~~~ * Enabled 'namespace-name' parameter for all commands in the Object Storage service. -* Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatable with requests. +* Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatible with requests. 2.4.24 - 2018-05-31 --------------------- @@ -13994,7 +13994,7 @@ Changed Fixed ~~~~~~~ -* When providing a datetime parameter to the CLI, v2.4.18 and below did not parse datetimes correctly but instead of failing they silently coverted values to midnight of the date provided and sent this value to the service. This version fixes the datetime parsing and the following inputs will be considered valid: +* When providing a datetime parameter to the CLI, v2.4.18 and below did not parse datetimes correctly but instead of failing they silently converted values to midnight of the date provided and sent this value to the service. This version fixes the datetime parsing and the following inputs will be considered valid: * ``YYYY-MM-DDTHH:mm:ss.sssTZD`` (UTC) with milliseconds, e.g. 2017-09-15T20:30:00.123Z * ``YYYY-MM-DDTHH:mm:ssTZD`` (UTC) without milliseconds, e.g. 2017-09-15T20:30:00Z @@ -14094,7 +14094,7 @@ Changed * Changed dependency on pyOpenSSL <= 17.4.0 as the minimum cryptography version for pyOpenSSL 17.5.0 is 2.1.4 * Upgraded six dependency to 1.11.0 -* Ugraded requests dependency to 2.18.4 +* Upgraded requests dependency to 2.18.4 2.4.13 - 2017-12-11 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af51d53d..835b9c00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,8 +9,8 @@ If you think you've found a security vulnerability, do not open a GitHub issue. Instead, follow the instructions in our [security policy](./SECURITY.md). To report a bug or request an enhancement that is not related to a security -vulnerabiliity, open a GitHub issue. When filing a bug, remember that the better -written the bug is, the more easier and more likely it is to be reproduced and +vulnerability, open a GitHub issue. When filing a bug, remember that the better +written the bug is, the easier and more likely it is to be reproduced and fixed. ## Pre-requisites for code or documentation submissions