From 370e747ea4a9b77ab64d844f07392cd286e8d285bc1f7c1d383967c52ae33691 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Jun 2023 20:32:45 +0000 Subject: [PATCH 1/2] Accepting request 1093216 from home:glaubitz:branches:Cloud:Tools - Update to version 3.29.0 * Support for the OCI Control Center service * ``oci occ`` * Oracle Cloud Vmware Solution service * Support for allowing users to select the billing interval of deleted ESXi hosts while adding new ESXi hosts * ``oci ocvs esxi-host swap-billing --swap-billing-host-id`` * ``oci ocvs esxi-host create --billing-donor-host-id`` * ``oci ocvs esxi-host list --is-billing-donors-only`` * ``oci ocvs esxi-host update --billing-donor-host-id`` * Support swap-billing in ocvs * ``oci ocvs esxi-host swap-billing`` * Support for resource quota and limit in the Usage service * ``oci usage usagelimits usage-limit-summary`` * ``oci usage resources resource-summary list-resources`` * ``oci usage resources resource-quotum-summary list-resource-quota`` * Custom Key Value and Custom Document Classification Support in the AI Document service * ``oci ai-document model`` * ``oci ai-document project`` * ``oci ai-document work-request`` * ``oci ai-document work-request-error`` * ``oci ai-document work-request-log-entry list-work-request-logs`` * Support for the Domain Name System service in Object Storage service * ``oci os ns get --realm-specific-endpoint`` * Java Management service * Support for Java Migration Analysis * ``oci jms fleet request-java-migration-analyses`` * ``oci jms java-migration-analysis-result`` * Support for Performance Tuning Analysis * ``oci jms fleet request-performance-tuning-analyses`` OBS-URL: https://build.opensuse.org/request/show/1093216 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=87 --- oci-cli-3.28.2.tar.gz | 3 --- oci-cli-3.29.0.tar.gz | 3 +++ oci-cli.changes | 60 +++++++++++++++++++++++++++++++++++++++++++ oci-cli.spec | 6 ++--- 4 files changed, 66 insertions(+), 6 deletions(-) delete mode 100644 oci-cli-3.28.2.tar.gz create mode 100644 oci-cli-3.29.0.tar.gz diff --git a/oci-cli-3.28.2.tar.gz b/oci-cli-3.28.2.tar.gz deleted file mode 100644 index a131e96..0000000 --- a/oci-cli-3.28.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a072f744dcb92e407cb649ecd604cd942a1716beecb4f14b4a3fa894adc64d0 -size 3890024 diff --git a/oci-cli-3.29.0.tar.gz b/oci-cli-3.29.0.tar.gz new file mode 100644 index 0000000..769f271 --- /dev/null +++ b/oci-cli-3.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f7b7a4bcbfbb34bdf32f7ab0e6fae48bf137ea6aed26d6997ba9f50b63d9dc +size 3904768 diff --git a/oci-cli.changes b/oci-cli.changes index 6a111f5..08d86c1 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +Thu Jun 15 06:27:08 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 3.29.0 + * Support for the OCI Control Center service + * ``oci occ`` + * Oracle Cloud Vmware Solution service + * Support for allowing users to select the billing interval + of deleted ESXi hosts while adding new ESXi hosts + * ``oci ocvs esxi-host swap-billing --swap-billing-host-id`` + * ``oci ocvs esxi-host create --billing-donor-host-id`` + * ``oci ocvs esxi-host list --is-billing-donors-only`` + * ``oci ocvs esxi-host update --billing-donor-host-id`` + * Support swap-billing in ocvs + * ``oci ocvs esxi-host swap-billing`` + * Support for resource quota and limit in the Usage service + * ``oci usage usagelimits usage-limit-summary`` + * ``oci usage resources resource-summary list-resources`` + * ``oci usage resources resource-quotum-summary list-resource-quota`` + * Custom Key Value and Custom Document Classification Support in the AI Document service + * ``oci ai-document model`` + * ``oci ai-document project`` + * ``oci ai-document work-request`` + * ``oci ai-document work-request-error`` + * ``oci ai-document work-request-log-entry list-work-request-logs`` + * Support for the Domain Name System service in Object Storage service + * ``oci os ns get --realm-specific-endpoint`` + * Java Management service + * Support for Java Migration Analysis + * ``oci jms fleet request-java-migration-analyses`` + * ``oci jms java-migration-analysis-result`` + * Support for Performance Tuning Analysis + * ``oci jms fleet request-performance-tuning-analyses`` + * ``oci jms performance-tuning-analysis-result `` + * Support Fleet Diagnoses + * ``oci jms fleet-diagnosis-summary list-fleet-diagnoses`` + * Support announcements + * ``oci jms announcement-collection list-announcements`` + * Support Application Installation + * ``oci jms application-installation-usage-summary summarize-application-installation-usage`` + * ``oci jms deployed-application-installation-usage-summary + summarize-deployed-application-installation-usage`` + * Add optional --waiting-period-in-minutes option to JFR and crypto analysis + * ``oci jms fleet request-crypto-analyses --waiting-period-in-minutes`` + * ``oci jms fleet request-jfr-recordings --waiting-period-in-minutes`` + * Support for new optional parameters --java-migration-analysis --performance-tuning-analysis + * ``oci jms fleet-advanced-feature-configuration update --java-migration-analysis --performance-tuning-analysis`` + * Support of TCPS protocol for Cloud Databases (Oracle Base Databases + and Exadata on Dedicated Infrastructure) in Operations Insights service + * ``oci opsi database-insights create-pe-comanged-database --connection-details`` + * ``oci opsi database-insights change-pe-comanaged-database-detail --connection-details`` + * ``oci opsi database-insights enable-pe-comanaged-database --connection-details`` + * [BREAKING] Rename subgroup in usage service. New subgroup named 'rewards' + * ``oci usage rewards redeemable-user`` + * ``oci usage rewards redemption-summary`` + * ``oci usage rewards redeemable-user-summary`` + * ``oci usage rewards product-summary`` + * ``oci usage rewards monthly-reward-summary`` +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Tue Jun 6 10:18:59 UTC 2023 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index ecfefd8..5691961 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.28.2 +Version: 3.29.0 Release: 0 Summary: Oracle Cloud Infrastructure CLI License: Apache-2.0 @@ -46,7 +46,7 @@ BuildRequires: python3-click >= 8.0.4 BuildRequires: python3-cryptography >= 3.2.1 BuildRequires: python3-devel BuildRequires: python3-jmespath >= 0.10.0 -BuildRequires: python3-oci-sdk >= 2.104.0 +BuildRequires: python3-oci-sdk >= 2.104.2 BuildRequires: python3-pyOpenSSL >= 22.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 @@ -85,7 +85,7 @@ Requires: python3-certifi Requires: python3-click >= 8.0.4 Requires: python3-cryptography >= 3.2.1 Requires: python3-jmespath >= 0.10.0 -Requires: python3-oci-sdk >= 2.104.0 +Requires: python3-oci-sdk >= 2.104.2 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3 From cb68c30800b390c69bab8a03109d7139eb17520f0c779c0e5003690665b09346 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Jun 2023 11:42:30 +0000 Subject: [PATCH 2/2] Accepting request 1094620 from home:glaubitz:branches:Cloud:Tools - Update to version 3.29.1 * Support for the Serial Console Access in the Database service * ``oci db console-connection create`` * ``oci db console-connection delete`` * ``oci db console-connection update`` * ``oci db node update`` * Database Migration Service * Support for creating a new connection with Network Security Group (NSG) Id's * ``oci database-migration connection create --nsg-ids`` * Support for updating a connection with new Network Security Group (NSG) Id's * ``oci database-migration connection update --nsg-ids`` * Support for new optional parameter in the Functions service * ``oci fn application create --shape`` * Data Flow service * Support for creating and managing Data Flow Pools * ``oci data-flow pool`` * Support for additional optional parameters for using Data Flow pools * ``oci data-flow application create --pool-id`` * ``oci data-flow application update --pool-id`` * ``oci data-flow run create --pool-id`` * ``oci data-flow run submit --pool-id`` * ``oci data-flow run list --pool-id`` * Rover Node Service * Support for the following in the Roving Edge Infrastructure Service * ``oci rover node create --cert-compartment-id --cert-key-algorithm --cert-signature-algorithm --common-name --issuer-certificate-authority-id --time-cert-validity-end`` * ``oci rover node update --cert-compartment-id --cert-key-algorithm --cert-signature-algorithm --certificate-authority-id --common-name --time-cert-validity-end`` * Commands for rover upgrade bundle support * ``oci rover node rover-bundle copy-to-customer`` OBS-URL: https://build.opensuse.org/request/show/1094620 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=88 --- oc_relax-python-depends.patch | 22 +++++++-------- oci-cli-3.29.0.tar.gz | 3 --- oci-cli-3.29.1.tar.gz | 3 +++ oci-cli.changes | 51 +++++++++++++++++++++++++++++++++++ oci-cli.spec | 6 ++--- 5 files changed, 68 insertions(+), 17 deletions(-) delete mode 100644 oci-cli-3.29.0.tar.gz create mode 100644 oci-cli-3.29.1.tar.gz diff --git a/oc_relax-python-depends.patch b/oc_relax-python-depends.patch index bc42eda..e81576b 100644 --- a/oc_relax-python-depends.patch +++ b/oc_relax-python-depends.patch @@ -1,6 +1,6 @@ -diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt ---- oci-cli-3.28.2.orig/requirements.txt 2023-06-06 09:14:58.000000000 +0200 -+++ oci-cli-3.28.2/requirements.txt 2023-06-06 12:18:34.654505601 +0200 +diff -Nru oci-cli-3.29.1.orig/requirements.txt oci-cli-3.29.1/requirements.txt +--- oci-cli-3.29.1.orig/requirements.txt 2023-06-21 00:54:35.000000000 +0200 ++++ oci-cli-3.29.1/requirements.txt 2023-06-22 12:01:51.334890518 +0200 @@ -2,44 +2,44 @@ # (https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format), # you may need to use the --extra-index-url option instead. @@ -18,7 +18,7 @@ diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt -jmespath==0.10.0 -ndg-httpsclient==0.4.2 -mock==2.0.0 --oci==2.104.1 +-oci==2.104.3 -packaging==20.2 -pluggy==0.13.0 -py==1.10.0 @@ -38,7 +38,7 @@ diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt +jmespath>=0.10.0 +ndg-httpsclient>=0.4.2 +mock>=2.0.0 -+oci>=2.104.1 ++oci>=2.104.3 +packaging>=20.2 +pluggy>=0.13.0 +py>=1.10.0 @@ -82,15 +82,15 @@ diff -Nru oci-cli-3.28.2.orig/requirements.txt oci-cli-3.28.2/requirements.txt -setuptools==59.6.0; python_version == '3.6' \ No newline at end of file +setuptools>=59.6.0; python_version >= '3.6' -diff -Nru oci-cli-3.28.2.orig/setup.py oci-cli-3.28.2/setup.py ---- oci-cli-3.28.2.orig/setup.py 2023-06-06 09:14:58.000000000 +0200 -+++ oci-cli-3.28.2/setup.py 2023-06-06 12:17:39.837955922 +0200 -@@ -29,23 +29,23 @@ +diff -Nru oci-cli-3.29.1.orig/setup.py oci-cli-3.29.1/setup.py +--- oci-cli-3.29.1.orig/setup.py 2023-06-21 00:54:35.000000000 +0200 ++++ oci-cli-3.29.1/setup.py 2023-06-22 12:00:40.878177225 +0200 +@@ -30,23 +30,23 @@ readme = f.read() requires = [ -- 'oci==2.104.1', -+ 'oci>=2.104.1', +- 'oci==2.104.3', ++ 'oci>=2.104.3', 'arrow>=1.0.0', 'certifi', - 'click==8.0.4', diff --git a/oci-cli-3.29.0.tar.gz b/oci-cli-3.29.0.tar.gz deleted file mode 100644 index 769f271..0000000 --- a/oci-cli-3.29.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14f7b7a4bcbfbb34bdf32f7ab0e6fae48bf137ea6aed26d6997ba9f50b63d9dc -size 3904768 diff --git a/oci-cli-3.29.1.tar.gz b/oci-cli-3.29.1.tar.gz new file mode 100644 index 0000000..135c15d --- /dev/null +++ b/oci-cli-3.29.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331877ea0a4edbfc20145ae223c28927cf3a6ab38b64f34e5c98e94ec7787f57 +size 3916325 diff --git a/oci-cli.changes b/oci-cli.changes index 08d86c1..c567228 100644 --- a/oci-cli.changes +++ b/oci-cli.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Thu Jun 22 10:23:51 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 3.29.1 + * Support for the Serial Console Access in the Database service + * ``oci db console-connection create`` + * ``oci db console-connection delete`` + * ``oci db console-connection update`` + * ``oci db node update`` + * Database Migration Service + * Support for creating a new connection with Network Security Group (NSG) Id's + * ``oci database-migration connection create --nsg-ids`` + * Support for updating a connection with new Network Security Group (NSG) Id's + * ``oci database-migration connection update --nsg-ids`` + * Support for new optional parameter in the Functions service + * ``oci fn application create --shape`` + * Data Flow service + * Support for creating and managing Data Flow Pools + * ``oci data-flow pool`` + * Support for additional optional parameters for using Data Flow pools + * ``oci data-flow application create --pool-id`` + * ``oci data-flow application update --pool-id`` + * ``oci data-flow run create --pool-id`` + * ``oci data-flow run submit --pool-id`` + * ``oci data-flow run list --pool-id`` + * Rover Node Service + * Support for the following in the Roving Edge Infrastructure Service + * ``oci rover node create --cert-compartment-id --cert-key-algorithm --cert-signature-algorithm + --common-name --issuer-certificate-authority-id --time-cert-validity-end`` + * ``oci rover node update --cert-compartment-id --cert-key-algorithm --cert-signature-algorithm + --certificate-authority-id --common-name --time-cert-validity-end`` + * Commands for rover upgrade bundle support + * ``oci rover node rover-bundle copy-to-customer`` + * ``oci rover node rover-bundle get-status`` + * ``oci rover node rover-bundle-request list`` + * ``oci rover node rover-bundle-version get`` + * Commands for rover node certificate support + * ``oci rover node ca-bundle get`` + * ``oci rover node certificate create`` + * ``oci rover node certificate update`` + * ``oci rover node certificate get-leaf-certificate`` + * ``oci rover node certificate-authority update-root-ca`` + * Commands for rover upgrade bundle support + * ``oci rover standalone-cluster rover-bundle copy-to-customer`` + * ``oci rover standalone-cluster rover-bundle get-status`` + * ``oci rover standalone-cluster rover-bundle-request list`` + * ``oci rover standalone-cluster rover-bundle-version get`` +- Refresh patches for new version + * oc_relax-python-depends.patch +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Jun 15 06:27:08 UTC 2023 - John Paul Adrian Glaubitz diff --git a/oci-cli.spec b/oci-cli.spec index 5691961..08b0b11 100644 --- a/oci-cli.spec +++ b/oci-cli.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: oci-cli%{psuffix} -Version: 3.29.0 +Version: 3.29.1 Release: 0 Summary: Oracle Cloud Infrastructure CLI License: Apache-2.0 @@ -46,7 +46,7 @@ BuildRequires: python3-click >= 8.0.4 BuildRequires: python3-cryptography >= 3.2.1 BuildRequires: python3-devel BuildRequires: python3-jmespath >= 0.10.0 -BuildRequires: python3-oci-sdk >= 2.104.2 +BuildRequires: python3-oci-sdk >= 2.104.3 BuildRequires: python3-pyOpenSSL >= 22.1.0 BuildRequires: python3-python-dateutil >= 2.5.3 BuildRequires: python3-pytz >= 2016.10 @@ -85,7 +85,7 @@ Requires: python3-certifi Requires: python3-click >= 8.0.4 Requires: python3-cryptography >= 3.2.1 Requires: python3-jmespath >= 0.10.0 -Requires: python3-oci-sdk >= 2.104.2 +Requires: python3-oci-sdk >= 2.104.3 Requires: python3-prompt_toolkit >= 3.0.29 Requires: python3-pyOpenSSL >= 22.1.0 Requires: python3-python-dateutil >= 2.5.3