Skip to content

Commit

Permalink
Generating changelog for v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seldondev committed Jan 22, 2024
1 parent 33af0eb commit 1cb205d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)

Expand Down

0 comments on commit 1cb205d

Please sign in to comment.