forked from pool/oci-cli
Accepting request 1063791 from home:glaubitz:branches:Cloud:Tools
- Update to version 3.22.5 * Support for Autonomous Container Database role in the Database service * Support for new command * ``oci db autonomous-container-database change-dataguard-role`` * ``oci db autonomous-container-database-version list`` * Support for new optional parameter * ``oci db autonomous-container-database create --fast-start-fail-over-lag-limit-in-seconds --version-preference --db-version`` * ``oci db autonomous-container-database-dataguard update --fast-start-fail-over-lag-limit-in-seconds --protection-mode`` * ``oci db autonomous-container-database update --version-preference`` * Devops Deploy service * Support for new optional parameters * ``oci devops deploy-stage create-oke-helm-chart-stage --cleanup-on-fail --debug-helm --force-helm --history-max --no-hooks --render-subchart-notes --reset-values --reuse-values --set-string --set-values --skip-crds --wait-helm`` * ``oci devops deploy-stage update-oke-helm-chart-stage --cleanup-on-fail --debug-helm --force-helm --history-max --no-hooks --render-subchart-notes --reset-values --reuse-values --set-string --set-values --skip-crds --wait-helm`` * Support for new optional helm-verification-key-source parameter * ``oci devops deploy-artifact --create-helm-repository-artifact --helm-verification-key-source`` * ``oci devops deploy-artifact --update-helm-repository-artifact --helm-verification-key-source`` * Support for new optional dry-run parameter * ``oci devops deployment create-pipeline-deployment --dry-run`` * ``oci devops deployment create-single-stage-deployment --dry-run`` * Support for new Uploading MasterKey Wallets commands in the OCI GoldenGate Deployments service * ``oci goldengate deployment wallet-exists`` OBS-URL: https://build.opensuse.org/request/show/1063791 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=71
This commit is contained in:
parent
3686bd1885
commit
bb47eeae9d
@ -1,6 +1,6 @@
|
||||
diff -Nru oci-cli-3.22.3.orig/requirements.txt oci-cli-3.22.3/requirements.txt
|
||||
--- oci-cli-3.22.3.orig/requirements.txt 2023-01-24 11:01:27.000000000 +0100
|
||||
+++ oci-cli-3.22.3/requirements.txt 2023-01-25 16:27:46.000400884 +0100
|
||||
diff -Nru oci-cli-3.22.5.orig/requirements.txt oci-cli-3.22.5/requirements.txt
|
||||
--- oci-cli-3.22.5.orig/requirements.txt 2023-02-07 19:11:34.000000000 +0100
|
||||
+++ oci-cli-3.22.5/requirements.txt 2023-02-08 11:07:27.800184095 +0100
|
||||
@@ -2,42 +2,42 @@
|
||||
# (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.22.3.orig/requirements.txt oci-cli-3.22.3/requirements.txt
|
||||
-jmespath==0.10.0
|
||||
-ndg-httpsclient==0.4.2
|
||||
-mock==2.0.0
|
||||
-oci==2.90.3
|
||||
-oci==2.91.0
|
||||
-packaging==20.2
|
||||
-pluggy==0.13.0
|
||||
-py==1.10.0
|
||||
@ -37,7 +37,7 @@ diff -Nru oci-cli-3.22.3.orig/requirements.txt oci-cli-3.22.3/requirements.txt
|
||||
+jmespath>=0.10.0
|
||||
+ndg-httpsclient>=0.4.2
|
||||
+mock>=2.0.0
|
||||
+oci>=2.90.3
|
||||
+oci>=2.91.0
|
||||
+packaging>=20.2
|
||||
+pluggy>=0.13.0
|
||||
+py>=1.10.0
|
||||
@ -60,6 +60,9 @@ diff -Nru oci-cli-3.22.3.orig/requirements.txt oci-cli-3.22.3/requirements.txt
|
||||
-virtualenv==20.13.0
|
||||
-pytest-xdist==1.22.2
|
||||
-pytest-forked==1.0.2
|
||||
-PyYAML>=5.4,<6
|
||||
-docutils==0.15.2
|
||||
-prompt-toolkit==3.0.29
|
||||
+sphinx>=3.3.0
|
||||
+sphinx-rtd-theme>=0.4.3
|
||||
+terminaltables>=3.1.0
|
||||
@ -68,24 +71,22 @@ diff -Nru oci-cli-3.22.3.orig/requirements.txt oci-cli-3.22.3/requirements.txt
|
||||
+virtualenv>=20.13.0
|
||||
+pytest-xdist>=1.22.2
|
||||
+pytest-forked>=1.0.2
|
||||
PyYAML>=5.4,<6
|
||||
-docutils==0.15.2
|
||||
-prompt-toolkit==3.0.29
|
||||
+PyYAML>=5.4
|
||||
+docutils>=0.15.2
|
||||
+prompt-toolkit>=3.0.29
|
||||
setuptools>65.5.1; python_version > '3.6'
|
||||
-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.22.3.orig/setup.py oci-cli-3.22.3/setup.py
|
||||
--- oci-cli-3.22.3.orig/setup.py 2023-01-24 11:01:27.000000000 +0100
|
||||
+++ oci-cli-3.22.3/setup.py 2023-01-25 16:26:58.163937566 +0100
|
||||
diff -Nru oci-cli-3.22.5.orig/setup.py oci-cli-3.22.5/setup.py
|
||||
--- oci-cli-3.22.5.orig/setup.py 2023-02-07 19:11:34.000000000 +0100
|
||||
+++ oci-cli-3.22.5/setup.py 2023-02-08 11:06:31.704832653 +0100
|
||||
@@ -29,23 +29,23 @@
|
||||
readme = f.read()
|
||||
|
||||
requires = [
|
||||
- 'oci==2.90.3',
|
||||
+ 'oci>=2.90.3',
|
||||
- 'oci==2.91.0',
|
||||
+ 'oci>=2.91.0',
|
||||
'arrow>=1.0.0',
|
||||
'certifi',
|
||||
- 'click==7.1.2',
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df8cc927b4c974986f23651365eb33e4bf5448bb8e3c416f9346c75ad99d0031
|
||||
size 2815222
|
3
oci-cli-3.22.5.tar.gz
Normal file
3
oci-cli-3.22.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dc26032c9f4867a3d9139ab092cb249e91afc7e634b87f09529a1843686755a
|
||||
size 2834393
|
@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 10:21:13 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.22.5
|
||||
* Support for Autonomous Container Database role in the Database service
|
||||
* Support for new command
|
||||
* ``oci db autonomous-container-database change-dataguard-role``
|
||||
* ``oci db autonomous-container-database-version list``
|
||||
* Support for new optional parameter
|
||||
* ``oci db autonomous-container-database create
|
||||
--fast-start-fail-over-lag-limit-in-seconds --version-preference --db-version``
|
||||
* ``oci db autonomous-container-database-dataguard update
|
||||
--fast-start-fail-over-lag-limit-in-seconds --protection-mode``
|
||||
* ``oci db autonomous-container-database update --version-preference``
|
||||
* Devops Deploy service
|
||||
* Support for new optional parameters
|
||||
* ``oci devops deploy-stage create-oke-helm-chart-stage --cleanup-on-fail --debug-helm
|
||||
--force-helm --history-max --no-hooks --render-subchart-notes --reset-values
|
||||
--reuse-values --set-string --set-values --skip-crds --wait-helm``
|
||||
* ``oci devops deploy-stage update-oke-helm-chart-stage --cleanup-on-fail --debug-helm
|
||||
--force-helm --history-max --no-hooks --render-subchart-notes --reset-values
|
||||
--reuse-values --set-string --set-values --skip-crds --wait-helm``
|
||||
* Support for new optional helm-verification-key-source parameter
|
||||
* ``oci devops deploy-artifact --create-helm-repository-artifact
|
||||
--helm-verification-key-source``
|
||||
* ``oci devops deploy-artifact --update-helm-repository-artifact
|
||||
--helm-verification-key-source``
|
||||
* Support for new optional dry-run parameter
|
||||
* ``oci devops deployment create-pipeline-deployment --dry-run``
|
||||
* ``oci devops deployment create-single-stage-deployment --dry-run``
|
||||
* Support for new Uploading MasterKey Wallets commands
|
||||
in the OCI GoldenGate Deployments service
|
||||
* ``oci goldengate deployment wallet-exists``
|
||||
* ``oci goldengate deployment export-wallet``
|
||||
* ``oci goldengate deployment import-wallet``
|
||||
* ``oci goldengate deployment-wallets list-wallet-operations``
|
||||
* Support for new Custom configuration commands in the OPSI service
|
||||
* ``oci opsi opsi-configurations create-opsi-ux-configuration-details``
|
||||
* ``oci opsi opsi-configurations list``
|
||||
* ``oci opsi opsi-configurations get``
|
||||
* ``oci opsi opsi-configurations delete``
|
||||
* ``oci opsi opsi-configurations update-opsi-ux-configuration-details``
|
||||
* ``oci opsi opsi-configurations change``
|
||||
* ``oci opsi opsi-configurations summarize-configuration-items``
|
||||
- from version 3.22.4
|
||||
* Support for new optional parameters for ExaCC, vault secret, and tool details in the Database service
|
||||
* ``oci db autonomous-database create --compute-count --compute-model
|
||||
--secret-id --secret-version-number --db-tools-details``
|
||||
* ``oci db autonomous-database create-adb-cross-region-data-guard-details
|
||||
--compute-count --compute-model --secret-id --secret-version-number --db-tools-details``
|
||||
* ``oci db autonomous-database create-from-backup-id --compute-count
|
||||
--compute-model --secret-id --secret-version-number --db-tools-details``
|
||||
* ``oci db autonomous-database create-from-backup-timestamp --compute-count
|
||||
--compute-model --secret-id --secret-version-number --db-tools-details``
|
||||
* ``oci db autonomous-database create-from-clone --compute-count
|
||||
--compute-model --secret-id --secret-version-number --db-tools-details``
|
||||
* ``oci db autonomous-database create-refreshable-clone --compute-count
|
||||
--compute-model --secret-id --secret-version-number --db-tools-details``
|
||||
* ``oci db autonomous-database update --compute-count --secret-id
|
||||
--secret-version-number --db-tools-details``
|
||||
* ``oci db autonomous-vm-cluster create --compute-model``
|
||||
* ``oci db cloud-autonomous-vm-cluster create --compute-model``
|
||||
* Support for new optional parameters enabling role-based access control in the Opensearch service
|
||||
* ``oci opensearch cluster create --security-mode
|
||||
--security-master-user-name --security-master-user-password-hash``
|
||||
* ``oci opensearch cluster update --security-mode
|
||||
--security-master-user-name --security-master-user-password-hash``
|
||||
* Devops service
|
||||
* Support for new commands
|
||||
* ``oci devops deploy-stage create-shell-stage``
|
||||
* ``oci devops deploy-stage update-shell-stage``
|
||||
* Support for new artifact type COMMAND_SPEC for existing parameter ``--artifact-type``
|
||||
* ``oci devops deploy-artifact update --artifact-type command_spec``
|
||||
* ``oci devops deploy-artifact create-generic-artifact --artifact-type command_spec``
|
||||
* ``oci devops deploy-artifact create-inline-artifact --artifact-type command_spec``
|
||||
* ``oci devops deploy-artifact update-generic-artifact --artifact-type command_spec``
|
||||
* ``oci devops deploy-artifact update-inline-artifact --artifact-type command_spec``
|
||||
* Fixed reading from and writing to default config (~/.oci/config)
|
||||
when importing authentication session
|
||||
* ``oci session import``
|
||||
- Refresh patches for new version
|
||||
* oc_relax-python-depends.patch
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 15:29:36 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: oci-cli%{psuffix}
|
||||
Version: 3.22.3
|
||||
Version: 3.22.5
|
||||
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.90.3
|
||||
BuildRequires: python3-oci-sdk >= 2.91.0
|
||||
BuildRequires: python3-pyOpenSSL >= 22.1.0
|
||||
BuildRequires: python3-python-dateutil >= 2.5.3
|
||||
BuildRequires: python3-pytz >= 2016.10
|
||||
@ -82,7 +82,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.90.3
|
||||
Requires: python3-oci-sdk >= 2.91.0
|
||||
Requires: python3-prompt_toolkit >= 3.0.29
|
||||
Requires: python3-pyOpenSSL >= 22.1.0
|
||||
Requires: python3-python-dateutil >= 2.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user