Features / Enhancements
- Runtimes: Add tolerations support, #1808, @Tankilevitch
- Build: Assign more function spec attributes to kaniko pod, #1825, @Tankilevitch
- Artifacts: Support artifact tags in project APIs, #1834, @yaronha
- Feature Store: Add support for
run_id
on targets, #1512, @benbd86 - Feature Store: Preserve all columns in Spark aggregation step, #1824, @gtopper
- Feature Store: Add
MinMaxLenValidator
andRegexValidator
, #1702, @george0st - Docs: Add examples and repair description, #1839, @george0st
- Docs: Add limitation on column name for data ingestion with Pandas engine, #1835, @jillnogold
- Secrets: Change marketplace to use Secrets crud object + generalize it, #1821, @theSaarco
- UI: Features & enhancement
Bug fixes
- DB: Fix backup and migrations not to happen before unwanted-ly, #1830, @Hedingber
- Docs: Fix set environment variables numbering, #1829, @jillnogold
- Docs: Fix ScheduleCronTrigger class docstring, #1828, @daniels290813
- Docs: Fix model serving example, #1823, @daniels290813
- UI: Bug fixes
Pull requests:
93228ce [Docs] Add examples and repair description (#1839)
2042b5f [Feature Store] Add support for run_id
on targets (#1512)
54a9d55 [Docs] Add limitation on column name for data ingestion with Pandas engine (#1835)
f20e832 [Docs] Bump docs docker tag to 0.10.1 (#1837)
ff392cb [Artifacts] Support artifact tags in project APIs (#1834)
71dd3ad [DB] Fix backup and migrations not to happen before unwanted-ly (#1830)
647a42e [Docs] Fix set environment variables numbering (#1829)
477fd8c [Docs] Fix ScheduleCronTrigger class docstring (#1828)
6360add [Docs] Fix model serving example (#1823)
4a8bc17 [Feature Store] Preserve all columns in Spark aggregation step (#1824)
939deb7 [Feature Store] Add MinMaxLenValidator
and RegexValidator
(#1702)
e9a2e8d [Build] Assign more function spec attributes to kaniko pod (#1825)
e0ebd17 [Secrets] Change marketplace to use Secrets crud object + generalize it (#1821)
50dfdd0 [Runtimes] Add tolerations support (#1808)