forked from pool/oci-cli
Accepting request 998959 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.15.0 * Support for debug reports and analysis in Service Mesh service * ``oci service-mesh debug report`` * Support for Logging Analytics as a target for Streaming Source feature for Service Connector Hub in the Logging service * ``oci logging analytics target`` * Support for streaming Application logs to Logging Service in the Data Flow Service * ``oci data-flow run create --application-log-config`` * ``oci data-flow application create --application-log-config`` * ``oci data-flow application update --application-log-config`` * ``oci data-flow run submit --application-log-config`` * Support for the below commands in the Cloud Guard service * ``oci cloud-guard data-source`` * ``oci cloud-guard detector-recipe-detector-rule`` * ``oci cloud-guard problem list-problem-entities`` * ``oci cloud-guard work-request`` * ``oci cloud-guard work-request-error`` * ``oci cloud-guard work-request-log-entry`` * The parameter --source-detector-recipe-id is now optional in the below command in the Cloud Guard service * ``oci cloud-guard detector-recipe create`` * [BREAKING] The command ``oci logging-search search-result search-logs`` has been changed back to be ``oci logging-search search-logs`` - from version 3.14.0 * Support for moving resources in the Dashboard Service * ``oci dashboard-service dashboard-group change-compartment`` * ``oci dashboard-service dashboard change-dashboard-group`` * Java Management service * Support for Java download and installation OBS-URL: https://build.opensuse.org/request/show/998959 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=47
This commit is contained in:
parent
3dbcb2c6ef
commit
68fb5079da
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-3.13.0.orig/requirements.txt oci-cli-3.13.0/requirements.txt
|
||||
--- oci-cli-3.13.0.orig/requirements.txt 2022-08-02 22:00:04.000000000 +0200
|
||||
+++ oci-cli-3.13.0/requirements.txt 2022-08-05 10:42:36.528550597 +0200
|
||||
diff -Nru oci-cli-3.15.0.orig/requirements.txt oci-cli-3.15.0/requirements.txt
|
||||
--- oci-cli-3.15.0.orig/requirements.txt 2022-08-16 23:04:07.000000000 +0200
|
||||
+++ oci-cli-3.15.0/requirements.txt 2022-08-22 14:23:25.585718056 +0200
|
||||
@@ -2,41 +2,41 @@
|
||||
# (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.13.0.orig/requirements.txt oci-cli-3.13.0/requirements.txt
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.77.0
|
||||
-oci==2.79.0
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.10.0
|
||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.13.0.orig/requirements.txt oci-cli-3.13.0/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.77.0
|
||||
+oci>=2.79.0
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.10.0
|
||||
@ -75,15 +75,15 @@ diff -Nru oci-cli-3.13.0.orig/requirements.txt oci-cli-3.13.0/requirements.txt
|
||||
+PyYAML>=5.4
|
||||
+docutils>=0.15.2
|
||||
+prompt-toolkit>=3.0.29
|
||||
diff -Nru oci-cli-3.13.0.orig/setup.py oci-cli-3.13.0/setup.py
|
||||
--- oci-cli-3.13.0.orig/setup.py 2022-08-02 22:00:04.000000000 +0200
|
||||
+++ oci-cli-3.13.0/setup.py 2022-08-05 10:43:15.825042979 +0200
|
||||
diff -Nru oci-cli-3.15.0.orig/setup.py oci-cli-3.15.0/setup.py
|
||||
--- oci-cli-3.15.0.orig/setup.py 2022-08-16 23:04:07.000000000 +0200
|
||||
+++ oci-cli-3.15.0/setup.py 2022-08-22 14:21:32.224463693 +0200
|
||||
@@ -29,23 +29,23 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.77.0',
|
||||
+ 'oci>=2.77.0',
|
||||
- 'oci==2.79.0',
|
||||
+ 'oci>=2.79.0',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==7.1.2',
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a8d02493b567eadc26bca4497602896e6954233cbe207450768848f98c5d4ac
|
||||
size 2590973
|
3
oci-cli-3.15.0.tar.gz
Normal file
3
oci-cli-3.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75992683b96da4b3c18e194b872cd37d4219c562880a1d3b27a9f401d11ad4f9
|
||||
size 2641334
|
113
oci-cli.changes
113
oci-cli.changes
@ -1,3 +1,116 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 12:23:55 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.15.0
|
||||
* Support for debug reports and analysis in Service Mesh service
|
||||
* ``oci service-mesh debug report``
|
||||
* Support for Logging Analytics as a target for Streaming Source
|
||||
feature for Service Connector Hub in the Logging service
|
||||
* ``oci logging analytics target``
|
||||
* Support for streaming Application logs to Logging Service
|
||||
in the Data Flow Service
|
||||
* ``oci data-flow run create --application-log-config``
|
||||
* ``oci data-flow application create --application-log-config``
|
||||
* ``oci data-flow application update --application-log-config``
|
||||
* ``oci data-flow run submit --application-log-config``
|
||||
* Support for the below commands in the Cloud Guard service
|
||||
* ``oci cloud-guard data-source``
|
||||
* ``oci cloud-guard detector-recipe-detector-rule``
|
||||
* ``oci cloud-guard problem list-problem-entities``
|
||||
* ``oci cloud-guard work-request``
|
||||
* ``oci cloud-guard work-request-error``
|
||||
* ``oci cloud-guard work-request-log-entry``
|
||||
* The parameter --source-detector-recipe-id is now optional
|
||||
in the below command in the Cloud Guard service
|
||||
* ``oci cloud-guard detector-recipe create``
|
||||
* [BREAKING] The command ``oci logging-search search-result search-logs``
|
||||
has been changed back to be ``oci logging-search search-logs``
|
||||
- from version 3.14.0
|
||||
* Support for moving resources in the Dashboard Service
|
||||
* ``oci dashboard-service dashboard-group change-compartment``
|
||||
* ``oci dashboard-service dashboard change-dashboard-group``
|
||||
* Java Management service
|
||||
* Support for Java download and installation
|
||||
* ``oci jms java-family get``
|
||||
* ``oci jms java-family-collection list-java-families``
|
||||
* ``oci jms java-release``
|
||||
* ``oci jms installation-site-summary add``
|
||||
* ``oci jms fleet generate-agent-deploy-script``
|
||||
* Support for new parameters
|
||||
* ``oci jms application-usage summarize --display-name-contains``
|
||||
* ``oci jms fleet create --inventory-log, --is-advanced-features-enabled``
|
||||
* ``oci jms fleet list --display-name-contains``
|
||||
* ``oci jms fleet update --is-advanced-features-enabled``
|
||||
* ``oci jms installation-site-summary list-installation-sites
|
||||
--path-contains, --time-end, --time-start``
|
||||
* ``oci jms installation-usage summarize --path-contains``
|
||||
* ``oci jms managed-instance-usage summarize --hostname-contains``
|
||||
* Support for ETags for Optimistic Concurrency Control for all
|
||||
commands in Load Balancer service
|
||||
* ``oci lb --if-match``
|
||||
* Support for single host Software Defined Data Center in the
|
||||
Oracle Cloud VMware Provisioning service
|
||||
* `` oci ocvs sddc create --is-single-host-sddc ``
|
||||
* Support for maintenance run history for Infrastructure
|
||||
maintenance for ExaCC as part of Database service
|
||||
* ``oci db maintenance-run-history``
|
||||
* Support for Optimiser statistics monitoring and management for Database Management service
|
||||
* ``oci database-management managed-database get-optimizer-statistics-advisor-execution``
|
||||
* ``oci database-management managed-database get-optimizer-statistics-advisor-execution-script``
|
||||
* ``oci database-management managed-database get-optimizer-statistics-collection-operation``
|
||||
* ``oci database-management managed-database implement-optimizer-statistics-advisor-recommendations``
|
||||
* ``oci database-management managed-database list-optimizer-statistics-advisor-executions``
|
||||
* ``oci database-management managed-database list-optimizer-statistics-collection-aggregations``
|
||||
* ``oci database-management managed-database list-optimizer-statistics-collection-operations``
|
||||
* ``oci database-management managed-database list-table-statistics``
|
||||
* APM Synthetic service
|
||||
* Support for Round Robin Alerting for create/update monitors
|
||||
* ``oci apm-synthetics monitor create-browser-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* ``oci apm-synthetics monitor create-rest-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* ``oci apm-synthetics monitor create-scripted-browser-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* ``oci apm-synthetics monitor create-scripted-rest-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* ``oci apm-synthetics monitor update-browser-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* ``oci apm-synthetics monitor update-rest-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* ``oci apm-synthetics monitor update-scripted-browser-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* ``oci apm-synthetics monitor update-scripted-rest-monitor --batch-interval-in-seconds,
|
||||
--dns-configuration, --is-run-now, --scheduling-policy``
|
||||
* Support for aggregated network data
|
||||
* ``oci apm-synthetics aggregated-network-data-result aggregate-network-data``
|
||||
* Operations Insights (OPSI) service
|
||||
* Support for OCI Compute Instances
|
||||
* ``oci opsi host-insights create-macs-cloud-host``
|
||||
* ``oci opsi host-insights enable-macs-cloud-host``
|
||||
* ``oci opsi host-insights list-macs-cloud-hosts``
|
||||
* ``oci opsi host-insights update-macs-cloud-host``
|
||||
* Support to filter by host Id and host type for capacity planning
|
||||
* oci opsi host-insights summarize-host-insight-resource-capacity-trend --host-id --host-type
|
||||
* oci opsi host-insights summarize-host-insight-resource-forecast-trend --host-id --host-type
|
||||
* oci opsi host-insights summarize-host-insight-resource-statistics --host-id --host-type
|
||||
* oci opsi host-insights summarize-host-insight-resource-usage-trend --host-id --host-type
|
||||
* oci opsi host-insights summarize-host-insight-resource-usage --host-id --host-type
|
||||
* oci opsi host-insights summarize-host-insight-resource-utilization-insight
|
||||
--resource-metric --host-id --host-type
|
||||
* oci opsi host-insights summarize-top-processes-usage-trend --host-id --host-type
|
||||
* oci opsi host-insights list-host-configurations --host-id --host-type
|
||||
* oci opsi host-insights list-hosted-entities --host-id --host-type
|
||||
* Support shape option for creating instance in the Integration service
|
||||
* ``oci integration integration-instance create --shape``
|
||||
* [BREAKING] Multiple subgroup and command renames in the Open Search service
|
||||
* ``oci opensearch cluster``
|
||||
* ``oci opensearch backup``
|
||||
* [BREAKING] --inventory-log is now a required parameter in the Java Management Service
|
||||
* ``oci jms fleet create --inventory-log``
|
||||
- Refresh patches for new version
|
||||
+ oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 09:13:55 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.13.0
|
||||
Version: 3.15.0
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure CLI
|
||||
License: Apache-2.0
|
||||
@ -46,7 +46,7 @@ BuildRequires: python3-click >= 7.1.2
|
||||
BuildRequires: python3-cryptography >= 3.2.1
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-jmespath >= 0.10.0
|
||||
BuildRequires: python3-oci-sdk >= 2.77.0
|
||||
BuildRequires: python3-oci-sdk >= 2.79.0
|
||||
BuildRequires: python3-pyOpenSSL >= 19.1.0
|
||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||
BuildRequires: python3-pytz >= 2016.10
|
||||
@ -82,7 +82,7 @@ Requires: python3-certifi
|
||||
Requires: python3-click >= 7.1.2
|
||||
Requires: python3-cryptography >= 3.2.1
|
||||
Requires: python3-jmespath >= 0.10.0
|
||||
Requires: python3-oci-sdk >= 2.77.0
|
||||
Requires: python3-oci-sdk >= 2.79.0
|
||||
Requires: python3-prompt_toolkit >= 3.0.29
|
||||
Requires: python3-pyOpenSSL >= 19.1.0
|
||||
Requires: python3-python-dateutil >= 2.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user