From 1cabd1180b3adca8cb9d5bb8ee30a9724da8ef26 Mon Sep 17 00:00:00 2001 From: Francisco Aranda Date: Wed, 2 Oct 2024 14:19:48 +0200 Subject: [PATCH] chore: Review changelog --- argilla-server/CHANGELOG.md | 1 + argilla/CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/argilla-server/CHANGELOG.md b/argilla-server/CHANGELOG.md index b5dc4bc44c..af49828ab9 100644 --- a/argilla-server/CHANGELOG.md +++ b/argilla-server/CHANGELOG.md @@ -20,6 +20,7 @@ These are the section headers that we use: ### Added +- Added support for `CustomField`. ([#5422](https://github.com/argilla-io/argilla/pull/5422)) - Added helm chart for argilla. ([#5512](https://github.com/argilla-io/argilla/pull/5512)) ### Fixed diff --git a/argilla/CHANGELOG.md b/argilla/CHANGELOG.md index 15b0299f02..8ba5678670 100644 --- a/argilla/CHANGELOG.md +++ b/argilla/CHANGELOG.md @@ -20,6 +20,7 @@ These are the section headers that we use: ### Added +- Added support for `CustomField`. ([#5422](https://github.com/argilla-io/argilla/pull/5422)) - Added `inserted_at` and `updated_at` to `Resource` model as properties. ([#5540](https://github.com/argilla-io/argilla/pull/5540)) - Added `limit` argument when fetching records. ([#5525](https://github.com/argilla-io/argilla/pull/5525) - Added similarity search support. ((#5546)[https://github.com/argilla-io/argilla/pull/5546]) @@ -28,6 +29,7 @@ These are the section headers that we use: ### Changed - Changed the __repr__ method for `SettingsProperties` to display the details of all the properties in `Setting` object. ([#5380](https://github.com/argilla-io/argilla/issues/5380)) + ### Fixed - Fixed the deployment yaml used to create a new Argilla server in K8s. Added `USERNAME` and `PASSWORD` to the environment variables of pod template. ([#5434](https://github.com/argilla-io/argilla/issues/5434))