Skip to content

Commit deddeac

Browse files
authored
Releasing version 3.37.6
Releasing version 3.37.6
2 parents 5dc46b9 + c542adf commit deddeac

File tree

5 files changed

+12
-29
lines changed

5 files changed

+12
-29
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.
88

9+
3.37.6 - 2024-01-25
10+
--------------------
11+
Added
12+
~~~~~
13+
* Support for the new Generative AI Service Inference Service
14+
15+
* ``oci generative-ai-inference``
16+
917
3.37.5 - 2024-01-23
1018
--------------------
1119
Added

CONTRIBUTING.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ __ https://docs.oracle.com/iaas/Content/API/SDKDocs/cliusing_topic-Using_Interac
3636

3737
Container Image
3838
---------------
39-
OCI CLI is now available as container images.
39+
OCI CLI is now available as container images.
4040

4141
With a standards-compliant container runtime engine, pull and run the latest version of oci-cli from the GitHub Container Registry.
4242

@@ -173,7 +173,7 @@ oci-cli is an open source project. See CONTRIBUTING__ for details.
173173

174174
Oracle gratefully acknowledges the contributions to oci-cli that have been made by the community.
175175

176-
__ https://github.com/oracle/oci-cli/blob/master/CONTRIBUTING.rst
176+
__ https://github.com/oracle/oci-cli/blob/master/CONTRIBUTING.md
177177

178178

179179
Known Issues

services/generative_ai_inference/src/oci_cli_generative_ai_inference/generative_ai_inference_cli_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# generativeaiinference_cli.generate_text_result_group.commands.pop(generativeaiinference_cli.generate_text_llama_llm_inference_request.name)
99
# generativeaiinference_cli.generate_text_result_group.commands.pop(generativeaiinference_cli.generate_text_cohere_llm_inference_request.name)
1010
# Remove oci generative-ai-inference generate-text-result
11-
generativeaiinference_cli.generative_ai_inference_root_group.commands.pop(generativeaiinference_cli.generate_text_result_group.name)
11+
#generativeaiinference_cli.generative_ai_inference_root_group.commands.pop(generativeaiinference_cli.generate_text_result_group.name)

src/oci_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
33
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
44

5-
__version__ = '3.37.5'
5+
__version__ = '3.37.6'

0 commit comments

Comments
 (0)