Skip to content

Commit f4efc86

Browse files
authored
New version: Oracle.OCI-CLI version 3.71.0 (microsoft#315409)
1 parent 538aea9 commit f4efc86

File tree

3 files changed

+143
-0
lines changed

3 files changed

+143
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Oracle.OCI-CLI
5+
PackageVersion: 3.71.0
6+
InstallerLocale: en-US
7+
InstallerType: msi
8+
InstallModes:
9+
- interactive
10+
- silent
11+
- silentWithProgress
12+
UpgradeBehavior: install
13+
Commands:
14+
- oci
15+
ProductCode: '{4BD71EB6-1B1D-4E6F-84E2-2E88FA2A9AB1}'
16+
ReleaseDate: 2025-11-20
17+
AppsAndFeaturesEntries:
18+
- DisplayName: oci-cli
19+
Publisher: Oracle
20+
ProductCode: '{4BD71EB6-1B1D-4E6F-84E2-2E88FA2A9AB1}'
21+
UpgradeCode: '{48B079F4-B598-438D-A62A-8A233A3F8901}'
22+
InstallationMetadata:
23+
DefaultInstallLocation: Lib
24+
Installers:
25+
- Architecture: x64
26+
InstallerUrl: https://github.com/oracle/oci-cli/releases/download/v3.71.0/oci-cli-3.71.0-Windows-Server-Installer.msi
27+
InstallerSha256: 081DD88796A2D910A4245D50988D4FA52425B9EA1E90F87042AF2CB3A4996DDE
28+
ManifestType: installer
29+
ManifestVersion: 1.10.0
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Oracle.OCI-CLI
5+
PackageVersion: 3.71.0
6+
PackageLocale: en-US
7+
Publisher: Oracle Corporation
8+
PublisherUrl: https://github.com/oracle
9+
PublisherSupportUrl: https://github.com/oracle/oci-cli/issues
10+
PackageName: Oracle Cloud Infrastructure CLI
11+
PackageUrl: https://github.com/oracle/oci-cli
12+
License: Dual License (UPL-1.0 / Apache-2.0)
13+
LicenseUrl: https://github.com/oracle/oci-cli/blob/HEAD/LICENSE.txt
14+
Copyright: Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
15+
CopyrightUrl: https://github.com/oracle/oci-cli/blob/master/LICENSE.txt
16+
ShortDescription: Command Line Interface for Oracle Cloud Infrastructure
17+
Tags:
18+
- bare-metal
19+
- cli
20+
- cloud
21+
- infrastructure
22+
ReleaseNotes: |-
23+
Added
24+
- Api-Gateway Service
25+
- Support for IPv6 and Reserved IPs for API Gateway service
26+
- oci api-gateway gateway create --ip-mode
27+
- oci api-gateway gateway create --ipv4-address-configuration
28+
- oci api-gateway gateway create --ipv6-address-configuration
29+
- Core Service
30+
- Support for Firmware Pinning in the Compute GPU Memory Fabric service
31+
- oci compute compute-gpu-memory-fabric update --memory-fabric-preferences
32+
- oci compute compute-gpu-memory-fabric get
33+
- oci compute compute-gpu-memory-fabric list
34+
- Bastion Service
35+
- Support for security attribute in bastion service
36+
- oci bastion
37+
- Database Service
38+
- Add new command to check DG Health Status in the Database service
39+
- oci db database refresh-dataguard-health --database-id, -? | -h | --help
40+
- DG creation with AWS, changing encryption key location to AWS, and two new apis to register/unregister pkcs
41+
- oci db data-guard-association create-data-guard-association-aws-encryption-key-details
42+
- oci db database change-encryption-key-location-aws-encryption-key-details
43+
- oci db cloud-vm-cluster register-cloud-vm-cluster-pkcs
44+
- oci db cloud-vm-cluster unregister-cloud-vm-cluster-pkcs
45+
- DbMulticloud service
46+
- Support for the AWS dbmulticloud service (oci dbmulticloud)
47+
- oci dbmulticloud oracle-db-aws-identity-connector
48+
- oci dbmulticloud oracle-db-aws-key
49+
- MultiCloud Service
50+
- Added multicloudsubscriptions and omHub/multicloudResources APIs.
51+
- oci multicloud multicloud-resources multicloud-resource-collection list-multicloud-resources
52+
- oci multicloud multicloudsubscriptions multicloud-subscription-collection list-multicloud-subscriptions
53+
- Generative AI Inference Service
54+
- Support for new GenericChatRequest parameters in Generative AI inference service
55+
- oci generative-ai-inference chat-result chat-generic-chat-request --chat-request-service-tier
56+
- Email Service
57+
- Support for Self Serve IP Pool API in Email Delivery service
58+
- oci email email-ip-pool remove
59+
- oci email email-ip-pool get
60+
- oci email email-ip-pool delete
61+
- oci email email-ip-pool-collection list-email-ip-pools
62+
- oci email email-ip-pool change-compartment
63+
- oci email email-outbound-ip-collection list-email-outbound-ips
64+
- Iot Service
65+
- Added optional parameters in digital twin instance command
66+
- oci iot digital-twin-instance update --digital-twin-model-spec-uri --digital-twin-model-id
67+
- Object Storage Service
68+
- Support for Object Batch Delete in Object Storage
69+
- oci os object batch-delete --bucket-name, --objects --is-skip-deleted-result --namespace-name
70+
- Golden Gate Service
71+
- Support for enabling pause operation for ZeroETL pipelines in the GoldenGate service.
72+
- oci goldengate pipeline pause --pipeline-id
73+
- Support for shared connections for ZeroETL pipelines in the GoldenGate service
74+
- oci goldengate pipeline create-zero-etl-pipeline --subnet-id
75+
- oci goldengate pipeline update-zero-etl-pipeline --subnet-id
76+
- Service Catalog Service
77+
- Support for new service catalog access control on marketplace in ServiceCatalog service
78+
- oci service-catalog application-summary list-all-applications
79+
- oci service-catalog configuration get
80+
- Added optional parameter for these commands
81+
- oci service-catalog service-catalog create --status
82+
- oci service-catalog service-catalog list --status
83+
- [BREAKING] Added new required parameter for mentioned command
84+
- oci service-catalog service-catalog update --status
85+
- Data Catalog Service
86+
- Support for ZPR in DCAT Service
87+
- oci data-catalog catalog-private-endpoint update --security-attributes
88+
- oci data-catalog catalog-private-endpoint create --security-attributes
89+
- Opensearch Service
90+
- Support for bring your own certificate in OCI Search Service with OpenSearch service
91+
- oci opensearch cluster create --certificate-config
92+
- oci opensearch cluster update --certificate-config
93+
Changed
94+
- Service Catalog Service
95+
- [BREAKING] Moved optional parameter to required parameter for this command
96+
- oci service-catalog private-application create-with-stack-package --package-details-zip-file-base64-encoded
97+
File Checksums (SHA256)
98+
oci-cli-3.71.0.zip 4d66e86adecb5484d978a15130338ccf507f418a699ff5a14c6fde672342d561
99+
oci-cli-3.71.0-Windows-Server-2019-Offline.zip 7a73383caa8daa21599df972833abd8422a87d14f399e3812959ebb26b4655b1
100+
oci-cli-3.71.0-Windows-Server-2016-Offline.zip caed83e4cf20df21df90ec89ba360087e9ae04a74c08f5f6a6f42620880dc66e
101+
oci-cli-3.71.0-Ubuntu-20.04-Offline.zip 9086eeb319a349eb6ef016712167b49503e290a464269f9d1b440defa0b301a3
102+
oci-cli-3.71.0-Oracle-Linux-8-Offline.zip 4deb44b70132ecd4684e8f47da4e745f945fca25744842b58e0b202f6cd8c1e1
103+
oci-cli-3.71.0-Windows-Server-Installer.msi 081dd88796a2d910a4245d50988d4fa52425b9ea1e90f87042af2cb3a4996dde
104+
ReleaseNotesUrl: https://github.com/oracle/oci-cli/releases/tag/v3.71.0
105+
ManifestType: defaultLocale
106+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Oracle.OCI-CLI
5+
PackageVersion: 3.71.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)