Skip to content

Commit fae37d7

Browse files
committed
Update versions to 2.2.25 and bump base version to 2.2.26
1 parent bcbbf44 commit fae37d7

15 files changed

Lines changed: 22 additions & 22 deletions

File tree

deployment/helm_chart/opik/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: 2.2.24
24+
version: 2.2.25
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to
2828
# follow Semantic Versioning. They should reflect the version the application is using.
29-
appVersion: 2.2.24
29+
appVersion: 2.2.25
3030

3131
dependencies:
3232
- name: mysql

deployment/helm_chart/opik/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for Comet Opik
44

5-
![Version: 2.2.24](https://img.shields.io/badge/Version-2.2.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.24](https://img.shields.io/badge/AppVersion-2.2.24-informational?style=flat-square)
5+
![Version: 2.2.25](https://img.shields.io/badge/Version-2.2.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.25](https://img.shields.io/badge/AppVersion-2.2.25-informational?style=flat-square)
66
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/opik)](https://artifacthub.io/packages/search?repo=opik)
77

88
# Run Comet Opik with Helm

sdks/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opik",
33
"description": "Opik TypeScript and JavaScript SDK",
4-
"version": "2.2.24",
4+
"version": "2.2.25",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/comet-ml/opik.git",

sdks/typescript/src/opik/integrations/opik-gemini/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/src/opik/integrations/opik-gemini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opik-gemini",
33
"description": "Opik TypeScript and JavaScript SDK integration with Google Gemini AI",
4-
"version": "2.2.24",
4+
"version": "2.2.25",
55
"engines": {
66
"node": ">=18"
77
},

sdks/typescript/src/opik/integrations/opik-langchain/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/src/opik/integrations/opik-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opik-langchain",
33
"description": "Opik TypeScript and JavaScript SDK integration with LangChain",
4-
"version": "2.2.24",
4+
"version": "2.2.25",
55
"engines": {
66
"node": ">=18"
77
},

sdks/typescript/src/opik/integrations/opik-openai/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/src/opik/integrations/opik-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opik-openai",
33
"description": "Opik TypeScript and JavaScript SDK integration with OpenAI",
4-
"version": "2.2.24",
4+
"version": "2.2.25",
55
"engines": {
66
"node": ">=18"
77
},

0 commit comments

Comments
 (0)