Skip to content

Commit

Permalink
Releasing version 3.37.6
Browse files Browse the repository at this point in the history
Releasing version 3.37.6
  • Loading branch information
Swarn10 authored Jan 25, 2024
2 parents 5dc46b9 + c542adf commit deddeac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 29 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.

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

3.37.6 - 2024-01-25
--------------------
Added
~~~~~
* Support for the new Generative AI Service Inference Service

* ``oci generative-ai-inference``

3.37.5 - 2024-01-23
--------------------
Added
Expand Down
25 changes: 0 additions & 25 deletions CONTRIBUTING.rst

This file was deleted.

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ __ https://docs.oracle.com/iaas/Content/API/SDKDocs/cliusing_topic-Using_Interac

Container Image
---------------
OCI CLI is now available as container images.
OCI CLI is now available as container images.

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

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

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

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


Known Issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# generativeaiinference_cli.generate_text_result_group.commands.pop(generativeaiinference_cli.generate_text_llama_llm_inference_request.name)
# generativeaiinference_cli.generate_text_result_group.commands.pop(generativeaiinference_cli.generate_text_cohere_llm_inference_request.name)
# Remove oci generative-ai-inference generate-text-result
generativeaiinference_cli.generative_ai_inference_root_group.commands.pop(generativeaiinference_cli.generate_text_result_group.name)
#generativeaiinference_cli.generative_ai_inference_root_group.commands.pop(generativeaiinference_cli.generate_text_result_group.name)
2 changes: 1 addition & 1 deletion src/oci_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
# 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.

__version__ = '3.37.5'
__version__ = '3.37.6'

0 comments on commit deddeac

Please sign in to comment.