From 1cb205dfa0fe72a0879116bd0a45cf76ed4d78da Mon Sep 17 00:00:00 2001 From: seldondev Date: Mon, 22 Jan 2024 13:41:16 +0000 Subject: [PATCH] Generating changelog for v2.7.0 --- CHANGELOG.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf50ceebcb..73076fedce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v2.7.0-rc2](https://github.com/SeldonIO/seldon-core/compare/v2.7.0-rc1...v2.7.0-rc2) +#### [v2.7.0](https://github.com/SeldonIO/seldon-core/compare/v2.6.0...v2.7.0) -> 13 September 2023 +> 22 January 2024 +- fix(envoy): add readiness probe to Envoy [`#5158`](https://github.com/SeldonIO/seldon-core/pull/5158) +- Initial commit to remove finalizer - also fixes name typo to fix SeldonRuntime Ready status for dataflow engine [`#5109`](https://github.com/SeldonIO/seldon-core/pull/5109) +- fix: Start triton server via bash -c tritonserver instead of just tritonserver [`#5030`](https://github.com/SeldonIO/seldon-core/pull/5030) +- fix(scheduler): Fix deleting models that are still progressing [`#5143`](https://github.com/SeldonIO/seldon-core/pull/5143) +- fix(docs): Auto-detected typos [`#5135`](https://github.com/SeldonIO/seldon-core/pull/5135) +- refactor(crds): Use built-in OpenAPI validation [`#5129`](https://github.com/SeldonIO/seldon-core/pull/5129) +- fix(docs): Use consistent shell style [`#5133`](https://github.com/SeldonIO/seldon-core/pull/5133) - feat(kafka): Add support for SASL OAUTHBEARER mechanism for Kafka [`#5127`](https://github.com/SeldonIO/seldon-core/pull/5127) - fix(podmonitor): Pipelinegateway podmonitor label fix [`#5120`](https://github.com/SeldonIO/seldon-core/pull/5120) - build(kafka): change message.max.bytes in broker side to align with producer and consumer [`#5126`](https://github.com/SeldonIO/seldon-core/pull/5126) @@ -18,14 +25,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat(scheduler): Match models requirements for servers not replicas & improve status handling [`#5107`](https://github.com/SeldonIO/seldon-core/pull/5107) - feat(docs): [SCv2] Automatically create and upload a custom HF model to seldon-models in GCS on every new MLServer version [`#5103`](https://github.com/SeldonIO/seldon-core/pull/5103) - ci(security): Remove linting steps for GHA security workflow [`#5102`](https://github.com/SeldonIO/seldon-core/pull/5102) -- Generating changelog for v2.7.0-rc2 [`b309a34`](https://github.com/SeldonIO/seldon-core/commit/b309a3486b172663c8c99014d341bcbfd08673ca) -- Setting version for helm charts [`c69c652`](https://github.com/SeldonIO/seldon-core/commit/c69c652c4e83f51fd2989007d9c76f081bde58e5) -- Setting version for yaml manifests [`cb1731c`](https://github.com/SeldonIO/seldon-core/commit/cb1731c2190672393c74c38ca2182a11ab6aa655) - -#### [v2.7.0-rc1](https://github.com/SeldonIO/seldon-core/compare/v2.6.0...v2.7.0-rc1) - -> 24 August 2023 - - Add ns env var for local docker deployments [`#5101`](https://github.com/SeldonIO/seldon-core/pull/5101) - remove timoeut in envoy [`#5099`](https://github.com/SeldonIO/seldon-core/pull/5099) - feat: Allow kafka consumer group id prefix configuration [`#5072`](https://github.com/SeldonIO/seldon-core/pull/5072) @@ -44,9 +43,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix: hodometer enable flag and docs [`#5025`](https://github.com/SeldonIO/seldon-core/pull/5025) - fix helm docs runtime name typo [`#5019`](https://github.com/SeldonIO/seldon-core/pull/5019) - feat(helm): Make SeldonConfig configurable in SeldonRuntime Helm chart [`#5014`](https://github.com/SeldonIO/seldon-core/pull/5014) +- Generating changelog for v2.7.0 [`227ed04`](https://github.com/SeldonIO/seldon-core/commit/227ed04eb2d6ae5c4d28369fd67a5f03c41b9a80) +- feat: LPL release [`7a83250`](https://github.com/SeldonIO/seldon-core/commit/7a8325018bf323702dc6ef01594db5177c112c3d) - Generating changelog for v2.7.0-rc1 [`108d38d`](https://github.com/SeldonIO/seldon-core/commit/108d38dd625299923946616c62abb5aa678f9a9c) +- Setting version for helm charts [`3d64cc5`](https://github.com/SeldonIO/seldon-core/commit/3d64cc57ea5d41551f8e21a240875bc9d1d9681b) - Setting version for yaml manifests [`4bd4b18`](https://github.com/SeldonIO/seldon-core/commit/4bd4b187adc256d125200bf73cfdbcf6a3c58057) -- Setting version for helm charts [`30bcd42`](https://github.com/SeldonIO/seldon-core/commit/30bcd42fba0531792aec268aba7526dcb9aa716e) #### [v2.6.0](https://github.com/SeldonIO/seldon-core/compare/v2.5.0...v2.6.0)