From adf6c54503da2b415800485c57c335df75be8fc5 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Tue, 22 Feb 2022 10:05:14 +0000 Subject: [PATCH] Updating changelog to 1.13.1 --- CHANGELOG.md | 2910 +++++++++++++++++++++++++------------------------- 1 file changed, 1456 insertions(+), 1454 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 115e287428..7c1f2a7f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,1667 +4,1669 @@ 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). -#### [v1.13.1](https://github.com/axsaucedo/seldon-core/compare/v1.13.0...v1.13.1) +#### [v1.13.1](https://github.com/SeldonIO/seldon-core/compare/v1.13.0...v1.13.1) > 21 February 2022 -- Updated base golang images to 1.17.7 [`#3951`](https://github.com/axsaucedo/seldon-core/pull/3951) -- cast float/int 64 to 32 in alibi-detect-server [`#3958`](https://github.com/axsaucedo/seldon-core/pull/3958) -- Update security policy to outline current security scans [`#3959`](https://github.com/axsaucedo/seldon-core/pull/3959) -- Addresing security vulnerabilities for 1.13.1 release [`#3949`](https://github.com/axsaucedo/seldon-core/pull/3949) -- Updating broken link in documentation [`#3950`](https://github.com/axsaucedo/seldon-core/pull/3950) -- Fixed Flask dependency by pinning markupsafe and itsdangerous [`#3948`](https://github.com/axsaucedo/seldon-core/pull/3948) -- Fixing failing docs CI tests [`#3915`](https://github.com/axsaucedo/seldon-core/pull/3915) -- Update images to 1.14.0-dev for next semver release [`#3939`](https://github.com/axsaucedo/seldon-core/pull/3939) -- Adding chmod to dockefile example [`#3937`](https://github.com/axsaucedo/seldon-core/pull/3937) -- Update Adopters.md [`#3934`](https://github.com/axsaucedo/seldon-core/pull/3934) -- Update kfserving-storage-initializer.md [`#3831`](https://github.com/axsaucedo/seldon-core/issues/3831) -- Release v1.13.1 [`c696e99`](https://github.com/axsaucedo/seldon-core/commit/c696e9907239cb084918eff4a4ab07b7c179d8e9) - -#### [v1.13.0](https://github.com/axsaucedo/seldon-core/compare/v1.12.0...v1.13.0) +- Updated base golang images to 1.17.7 [`#3951`](https://github.com/SeldonIO/seldon-core/pull/3951) +- cast float/int 64 to 32 in alibi-detect-server [`#3958`](https://github.com/SeldonIO/seldon-core/pull/3958) +- Update security policy to outline current security scans [`#3959`](https://github.com/SeldonIO/seldon-core/pull/3959) +- Addresing security vulnerabilities for 1.13.1 release [`#3949`](https://github.com/SeldonIO/seldon-core/pull/3949) +- Updating broken link in documentation [`#3950`](https://github.com/SeldonIO/seldon-core/pull/3950) +- Fixed Flask dependency by pinning markupsafe and itsdangerous [`#3948`](https://github.com/SeldonIO/seldon-core/pull/3948) +- Fixing failing docs CI tests [`#3915`](https://github.com/SeldonIO/seldon-core/pull/3915) +- Update images to 1.14.0-dev for next semver release [`#3939`](https://github.com/SeldonIO/seldon-core/pull/3939) +- Adding chmod to dockefile example [`#3937`](https://github.com/SeldonIO/seldon-core/pull/3937) +- Update Adopters.md [`#3934`](https://github.com/SeldonIO/seldon-core/pull/3934) +- Update kfserving-storage-initializer.md [`#3831`](https://github.com/SeldonIO/seldon-core/issues/3831) +- Release v1.13.1 [`c696e99`](https://github.com/SeldonIO/seldon-core/commit/c696e9907239cb084918eff4a4ab07b7c179d8e9) +- Release v1.13.1 security images [`d90766d`](https://github.com/SeldonIO/seldon-core/commit/d90766da8bfc418c0c339a145cb100e7d8376c58) +- Release v1.13.1 changelog [`83f2f63`](https://github.com/SeldonIO/seldon-core/commit/83f2f6355199455e9be9795c2d09e2ddfdcfa540) + +#### [v1.13.0](https://github.com/SeldonIO/seldon-core/compare/v1.12.0...v1.13.0) > 17 February 2022 -- Add test for tensorflow prepackaged Seldon protocol with resource requests specified [`#3928`](https://github.com/axsaucedo/seldon-core/pull/3928) -- Bump MLServer to 1.0.0 [`#3927`](https://github.com/axsaucedo/seldon-core/pull/3927) -- Skip request logging if skip header is present [`#3925`](https://github.com/axsaucedo/seldon-core/pull/3925) -- upgrade alibi explain to 0.6.4 [`#3885`](https://github.com/axsaucedo/seldon-core/pull/3885) -- Allow v2 as protocol name [`#3906`](https://github.com/axsaucedo/seldon-core/pull/3906) -- Bump MLServer image to 1.0.0.rc2 [`#3916`](https://github.com/axsaucedo/seldon-core/pull/3916) -- Update gcp.rst [`#3921`](https://github.com/axsaucedo/seldon-core/pull/3921) -- Add model_name when chaining requests [`#3805`](https://github.com/axsaucedo/seldon-core/pull/3805) -- Fixing Alibi Detect Server response cloud event data is json marshalled string [`#3907`](https://github.com/axsaucedo/seldon-core/pull/3907) -- bump alibi-detect to 0.8.1 in adserver [`#3871`](https://github.com/axsaucedo/seldon-core/pull/3871) -- Updating inference logic to add node level request-response logging [`#3874`](https://github.com/axsaucedo/seldon-core/pull/3874) -- Pass down ports info to MLServer [`#3898`](https://github.com/axsaucedo/seldon-core/pull/3898) -- Update autoscale docs [`#3905`](https://github.com/axsaucedo/seldon-core/pull/3905) -- Updating helm docs for 1.13.0-dev [`#3879`](https://github.com/axsaucedo/seldon-core/pull/3879) -- Updated cert-manager API version [`#3888`](https://github.com/axsaucedo/seldon-core/pull/3888) -- Fix seldon manager configmap for alibiexplainer version [`#3897`](https://github.com/axsaucedo/seldon-core/pull/3897) -- Adding test skip until fixed via 3857 [`#3894`](https://github.com/axsaucedo/seldon-core/pull/3894) -- Redhat 1.12.0 [`#3878`](https://github.com/axsaucedo/seldon-core/pull/3878) -- Add support to use PEM string for SSL [`#3868`](https://github.com/axsaucedo/seldon-core/pull/3868) -- Changes ndarry to ndarray [`#3892`](https://github.com/axsaucedo/seldon-core/pull/3892) -- 3804 Removal of Depricated Java Engine Resources [`#3845`](https://github.com/axsaucedo/seldon-core/pull/3845) -- Updating security tests to run on 1.13.0-dev images [`#3875`](https://github.com/axsaucedo/seldon-core/pull/3875) -- Upgrade confluent-kafka-go to v1.8.2 [`#3870`](https://github.com/axsaucedo/seldon-core/pull/3870) -- Bump upper constrains of MLflow server dependencies [`#3863`](https://github.com/axsaucedo/seldon-core/pull/3863) -- Add events to namespaced roles [`#3855`](https://github.com/axsaucedo/seldon-core/pull/3855) -- Seldon add ssl [`#3813`](https://github.com/axsaucedo/seldon-core/pull/3813) -- Add agrski as approver [`#3865`](https://github.com/axsaucedo/seldon-core/pull/3865) -- Operator sets seldondeployment to failed when deployment not progressing [`#3851`](https://github.com/axsaucedo/seldon-core/pull/3851) -- Read OIDC resource parameter [`#3844`](https://github.com/axsaucedo/seldon-core/pull/3844) -- Update mlflow.md [`#3843`](https://github.com/axsaucedo/seldon-core/pull/3843) -- Update overview.md [`#3842`](https://github.com/axsaucedo/seldon-core/pull/3842) -- Remove triage label and release notes block from templates [`#3835`](https://github.com/axsaucedo/seldon-core/pull/3835) -- Bump seldon-deploy-sdk to 1.4.1.2 in request logger [`#3838`](https://github.com/axsaucedo/seldon-core/pull/3838) -- Added missing words [`#3837`](https://github.com/axsaucedo/seldon-core/pull/3837) -- reference to kfserving storage initializer from dockerhub [`#3832`](https://github.com/axsaucedo/seldon-core/pull/3832) -- Updated license branch from master to main for hashicorp/go-version [`#3829`](https://github.com/axsaucedo/seldon-core/pull/3829) -- Update Dockerfile in python docker wrapper docs [`#3822`](https://github.com/axsaucedo/seldon-core/pull/3822) -- Fix broken link [`#3820`](https://github.com/axsaucedo/seldon-core/pull/3820) -- Exclude caBundle field when cert-manager is enabled [`#3807`](https://github.com/axsaucedo/seldon-core/pull/3807) -- Use default PID not UUID for worker ID [`#3801`](https://github.com/axsaucedo/seldon-core/pull/3801) -- Updating tag to 1.13.0-dev + adding changelog [`#3799`](https://github.com/axsaucedo/seldon-core/pull/3799) -- Add note for MacOS users [`#3800`](https://github.com/axsaucedo/seldon-core/pull/3800) -- Updated for changelog generator to use auto-changelog [`0ea7e2c`](https://github.com/axsaucedo/seldon-core/commit/0ea7e2c9f64d6d2225abeefa0f66fee1f66d420e) -- Updated changelog [`e6a60ae`](https://github.com/axsaucedo/seldon-core/commit/e6a60ae0b26ea0b04c9cf9ca075053196bd60849) -- Updated changelog with full changes! [`56bcce3`](https://github.com/axsaucedo/seldon-core/commit/56bcce3967c83c241f57d5a097993d397ed4f237) - -#### [v1.12.0](https://github.com/axsaucedo/seldon-core/compare/v1.11.2...v1.12.0) +- Add test for tensorflow prepackaged Seldon protocol with resource requests specified [`#3928`](https://github.com/SeldonIO/seldon-core/pull/3928) +- Bump MLServer to 1.0.0 [`#3927`](https://github.com/SeldonIO/seldon-core/pull/3927) +- Skip request logging if skip header is present [`#3925`](https://github.com/SeldonIO/seldon-core/pull/3925) +- upgrade alibi explain to 0.6.4 [`#3885`](https://github.com/SeldonIO/seldon-core/pull/3885) +- Allow v2 as protocol name [`#3906`](https://github.com/SeldonIO/seldon-core/pull/3906) +- Bump MLServer image to 1.0.0.rc2 [`#3916`](https://github.com/SeldonIO/seldon-core/pull/3916) +- Update gcp.rst [`#3921`](https://github.com/SeldonIO/seldon-core/pull/3921) +- Add model_name when chaining requests [`#3805`](https://github.com/SeldonIO/seldon-core/pull/3805) +- Fixing Alibi Detect Server response cloud event data is json marshalled string [`#3907`](https://github.com/SeldonIO/seldon-core/pull/3907) +- bump alibi-detect to 0.8.1 in adserver [`#3871`](https://github.com/SeldonIO/seldon-core/pull/3871) +- Updating inference logic to add node level request-response logging [`#3874`](https://github.com/SeldonIO/seldon-core/pull/3874) +- Pass down ports info to MLServer [`#3898`](https://github.com/SeldonIO/seldon-core/pull/3898) +- Update autoscale docs [`#3905`](https://github.com/SeldonIO/seldon-core/pull/3905) +- Updating helm docs for 1.13.0-dev [`#3879`](https://github.com/SeldonIO/seldon-core/pull/3879) +- Updated cert-manager API version [`#3888`](https://github.com/SeldonIO/seldon-core/pull/3888) +- Fix seldon manager configmap for alibiexplainer version [`#3897`](https://github.com/SeldonIO/seldon-core/pull/3897) +- Adding test skip until fixed via 3857 [`#3894`](https://github.com/SeldonIO/seldon-core/pull/3894) +- Redhat 1.12.0 [`#3878`](https://github.com/SeldonIO/seldon-core/pull/3878) +- Add support to use PEM string for SSL [`#3868`](https://github.com/SeldonIO/seldon-core/pull/3868) +- Changes ndarry to ndarray [`#3892`](https://github.com/SeldonIO/seldon-core/pull/3892) +- 3804 Removal of Depricated Java Engine Resources [`#3845`](https://github.com/SeldonIO/seldon-core/pull/3845) +- Updating security tests to run on 1.13.0-dev images [`#3875`](https://github.com/SeldonIO/seldon-core/pull/3875) +- Upgrade confluent-kafka-go to v1.8.2 [`#3870`](https://github.com/SeldonIO/seldon-core/pull/3870) +- Bump upper constrains of MLflow server dependencies [`#3863`](https://github.com/SeldonIO/seldon-core/pull/3863) +- Add events to namespaced roles [`#3855`](https://github.com/SeldonIO/seldon-core/pull/3855) +- Seldon add ssl [`#3813`](https://github.com/SeldonIO/seldon-core/pull/3813) +- Add agrski as approver [`#3865`](https://github.com/SeldonIO/seldon-core/pull/3865) +- Operator sets seldondeployment to failed when deployment not progressing [`#3851`](https://github.com/SeldonIO/seldon-core/pull/3851) +- Read OIDC resource parameter [`#3844`](https://github.com/SeldonIO/seldon-core/pull/3844) +- Update mlflow.md [`#3843`](https://github.com/SeldonIO/seldon-core/pull/3843) +- Update overview.md [`#3842`](https://github.com/SeldonIO/seldon-core/pull/3842) +- Remove triage label and release notes block from templates [`#3835`](https://github.com/SeldonIO/seldon-core/pull/3835) +- Bump seldon-deploy-sdk to 1.4.1.2 in request logger [`#3838`](https://github.com/SeldonIO/seldon-core/pull/3838) +- Added missing words [`#3837`](https://github.com/SeldonIO/seldon-core/pull/3837) +- reference to kfserving storage initializer from dockerhub [`#3832`](https://github.com/SeldonIO/seldon-core/pull/3832) +- Updated license branch from master to main for hashicorp/go-version [`#3829`](https://github.com/SeldonIO/seldon-core/pull/3829) +- Update Dockerfile in python docker wrapper docs [`#3822`](https://github.com/SeldonIO/seldon-core/pull/3822) +- Fix broken link [`#3820`](https://github.com/SeldonIO/seldon-core/pull/3820) +- Exclude caBundle field when cert-manager is enabled [`#3807`](https://github.com/SeldonIO/seldon-core/pull/3807) +- Use default PID not UUID for worker ID [`#3801`](https://github.com/SeldonIO/seldon-core/pull/3801) +- Updating tag to 1.13.0-dev + adding changelog [`#3799`](https://github.com/SeldonIO/seldon-core/pull/3799) +- Add note for MacOS users [`#3800`](https://github.com/SeldonIO/seldon-core/pull/3800) +- Updated for changelog generator to use auto-changelog [`0ea7e2c`](https://github.com/SeldonIO/seldon-core/commit/0ea7e2c9f64d6d2225abeefa0f66fee1f66d420e) +- Updated changelog [`e6a60ae`](https://github.com/SeldonIO/seldon-core/commit/e6a60ae0b26ea0b04c9cf9ca075053196bd60849) +- Updated changelog with full changes! [`56bcce3`](https://github.com/SeldonIO/seldon-core/commit/56bcce3967c83c241f57d5a097993d397ed4f237) + +#### [v1.12.0](https://github.com/SeldonIO/seldon-core/compare/v1.11.2...v1.12.0) > 9 December 2021 -- Bump MLServer image to 1.0.0.rc1 [`#3795`](https://github.com/axsaucedo/seldon-core/pull/3795) -- fix missing rclone in adserver [`#3796`](https://github.com/axsaucedo/seldon-core/pull/3796) -- build adserver dockerimage using poetry-defined environment [`#3783`](https://github.com/axsaucedo/seldon-core/pull/3783) -- Allow deployment name as prefix when default name to long [`#3768`](https://github.com/axsaucedo/seldon-core/pull/3768) -- Tweak script to generate MLflow environment tarball [`#3794`](https://github.com/axsaucedo/seldon-core/pull/3794) -- Added and addressed vulnerabilities with snyk [`#3793`](https://github.com/axsaucedo/seldon-core/pull/3793) -- use lowercase seldon-puid in batch processor [`#3791`](https://github.com/axsaucedo/seldon-core/pull/3791) -- Support https on batch processor [`#3774`](https://github.com/axsaucedo/seldon-core/pull/3774) -- always prioritize tags from model [`#3789`](https://github.com/axsaucedo/seldon-core/pull/3789) -- Added MPL Licenses to Docker images [`#3788`](https://github.com/axsaucedo/seldon-core/pull/3788) -- Address MLServer flakiness in CI tests [`#3754`](https://github.com/axsaucedo/seldon-core/pull/3754) -- remove explainer_examples.ipynb from test as we rely now on intergration tests test_alibi_explain.py [`#3778`](https://github.com/axsaucedo/seldon-core/pull/3778) -- removed argument from tags example [`#3771`](https://github.com/axsaucedo/seldon-core/pull/3771) -- fixed iris sklearn model example [`#3762`](https://github.com/axsaucedo/seldon-core/pull/3762) -- upgrade alibi to 0.6.2 [`#3765`](https://github.com/axsaucedo/seldon-core/pull/3765) -- Sherif akoush/sc 2549/alibi v1 fixes [`#3744`](https://github.com/axsaucedo/seldon-core/pull/3744) -- executor: decompress gzip paloyads before logging them [`#3746`](https://github.com/axsaucedo/seldon-core/pull/3746) -- Fixing docs-build test [`#3745`](https://github.com/axsaucedo/seldon-core/pull/3745) -- Transformers example [`#3743`](https://github.com/axsaucedo/seldon-core/pull/3743) -- Sherif akoush/sc 2543/alibi explain mlserver runtime [`#3707`](https://github.com/axsaucedo/seldon-core/pull/3707) -- Logger params [`#3738`](https://github.com/axsaucedo/seldon-core/pull/3738) -- Chart annotations cont, manager container security context [`#3741`](https://github.com/axsaucedo/seldon-core/pull/3741) -- add endpoint to match python status endpoint [`#3731`](https://github.com/axsaucedo/seldon-core/pull/3731) -- Ensure v1 webhook is created and add extra logs [`#3736`](https://github.com/axsaucedo/seldon-core/pull/3736) -- Chart annotations [`#3724`](https://github.com/axsaucedo/seldon-core/pull/3724) -- fix python lint [`#3737`](https://github.com/axsaucedo/seldon-core/pull/3737) -- Performance fix for the logger in the executor [`#3734`](https://github.com/axsaucedo/seldon-core/pull/3734) -- Mnist e2e triton [`#3728`](https://github.com/axsaucedo/seldon-core/pull/3728) -- Batch processor enhancemenst through raw data parameter [`#3718`](https://github.com/axsaucedo/seldon-core/pull/3718) -- e2e examples for iris explainer using poetry-defined environment [`#3642`](https://github.com/axsaucedo/seldon-core/pull/3642) -- add shutdown_delay option to executor & gRPC GracefulStop [`#3711`](https://github.com/axsaucedo/seldon-core/pull/3711) -- Add ginkgo Make target [`#3709`](https://github.com/axsaucedo/seldon-core/pull/3709) -- Added security scans for containers [`#3706`](https://github.com/axsaucedo/seldon-core/pull/3706) -- Disable scraping of explainer metrics as unsupported [`#3710`](https://github.com/axsaucedo/seldon-core/pull/3710) -- Executor Returns Clearer Errors on HTTP Failures [`#3626`](https://github.com/axsaucedo/seldon-core/pull/3626) -- add pdb to namespaced roles [`#3694`](https://github.com/axsaucedo/seldon-core/pull/3694) -- upgrade rclone base to 1.56.2 [`#3701`](https://github.com/axsaucedo/seldon-core/pull/3701) -- Removed broken link in readme for docs test lint fix [`#3700`](https://github.com/axsaucedo/seldon-core/pull/3700) -- combine virtualservices into one [`#3609`](https://github.com/axsaucedo/seldon-core/pull/3609) -- fix extra comma [`#3693`](https://github.com/axsaucedo/seldon-core/pull/3693) -- remove aws docs [`#3695`](https://github.com/axsaucedo/seldon-core/pull/3695) -- Adding support for Kubernetes 1.22 through validation webhook v1 [`#3667`](https://github.com/axsaucedo/seldon-core/pull/3667) -- updating all instances of rbac.authorization.k8s.io/v1beta1 to rbac.authorization.k8s.io/v1 [`#3676`](https://github.com/axsaucedo/seldon-core/pull/3676) -- Updated Python wrapper application folder owner to default 8888 [`#3674`](https://github.com/axsaucedo/seldon-core/pull/3674) -- Update ambassador-rbac.yaml [`#3678`](https://github.com/axsaucedo/seldon-core/pull/3678) -- Fixed KFserving version to v0.6.0 for Alibi Detect Server [`#3673`](https://github.com/axsaucedo/seldon-core/pull/3673) -- Update the examples to reflect the move to rclone-based storage initializer [`#3611`](https://github.com/axsaucedo/seldon-core/pull/3611) -- Added snyk security scans [`#3645`](https://github.com/axsaucedo/seldon-core/pull/3645) -- Update to Go 1.17.1 [`#3627`](https://github.com/axsaucedo/seldon-core/pull/3627) -- Fix for broken readme links [`#3671`](https://github.com/axsaucedo/seldon-core/pull/3671) -- Updated link to gh [`#3669`](https://github.com/axsaucedo/seldon-core/pull/3669) -- Updating the request logger version to latest sdk version [`#3668`](https://github.com/axsaucedo/seldon-core/pull/3668) -- cleaning up the kubeflow examples to explicitly mention installation of s2i in the README, updating the rquirements files to include pandas in the data_download pipeline step, update the requirements to point to the tar of the en_core_web_sm package since it cannot be pip installed, and small formatting changes to pipeline steps [`#3654`](https://github.com/axsaucedo/seldon-core/pull/3654) -- Fix typo in admission webhook for tensorflow protocol [`#3656`](https://github.com/axsaucedo/seldon-core/pull/3656) -- Updated ci script prints [`#3638`](https://github.com/axsaucedo/seldon-core/pull/3638) -- use ipv4 protocol for systems without ipv6 [`#3614`](https://github.com/axsaucedo/seldon-core/pull/3614) -- build alibi explain server using poetry [`#3549`](https://github.com/axsaucedo/seldon-core/pull/3549) -- Updated batch processor e2e tests to include interval parameter [`#3631`](https://github.com/axsaucedo/seldon-core/pull/3631) -- Updated broken links for Argo in docs to fix tests [`#3630`](https://github.com/axsaucedo/seldon-core/pull/3630) -- bulk insert batch requests [`#3628`](https://github.com/axsaucedo/seldon-core/pull/3628) -- Adding an interval config to batch processor component [`#3623`](https://github.com/axsaucedo/seldon-core/pull/3623) -- update slack link [`#3624`](https://github.com/axsaucedo/seldon-core/pull/3624) -- Added python timeouts [`#3617`](https://github.com/axsaucedo/seldon-core/pull/3617) -- Added GOMAXPROCS for CI pipeline jobs in JX [`#3619`](https://github.com/axsaucedo/seldon-core/pull/3619) -- Release 1.12.0-dev tag [`#3610`](https://github.com/axsaucedo/seldon-core/pull/3610) -- make combiner propagate requestPath from all children [`#3604`](https://github.com/axsaucedo/seldon-core/pull/3604) -- Updates to python wrapper docs, broken links fixed, switched server config to rst to add code line highlighting [`0b759a9`](https://github.com/axsaucedo/seldon-core/commit/0b759a9244960d6eb6ab3be593d1b3699d21275b) -- added sphinx-panels extension for tabbed code snippet support, updated installation page with ingress-specific installation commands in panels [`5dbbaea`](https://github.com/axsaucedo/seldon-core/commit/5dbbaeace5878d0c4592bcb7cca405e45329e1e5) -- rebuilt navigation entirely, now has new folder structure and simpler headings [`21a110e`](https://github.com/axsaucedo/seldon-core/commit/21a110e610d56c7bc91cd77109d5f21b0fc756f8) - -#### [v1.11.2](https://github.com/axsaucedo/seldon-core/compare/v1.11.1...v1.11.2) +- Bump MLServer image to 1.0.0.rc1 [`#3795`](https://github.com/SeldonIO/seldon-core/pull/3795) +- fix missing rclone in adserver [`#3796`](https://github.com/SeldonIO/seldon-core/pull/3796) +- build adserver dockerimage using poetry-defined environment [`#3783`](https://github.com/SeldonIO/seldon-core/pull/3783) +- Allow deployment name as prefix when default name to long [`#3768`](https://github.com/SeldonIO/seldon-core/pull/3768) +- Tweak script to generate MLflow environment tarball [`#3794`](https://github.com/SeldonIO/seldon-core/pull/3794) +- Added and addressed vulnerabilities with snyk [`#3793`](https://github.com/SeldonIO/seldon-core/pull/3793) +- use lowercase seldon-puid in batch processor [`#3791`](https://github.com/SeldonIO/seldon-core/pull/3791) +- Support https on batch processor [`#3774`](https://github.com/SeldonIO/seldon-core/pull/3774) +- always prioritize tags from model [`#3789`](https://github.com/SeldonIO/seldon-core/pull/3789) +- Added MPL Licenses to Docker images [`#3788`](https://github.com/SeldonIO/seldon-core/pull/3788) +- Address MLServer flakiness in CI tests [`#3754`](https://github.com/SeldonIO/seldon-core/pull/3754) +- remove explainer_examples.ipynb from test as we rely now on intergration tests test_alibi_explain.py [`#3778`](https://github.com/SeldonIO/seldon-core/pull/3778) +- removed argument from tags example [`#3771`](https://github.com/SeldonIO/seldon-core/pull/3771) +- fixed iris sklearn model example [`#3762`](https://github.com/SeldonIO/seldon-core/pull/3762) +- upgrade alibi to 0.6.2 [`#3765`](https://github.com/SeldonIO/seldon-core/pull/3765) +- Sherif akoush/sc 2549/alibi v1 fixes [`#3744`](https://github.com/SeldonIO/seldon-core/pull/3744) +- executor: decompress gzip paloyads before logging them [`#3746`](https://github.com/SeldonIO/seldon-core/pull/3746) +- Fixing docs-build test [`#3745`](https://github.com/SeldonIO/seldon-core/pull/3745) +- Transformers example [`#3743`](https://github.com/SeldonIO/seldon-core/pull/3743) +- Sherif akoush/sc 2543/alibi explain mlserver runtime [`#3707`](https://github.com/SeldonIO/seldon-core/pull/3707) +- Logger params [`#3738`](https://github.com/SeldonIO/seldon-core/pull/3738) +- Chart annotations cont, manager container security context [`#3741`](https://github.com/SeldonIO/seldon-core/pull/3741) +- add endpoint to match python status endpoint [`#3731`](https://github.com/SeldonIO/seldon-core/pull/3731) +- Ensure v1 webhook is created and add extra logs [`#3736`](https://github.com/SeldonIO/seldon-core/pull/3736) +- Chart annotations [`#3724`](https://github.com/SeldonIO/seldon-core/pull/3724) +- fix python lint [`#3737`](https://github.com/SeldonIO/seldon-core/pull/3737) +- Performance fix for the logger in the executor [`#3734`](https://github.com/SeldonIO/seldon-core/pull/3734) +- Mnist e2e triton [`#3728`](https://github.com/SeldonIO/seldon-core/pull/3728) +- Batch processor enhancemenst through raw data parameter [`#3718`](https://github.com/SeldonIO/seldon-core/pull/3718) +- e2e examples for iris explainer using poetry-defined environment [`#3642`](https://github.com/SeldonIO/seldon-core/pull/3642) +- add shutdown_delay option to executor & gRPC GracefulStop [`#3711`](https://github.com/SeldonIO/seldon-core/pull/3711) +- Add ginkgo Make target [`#3709`](https://github.com/SeldonIO/seldon-core/pull/3709) +- Added security scans for containers [`#3706`](https://github.com/SeldonIO/seldon-core/pull/3706) +- Disable scraping of explainer metrics as unsupported [`#3710`](https://github.com/SeldonIO/seldon-core/pull/3710) +- Executor Returns Clearer Errors on HTTP Failures [`#3626`](https://github.com/SeldonIO/seldon-core/pull/3626) +- add pdb to namespaced roles [`#3694`](https://github.com/SeldonIO/seldon-core/pull/3694) +- upgrade rclone base to 1.56.2 [`#3701`](https://github.com/SeldonIO/seldon-core/pull/3701) +- Removed broken link in readme for docs test lint fix [`#3700`](https://github.com/SeldonIO/seldon-core/pull/3700) +- combine virtualservices into one [`#3609`](https://github.com/SeldonIO/seldon-core/pull/3609) +- fix extra comma [`#3693`](https://github.com/SeldonIO/seldon-core/pull/3693) +- remove aws docs [`#3695`](https://github.com/SeldonIO/seldon-core/pull/3695) +- Adding support for Kubernetes 1.22 through validation webhook v1 [`#3667`](https://github.com/SeldonIO/seldon-core/pull/3667) +- updating all instances of rbac.authorization.k8s.io/v1beta1 to rbac.authorization.k8s.io/v1 [`#3676`](https://github.com/SeldonIO/seldon-core/pull/3676) +- Updated Python wrapper application folder owner to default 8888 [`#3674`](https://github.com/SeldonIO/seldon-core/pull/3674) +- Update ambassador-rbac.yaml [`#3678`](https://github.com/SeldonIO/seldon-core/pull/3678) +- Fixed KFserving version to v0.6.0 for Alibi Detect Server [`#3673`](https://github.com/SeldonIO/seldon-core/pull/3673) +- Update the examples to reflect the move to rclone-based storage initializer [`#3611`](https://github.com/SeldonIO/seldon-core/pull/3611) +- Added snyk security scans [`#3645`](https://github.com/SeldonIO/seldon-core/pull/3645) +- Update to Go 1.17.1 [`#3627`](https://github.com/SeldonIO/seldon-core/pull/3627) +- Fix for broken readme links [`#3671`](https://github.com/SeldonIO/seldon-core/pull/3671) +- Updated link to gh [`#3669`](https://github.com/SeldonIO/seldon-core/pull/3669) +- Updating the request logger version to latest sdk version [`#3668`](https://github.com/SeldonIO/seldon-core/pull/3668) +- cleaning up the kubeflow examples to explicitly mention installation of s2i in the README, updating the rquirements files to include pandas in the data_download pipeline step, update the requirements to point to the tar of the en_core_web_sm package since it cannot be pip installed, and small formatting changes to pipeline steps [`#3654`](https://github.com/SeldonIO/seldon-core/pull/3654) +- Fix typo in admission webhook for tensorflow protocol [`#3656`](https://github.com/SeldonIO/seldon-core/pull/3656) +- Updated ci script prints [`#3638`](https://github.com/SeldonIO/seldon-core/pull/3638) +- use ipv4 protocol for systems without ipv6 [`#3614`](https://github.com/SeldonIO/seldon-core/pull/3614) +- build alibi explain server using poetry [`#3549`](https://github.com/SeldonIO/seldon-core/pull/3549) +- Updated batch processor e2e tests to include interval parameter [`#3631`](https://github.com/SeldonIO/seldon-core/pull/3631) +- Updated broken links for Argo in docs to fix tests [`#3630`](https://github.com/SeldonIO/seldon-core/pull/3630) +- bulk insert batch requests [`#3628`](https://github.com/SeldonIO/seldon-core/pull/3628) +- Adding an interval config to batch processor component [`#3623`](https://github.com/SeldonIO/seldon-core/pull/3623) +- update slack link [`#3624`](https://github.com/SeldonIO/seldon-core/pull/3624) +- Added python timeouts [`#3617`](https://github.com/SeldonIO/seldon-core/pull/3617) +- Added GOMAXPROCS for CI pipeline jobs in JX [`#3619`](https://github.com/SeldonIO/seldon-core/pull/3619) +- Release 1.12.0-dev tag [`#3610`](https://github.com/SeldonIO/seldon-core/pull/3610) +- make combiner propagate requestPath from all children [`#3604`](https://github.com/SeldonIO/seldon-core/pull/3604) +- Updates to python wrapper docs, broken links fixed, switched server config to rst to add code line highlighting [`0b759a9`](https://github.com/SeldonIO/seldon-core/commit/0b759a9244960d6eb6ab3be593d1b3699d21275b) +- added sphinx-panels extension for tabbed code snippet support, updated installation page with ingress-specific installation commands in panels [`5dbbaea`](https://github.com/SeldonIO/seldon-core/commit/5dbbaeace5878d0c4592bcb7cca405e45329e1e5) +- rebuilt navigation entirely, now has new folder structure and simpler headings [`21a110e`](https://github.com/SeldonIO/seldon-core/commit/21a110e610d56c7bc91cd77109d5f21b0fc756f8) + +#### [v1.11.2](https://github.com/SeldonIO/seldon-core/compare/v1.11.1...v1.11.2) > 14 October 2021 -- Fixed KFserving version to v0.6.0 for Alibi Detect Server [`#3673`](https://github.com/axsaucedo/seldon-core/pull/3673) -- Updating the request logger version to latest sdk version [`#3668`](https://github.com/axsaucedo/seldon-core/pull/3668) -- Release 1.11.2 [`17ac142`](https://github.com/axsaucedo/seldon-core/commit/17ac142bfb85a48f1387a376a31f79f402cfdce0) -- Updated 1.11.2 [`d19af8e`](https://github.com/axsaucedo/seldon-core/commit/d19af8ea13af0982bcb0043b176874cc761548ee) -- Updated ci print script [`d665f58`](https://github.com/axsaucedo/seldon-core/commit/d665f5841df4bd70d8dd582130f4f3bad649d148) +- Fixed KFserving version to v0.6.0 for Alibi Detect Server [`#3673`](https://github.com/SeldonIO/seldon-core/pull/3673) +- Updating the request logger version to latest sdk version [`#3668`](https://github.com/SeldonIO/seldon-core/pull/3668) +- Release 1.11.2 [`17ac142`](https://github.com/SeldonIO/seldon-core/commit/17ac142bfb85a48f1387a376a31f79f402cfdce0) +- Updated 1.11.2 [`d19af8e`](https://github.com/SeldonIO/seldon-core/commit/d19af8ea13af0982bcb0043b176874cc761548ee) +- Updated ci print script [`d665f58`](https://github.com/SeldonIO/seldon-core/commit/d665f5841df4bd70d8dd582130f4f3bad649d148) -#### [v1.11.1](https://github.com/axsaucedo/seldon-core/compare/v1.11.0...v1.11.1) +#### [v1.11.1](https://github.com/SeldonIO/seldon-core/compare/v1.11.0...v1.11.1) > 4 October 2021 -- Updated batch processor e2e tests to include interval parameter [`#3631`](https://github.com/axsaucedo/seldon-core/pull/3631) -- Updated broken links for Argo in docs to fix tests [`#3630`](https://github.com/axsaucedo/seldon-core/pull/3630) -- bulk insert batch requests [`#3628`](https://github.com/axsaucedo/seldon-core/pull/3628) -- Adding an interval config to batch processor component [`#3623`](https://github.com/axsaucedo/seldon-core/pull/3623) -- Release 1.11.1 [`d70a8c8`](https://github.com/axsaucedo/seldon-core/commit/d70a8c8b99f4713c70b8f9debfe86f6b206af889) -- Release 1.11.1 [`7672883`](https://github.com/axsaucedo/seldon-core/commit/76728839802f58b7800163a3b0d51d707d85a154) -- Updated to run workflows [`084db62`](https://github.com/axsaucedo/seldon-core/commit/084db622134e1816f583afeb108fcb3684ea8172) +- Updated batch processor e2e tests to include interval parameter [`#3631`](https://github.com/SeldonIO/seldon-core/pull/3631) +- Updated broken links for Argo in docs to fix tests [`#3630`](https://github.com/SeldonIO/seldon-core/pull/3630) +- bulk insert batch requests [`#3628`](https://github.com/SeldonIO/seldon-core/pull/3628) +- Adding an interval config to batch processor component [`#3623`](https://github.com/SeldonIO/seldon-core/pull/3623) +- Release 1.11.1 [`d70a8c8`](https://github.com/SeldonIO/seldon-core/commit/d70a8c8b99f4713c70b8f9debfe86f6b206af889) +- Release 1.11.1 [`7672883`](https://github.com/SeldonIO/seldon-core/commit/76728839802f58b7800163a3b0d51d707d85a154) +- Updated to run workflows [`084db62`](https://github.com/SeldonIO/seldon-core/commit/084db622134e1816f583afeb108fcb3684ea8172) -#### [v1.11.0](https://github.com/axsaucedo/seldon-core/compare/v1.10.0...v1.11.0) +#### [v1.11.0](https://github.com/SeldonIO/seldon-core/compare/v1.10.0...v1.11.0) > 21 September 2021 -- Bump MLServer version to 0.5.0 [`#3608`](https://github.com/axsaucedo/seldon-core/pull/3608) -- Bugfix request logger [`#3607`](https://github.com/axsaucedo/seldon-core/pull/3607) -- fix no-auth feature distribution [`#3606`](https://github.com/axsaucedo/seldon-core/pull/3606) -- Update install.md [`#3605`](https://github.com/axsaucedo/seldon-core/pull/3605) -- Python38 as default [`#3591`](https://github.com/axsaucedo/seldon-core/pull/3591) -- add note on SO_REUSEPORT requirement [`#3593`](https://github.com/axsaucedo/seldon-core/pull/3593) -- Fix doc typo [`#3594`](https://github.com/axsaucedo/seldon-core/pull/3594) -- transmit key from input topic to output topic [`#3578`](https://github.com/axsaucedo/seldon-core/pull/3578) -- update triton to 21.08 (allowing for content-endocded payloads) [`#3589`](https://github.com/axsaucedo/seldon-core/pull/3589) -- fix server version check for operator [`#3570`](https://github.com/axsaucedo/seldon-core/pull/3570) -- bump up mlserver image version to 0.4.1 [`#3580`](https://github.com/axsaucedo/seldon-core/pull/3580) -- Support for Mlflow models that return dataframes [`#3573`](https://github.com/axsaucedo/seldon-core/pull/3573) -- Fix operator protobug type definitions [`#3579`](https://github.com/axsaucedo/seldon-core/pull/3579) -- Allow user customize LeaderElectionID [`#3577`](https://github.com/axsaucedo/seldon-core/pull/3577) -- Update kind [`#3571`](https://github.com/axsaucedo/seldon-core/pull/3571) -- Auto set GOMAXPROCS based on container limits in executor and operator [`#3471`](https://github.com/axsaucedo/seldon-core/pull/3471) -- Fix rbac for leadership election [`#3568`](https://github.com/axsaucedo/seldon-core/pull/3568) -- Splitting feature level drift metrics in seldon request logger [`#3564`](https://github.com/axsaucedo/seldon-core/pull/3564) -- Add elastic logging for reference data logs [`#3566`](https://github.com/axsaucedo/seldon-core/pull/3566) -- Adding elastic loggging for drift detector data [`#3560`](https://github.com/axsaucedo/seldon-core/pull/3560) -- Updating slack link in community docs [`#3562`](https://github.com/axsaucedo/seldon-core/pull/3562) -- Updating community slack link [`#3561`](https://github.com/axsaucedo/seldon-core/pull/3561) -- Add Status Conditions to CR [`#3503`](https://github.com/axsaucedo/seldon-core/pull/3503) -- Kafka Integration for Request Logs [`#3457`](https://github.com/axsaucedo/seldon-core/pull/3457) -- include notebook nbqa as part of python lint [`#3548`](https://github.com/axsaucedo/seldon-core/pull/3548) -- upgrade black and fix nbqa on notebooks [`#3545`](https://github.com/axsaucedo/seldon-core/pull/3545) -- lock numba to 0.53.1 for alibi explain image [`#3539`](https://github.com/axsaucedo/seldon-core/pull/3539) -- Alibi explain 110 fix [`#3501`](https://github.com/axsaucedo/seldon-core/pull/3501) -- gcp notes for storage initializers [`#3504`](https://github.com/axsaucedo/seldon-core/pull/3504) -- Added 1.11.0-dev tag [`#3536`](https://github.com/axsaucedo/seldon-core/pull/3536) -- adserver flakiness fix [`#3496`](https://github.com/axsaucedo/seldon-core/pull/3496) -- Release 1.11.0 [`cba101b`](https://github.com/axsaucedo/seldon-core/commit/cba101bc91c631f06c20d93cb610f84954f8e63b) -- Updated changelog [`db2bc06`](https://github.com/axsaucedo/seldon-core/commit/db2bc06957c155f42f3d247a77e1abaaf4a71d98) -- Revert "Python38 as default (#3591)" [`2658cdb`](https://github.com/axsaucedo/seldon-core/commit/2658cdb711e90bbadf1ee3d1e305b779cd146cb2) - -#### [v1.10.0](https://github.com/axsaucedo/seldon-core/compare/v1.9.1...v1.10.0) +- Bump MLServer version to 0.5.0 [`#3608`](https://github.com/SeldonIO/seldon-core/pull/3608) +- Bugfix request logger [`#3607`](https://github.com/SeldonIO/seldon-core/pull/3607) +- fix no-auth feature distribution [`#3606`](https://github.com/SeldonIO/seldon-core/pull/3606) +- Update install.md [`#3605`](https://github.com/SeldonIO/seldon-core/pull/3605) +- Python38 as default [`#3591`](https://github.com/SeldonIO/seldon-core/pull/3591) +- add note on SO_REUSEPORT requirement [`#3593`](https://github.com/SeldonIO/seldon-core/pull/3593) +- Fix doc typo [`#3594`](https://github.com/SeldonIO/seldon-core/pull/3594) +- transmit key from input topic to output topic [`#3578`](https://github.com/SeldonIO/seldon-core/pull/3578) +- update triton to 21.08 (allowing for content-endocded payloads) [`#3589`](https://github.com/SeldonIO/seldon-core/pull/3589) +- fix server version check for operator [`#3570`](https://github.com/SeldonIO/seldon-core/pull/3570) +- bump up mlserver image version to 0.4.1 [`#3580`](https://github.com/SeldonIO/seldon-core/pull/3580) +- Support for Mlflow models that return dataframes [`#3573`](https://github.com/SeldonIO/seldon-core/pull/3573) +- Fix operator protobug type definitions [`#3579`](https://github.com/SeldonIO/seldon-core/pull/3579) +- Allow user customize LeaderElectionID [`#3577`](https://github.com/SeldonIO/seldon-core/pull/3577) +- Update kind [`#3571`](https://github.com/SeldonIO/seldon-core/pull/3571) +- Auto set GOMAXPROCS based on container limits in executor and operator [`#3471`](https://github.com/SeldonIO/seldon-core/pull/3471) +- Fix rbac for leadership election [`#3568`](https://github.com/SeldonIO/seldon-core/pull/3568) +- Splitting feature level drift metrics in seldon request logger [`#3564`](https://github.com/SeldonIO/seldon-core/pull/3564) +- Add elastic logging for reference data logs [`#3566`](https://github.com/SeldonIO/seldon-core/pull/3566) +- Adding elastic loggging for drift detector data [`#3560`](https://github.com/SeldonIO/seldon-core/pull/3560) +- Updating slack link in community docs [`#3562`](https://github.com/SeldonIO/seldon-core/pull/3562) +- Updating community slack link [`#3561`](https://github.com/SeldonIO/seldon-core/pull/3561) +- Add Status Conditions to CR [`#3503`](https://github.com/SeldonIO/seldon-core/pull/3503) +- Kafka Integration for Request Logs [`#3457`](https://github.com/SeldonIO/seldon-core/pull/3457) +- include notebook nbqa as part of python lint [`#3548`](https://github.com/SeldonIO/seldon-core/pull/3548) +- upgrade black and fix nbqa on notebooks [`#3545`](https://github.com/SeldonIO/seldon-core/pull/3545) +- lock numba to 0.53.1 for alibi explain image [`#3539`](https://github.com/SeldonIO/seldon-core/pull/3539) +- Alibi explain 110 fix [`#3501`](https://github.com/SeldonIO/seldon-core/pull/3501) +- gcp notes for storage initializers [`#3504`](https://github.com/SeldonIO/seldon-core/pull/3504) +- Added 1.11.0-dev tag [`#3536`](https://github.com/SeldonIO/seldon-core/pull/3536) +- adserver flakiness fix [`#3496`](https://github.com/SeldonIO/seldon-core/pull/3496) +- Release 1.11.0 [`cba101b`](https://github.com/SeldonIO/seldon-core/commit/cba101bc91c631f06c20d93cb610f84954f8e63b) +- Updated changelog [`db2bc06`](https://github.com/SeldonIO/seldon-core/commit/db2bc06957c155f42f3d247a77e1abaaf4a71d98) +- Revert "Python38 as default (#3591)" [`2658cdb`](https://github.com/SeldonIO/seldon-core/commit/2658cdb711e90bbadf1ee3d1e305b779cd146cb2) + +#### [v1.10.0](https://github.com/SeldonIO/seldon-core/compare/v1.9.1...v1.10.0) > 17 August 2021 -- fix alibi detect server [`#3490`](https://github.com/axsaucedo/seldon-core/pull/3490) -- Fix master alibi detect [`#3491`](https://github.com/axsaucedo/seldon-core/pull/3491) -- Tidy up mlflow docs [`#3486`](https://github.com/axsaucedo/seldon-core/pull/3486) -- Add a first pass mlflow v2 end to end example [`#3483`](https://github.com/axsaucedo/seldon-core/pull/3483) -- Bump seldonio/mlserver to 0.4.0 [`#3469`](https://github.com/axsaucedo/seldon-core/pull/3469) -- Python generic exception handling [`#3473`](https://github.com/axsaucedo/seldon-core/pull/3473) -- Updaed pickle to dill [`#3458`](https://github.com/axsaucedo/seldon-core/pull/3458) -- Add "appVersion" in helm chart yaml [`#3113`](https://github.com/axsaucedo/seldon-core/pull/3113) -- Fix release pipeline [`#3478`](https://github.com/axsaucedo/seldon-core/pull/3478) -- Python38 [`#3475`](https://github.com/axsaucedo/seldon-core/pull/3475) -- Add a walk-through example to train and deploy an mlflow model using v2 protocol [`#3472`](https://github.com/axsaucedo/seldon-core/pull/3472) -- Reverting e671da08a73e2949b925c3b0d8b6bde5752ea62a 38d74babb95151fa21491cd0f8f605f57cce1197 6f466f10f36bf87642a144a9b0ed60f2376cefe2 [`#3460`](https://github.com/axsaucedo/seldon-core/pull/3460) -- Add golangci-lint to operator and executor test step and core-builder [`#3456`](https://github.com/axsaucedo/seldon-core/pull/3456) -- Add golangci-lint linters to the operator [`#3455`](https://github.com/axsaucedo/seldon-core/pull/3455) -- Add golangci-lint linters to the executor [`#3453`](https://github.com/axsaucedo/seldon-core/pull/3453) -- Sherif akoush issue/3384/ml flow v2 protocol [`#3435`](https://github.com/axsaucedo/seldon-core/pull/3435) -- remove assertion [`#3443`](https://github.com/axsaucedo/seldon-core/pull/3443) -- Adding instructions for migration of Kubernetes post 1.18 [`#3444`](https://github.com/axsaucedo/seldon-core/pull/3444) -- add new jx job [`#3432`](https://github.com/axsaucedo/seldon-core/pull/3432) -- fix flakiness in custom metrics test [`#3442`](https://github.com/axsaucedo/seldon-core/pull/3442) -- KMP AFFINITY benchmark and docs for production optimization [`#3434`](https://github.com/axsaucedo/seldon-core/pull/3434) -- Sherif akoush issue/2621/refactor env var retrieval [`#3420`](https://github.com/axsaucedo/seldon-core/pull/3420) -- Disable parallel build on html target [`#3437`](https://github.com/axsaucedo/seldon-core/pull/3437) -- Removing trailing slash to tensorflow serving URL in status addressable [`#3431`](https://github.com/axsaucedo/seldon-core/pull/3431) -- Added dynamic documentation search [`#3433`](https://github.com/axsaucedo/seldon-core/pull/3433) -- Bug: Updated proto to correct type check on python wrapper [`#3394`](https://github.com/axsaucedo/seldon-core/pull/3394) -- build new iris model as gs://seldon-models/v1.10.0-dev/sklearn/iris (and moviesentiment) [`#3425`](https://github.com/axsaucedo/seldon-core/pull/3425) -- Fix alertmanager alert context "unkown -> unknown" [`#3430`](https://github.com/axsaucedo/seldon-core/pull/3430) -- Request Logger JsonData Fix [`#3423`](https://github.com/axsaucedo/seldon-core/pull/3423) -- Fix custom v2 prepackaged server and add example/docs [`#3418`](https://github.com/axsaucedo/seldon-core/pull/3418) -- Revert "Sherif akoush issue/2621/refactor env var retrieval (#3417)" [`#3419`](https://github.com/axsaucedo/seldon-core/pull/3419) -- Sherif akoush issue/2621/refactor env var retrieval [`#3417`](https://github.com/axsaucedo/seldon-core/pull/3417) -- update timeouts notebook for 30sec delayed model [`#3416`](https://github.com/axsaucedo/seldon-core/pull/3416) -- fix push of conda base image [`#3406`](https://github.com/axsaucedo/seldon-core/pull/3406) -- return child message in executor on error [`#3412`](https://github.com/axsaucedo/seldon-core/pull/3412) -- Upgrade Alibi to 0.6.0 [`#3407`](https://github.com/axsaucedo/seldon-core/pull/3407) -- adding multiple grpc connections for python server and executor client [`#3356`](https://github.com/axsaucedo/seldon-core/pull/3356) -- fix problem with aliquoting when using mini-batching, closes 3377 [`#3404`](https://github.com/axsaucedo/seldon-core/pull/3404) -- Fixing broken links causings docs lint/build tests failure [`#3400`](https://github.com/axsaucedo/seldon-core/pull/3400) -- include seldon-puid in grpc headers [`#3390`](https://github.com/axsaucedo/seldon-core/pull/3390) -- Added updates to push 0.4.2 java wrapper [`#3392`](https://github.com/axsaucedo/seldon-core/pull/3392) -- Add Azure Monitoring section in GPT2 on Azure notebook [`#3351`](https://github.com/axsaucedo/seldon-core/pull/3351) -- Update MLServer link [`#3388`](https://github.com/axsaucedo/seldon-core/pull/3388) -- Updating argo cd link [`#3387`](https://github.com/axsaucedo/seldon-core/pull/3387) -- Updating all python wrappers to use new base 3.7.10 (including all dependent images) [`#3381`](https://github.com/axsaucedo/seldon-core/pull/3381) -- Fix tags propogation with seldon client [`#3374`](https://github.com/axsaucedo/seldon-core/pull/3374) -- Updated python images [`#3380`](https://github.com/axsaucedo/seldon-core/pull/3380) -- Updated core builder to 3.7.10 [`#3376`](https://github.com/axsaucedo/seldon-core/pull/3376) -- add ansible runbook for Seldon Core minimal example [`#3363`](https://github.com/axsaucedo/seldon-core/pull/3363) -- add new upgrading pages to toctree [`#3365`](https://github.com/axsaucedo/seldon-core/pull/3365) -- Benchmarking automation extension [`#3350`](https://github.com/axsaucedo/seldon-core/pull/3350) -- Fix typos in benchmark notebook [`#3362`](https://github.com/axsaucedo/seldon-core/pull/3362) -- Updated documentation google tag [`#3361`](https://github.com/axsaucedo/seldon-core/pull/3361) -- Fix Loadtest Notebook Comments [`#3355`](https://github.com/axsaucedo/seldon-core/pull/3355) -- add example upgrade path into rclone-based storage initializer [`#3342`](https://github.com/axsaucedo/seldon-core/pull/3342) -- Added v2 inference protocol protos into istio virtualservice [`#3353`](https://github.com/axsaucedo/seldon-core/pull/3353) -- Ensure status url works with no engine [`#3313`](https://github.com/axsaucedo/seldon-core/pull/3313) -- python wrapper benchmarking [`#3336`](https://github.com/axsaucedo/seldon-core/pull/3336) -- Updated default rest threads to 1 and added grpc threads [`#3346`](https://github.com/axsaucedo/seldon-core/pull/3346) -- Benchmarking automation with on-demand CI test [`#3335`](https://github.com/axsaucedo/seldon-core/pull/3335) -- Fix broken docs test via broken link [`#3344`](https://github.com/axsaucedo/seldon-core/pull/3344) -- Gpt2 notebook example on Azure + Azure setup [`#3327`](https://github.com/axsaucedo/seldon-core/pull/3327) -- add SA to explainer podspec [`#3326`](https://github.com/axsaucedo/seldon-core/pull/3326) -- Update python_wrapping_docker.md [`#3323`](https://github.com/axsaucedo/seldon-core/pull/3323) -- Fix deploy link [`#3322`](https://github.com/axsaucedo/seldon-core/pull/3322) -- Added doc hint for install behind proxy [`#3311`](https://github.com/axsaucedo/seldon-core/pull/3311) -- Bump isort from 5.8.0 to 5.9.0 in /python [`#3316`](https://github.com/axsaucedo/seldon-core/pull/3316) -- Adding elements array support for v2 protocol single input [`#3317`](https://github.com/axsaucedo/seldon-core/pull/3317) -- Update OWNERS to add [majolo] [`#3315`](https://github.com/axsaucedo/seldon-core/pull/3315) -- Update OWNERS [`#3310`](https://github.com/axsaucedo/seldon-core/pull/3310) -- Added docuentation fix to support rtd versions popup [`#3309`](https://github.com/axsaucedo/seldon-core/pull/3309) -- Update sklearn_iris.ipynb [`#3170`](https://github.com/axsaucedo/seldon-core/pull/3170) -- Fixing typos across core repo [`#3307`](https://github.com/axsaucedo/seldon-core/pull/3307) -- Micro batch followup [`#3306`](https://github.com/axsaucedo/seldon-core/pull/3306) -- Fixed broken rtd versions [`#3308`](https://github.com/axsaucedo/seldon-core/pull/3308) -- Add micro-batching to batch processor [`#3301`](https://github.com/axsaucedo/seldon-core/pull/3301) -- Added headers to seldon core documentation [`#3304`](https://github.com/axsaucedo/seldon-core/pull/3304) -- Added styling for indentation of docs [`#3303`](https://github.com/axsaucedo/seldon-core/pull/3303) -- Update Iter8 promote URLs [`#3300`](https://github.com/axsaucedo/seldon-core/pull/3300) -- Bump pip-licenses from 3.1.0 to 3.4.0 in /python [`#3267`](https://github.com/axsaucedo/seldon-core/pull/3267) -- WIP: Release tag 1.10.0-dev [`#3297`](https://github.com/axsaucedo/seldon-core/pull/3297) -- Add "appVersion" in helm chart yaml (#3113) [`#2737`](https://github.com/axsaucedo/seldon-core/issues/2737) -- Licenses [`bc5cb8a`](https://github.com/axsaucedo/seldon-core/commit/bc5cb8a32743698813ccedc1c20e5de3f32a1935) -- the the [`53ea03b`](https://github.com/axsaucedo/seldon-core/commit/53ea03bf9f109da159ac8e60629941e427a21d66) -- Release 1.10.0 [`40ec9fc`](https://github.com/axsaucedo/seldon-core/commit/40ec9fc5f66f15038275462647673be8ba55c286) - -#### [v1.9.1](https://github.com/axsaucedo/seldon-core/compare/v1.9.0...v1.9.1) +- fix alibi detect server [`#3490`](https://github.com/SeldonIO/seldon-core/pull/3490) +- Fix master alibi detect [`#3491`](https://github.com/SeldonIO/seldon-core/pull/3491) +- Tidy up mlflow docs [`#3486`](https://github.com/SeldonIO/seldon-core/pull/3486) +- Add a first pass mlflow v2 end to end example [`#3483`](https://github.com/SeldonIO/seldon-core/pull/3483) +- Bump seldonio/mlserver to 0.4.0 [`#3469`](https://github.com/SeldonIO/seldon-core/pull/3469) +- Python generic exception handling [`#3473`](https://github.com/SeldonIO/seldon-core/pull/3473) +- Updaed pickle to dill [`#3458`](https://github.com/SeldonIO/seldon-core/pull/3458) +- Add "appVersion" in helm chart yaml [`#3113`](https://github.com/SeldonIO/seldon-core/pull/3113) +- Fix release pipeline [`#3478`](https://github.com/SeldonIO/seldon-core/pull/3478) +- Python38 [`#3475`](https://github.com/SeldonIO/seldon-core/pull/3475) +- Add a walk-through example to train and deploy an mlflow model using v2 protocol [`#3472`](https://github.com/SeldonIO/seldon-core/pull/3472) +- Reverting e671da08a73e2949b925c3b0d8b6bde5752ea62a 38d74babb95151fa21491cd0f8f605f57cce1197 6f466f10f36bf87642a144a9b0ed60f2376cefe2 [`#3460`](https://github.com/SeldonIO/seldon-core/pull/3460) +- Add golangci-lint to operator and executor test step and core-builder [`#3456`](https://github.com/SeldonIO/seldon-core/pull/3456) +- Add golangci-lint linters to the operator [`#3455`](https://github.com/SeldonIO/seldon-core/pull/3455) +- Add golangci-lint linters to the executor [`#3453`](https://github.com/SeldonIO/seldon-core/pull/3453) +- Sherif akoush issue/3384/ml flow v2 protocol [`#3435`](https://github.com/SeldonIO/seldon-core/pull/3435) +- remove assertion [`#3443`](https://github.com/SeldonIO/seldon-core/pull/3443) +- Adding instructions for migration of Kubernetes post 1.18 [`#3444`](https://github.com/SeldonIO/seldon-core/pull/3444) +- add new jx job [`#3432`](https://github.com/SeldonIO/seldon-core/pull/3432) +- fix flakiness in custom metrics test [`#3442`](https://github.com/SeldonIO/seldon-core/pull/3442) +- KMP AFFINITY benchmark and docs for production optimization [`#3434`](https://github.com/SeldonIO/seldon-core/pull/3434) +- Sherif akoush issue/2621/refactor env var retrieval [`#3420`](https://github.com/SeldonIO/seldon-core/pull/3420) +- Disable parallel build on html target [`#3437`](https://github.com/SeldonIO/seldon-core/pull/3437) +- Removing trailing slash to tensorflow serving URL in status addressable [`#3431`](https://github.com/SeldonIO/seldon-core/pull/3431) +- Added dynamic documentation search [`#3433`](https://github.com/SeldonIO/seldon-core/pull/3433) +- Bug: Updated proto to correct type check on python wrapper [`#3394`](https://github.com/SeldonIO/seldon-core/pull/3394) +- build new iris model as gs://seldon-models/v1.10.0-dev/sklearn/iris (and moviesentiment) [`#3425`](https://github.com/SeldonIO/seldon-core/pull/3425) +- Fix alertmanager alert context "unkown -> unknown" [`#3430`](https://github.com/SeldonIO/seldon-core/pull/3430) +- Request Logger JsonData Fix [`#3423`](https://github.com/SeldonIO/seldon-core/pull/3423) +- Fix custom v2 prepackaged server and add example/docs [`#3418`](https://github.com/SeldonIO/seldon-core/pull/3418) +- Revert "Sherif akoush issue/2621/refactor env var retrieval (#3417)" [`#3419`](https://github.com/SeldonIO/seldon-core/pull/3419) +- Sherif akoush issue/2621/refactor env var retrieval [`#3417`](https://github.com/SeldonIO/seldon-core/pull/3417) +- update timeouts notebook for 30sec delayed model [`#3416`](https://github.com/SeldonIO/seldon-core/pull/3416) +- fix push of conda base image [`#3406`](https://github.com/SeldonIO/seldon-core/pull/3406) +- return child message in executor on error [`#3412`](https://github.com/SeldonIO/seldon-core/pull/3412) +- Upgrade Alibi to 0.6.0 [`#3407`](https://github.com/SeldonIO/seldon-core/pull/3407) +- adding multiple grpc connections for python server and executor client [`#3356`](https://github.com/SeldonIO/seldon-core/pull/3356) +- fix problem with aliquoting when using mini-batching, closes 3377 [`#3404`](https://github.com/SeldonIO/seldon-core/pull/3404) +- Fixing broken links causings docs lint/build tests failure [`#3400`](https://github.com/SeldonIO/seldon-core/pull/3400) +- include seldon-puid in grpc headers [`#3390`](https://github.com/SeldonIO/seldon-core/pull/3390) +- Added updates to push 0.4.2 java wrapper [`#3392`](https://github.com/SeldonIO/seldon-core/pull/3392) +- Add Azure Monitoring section in GPT2 on Azure notebook [`#3351`](https://github.com/SeldonIO/seldon-core/pull/3351) +- Update MLServer link [`#3388`](https://github.com/SeldonIO/seldon-core/pull/3388) +- Updating argo cd link [`#3387`](https://github.com/SeldonIO/seldon-core/pull/3387) +- Updating all python wrappers to use new base 3.7.10 (including all dependent images) [`#3381`](https://github.com/SeldonIO/seldon-core/pull/3381) +- Fix tags propogation with seldon client [`#3374`](https://github.com/SeldonIO/seldon-core/pull/3374) +- Updated python images [`#3380`](https://github.com/SeldonIO/seldon-core/pull/3380) +- Updated core builder to 3.7.10 [`#3376`](https://github.com/SeldonIO/seldon-core/pull/3376) +- add ansible runbook for Seldon Core minimal example [`#3363`](https://github.com/SeldonIO/seldon-core/pull/3363) +- add new upgrading pages to toctree [`#3365`](https://github.com/SeldonIO/seldon-core/pull/3365) +- Benchmarking automation extension [`#3350`](https://github.com/SeldonIO/seldon-core/pull/3350) +- Fix typos in benchmark notebook [`#3362`](https://github.com/SeldonIO/seldon-core/pull/3362) +- Updated documentation google tag [`#3361`](https://github.com/SeldonIO/seldon-core/pull/3361) +- Fix Loadtest Notebook Comments [`#3355`](https://github.com/SeldonIO/seldon-core/pull/3355) +- add example upgrade path into rclone-based storage initializer [`#3342`](https://github.com/SeldonIO/seldon-core/pull/3342) +- Added v2 inference protocol protos into istio virtualservice [`#3353`](https://github.com/SeldonIO/seldon-core/pull/3353) +- Ensure status url works with no engine [`#3313`](https://github.com/SeldonIO/seldon-core/pull/3313) +- python wrapper benchmarking [`#3336`](https://github.com/SeldonIO/seldon-core/pull/3336) +- Updated default rest threads to 1 and added grpc threads [`#3346`](https://github.com/SeldonIO/seldon-core/pull/3346) +- Benchmarking automation with on-demand CI test [`#3335`](https://github.com/SeldonIO/seldon-core/pull/3335) +- Fix broken docs test via broken link [`#3344`](https://github.com/SeldonIO/seldon-core/pull/3344) +- Gpt2 notebook example on Azure + Azure setup [`#3327`](https://github.com/SeldonIO/seldon-core/pull/3327) +- add SA to explainer podspec [`#3326`](https://github.com/SeldonIO/seldon-core/pull/3326) +- Update python_wrapping_docker.md [`#3323`](https://github.com/SeldonIO/seldon-core/pull/3323) +- Fix deploy link [`#3322`](https://github.com/SeldonIO/seldon-core/pull/3322) +- Added doc hint for install behind proxy [`#3311`](https://github.com/SeldonIO/seldon-core/pull/3311) +- Bump isort from 5.8.0 to 5.9.0 in /python [`#3316`](https://github.com/SeldonIO/seldon-core/pull/3316) +- Adding elements array support for v2 protocol single input [`#3317`](https://github.com/SeldonIO/seldon-core/pull/3317) +- Update OWNERS to add [majolo] [`#3315`](https://github.com/SeldonIO/seldon-core/pull/3315) +- Update OWNERS [`#3310`](https://github.com/SeldonIO/seldon-core/pull/3310) +- Added docuentation fix to support rtd versions popup [`#3309`](https://github.com/SeldonIO/seldon-core/pull/3309) +- Update sklearn_iris.ipynb [`#3170`](https://github.com/SeldonIO/seldon-core/pull/3170) +- Fixing typos across core repo [`#3307`](https://github.com/SeldonIO/seldon-core/pull/3307) +- Micro batch followup [`#3306`](https://github.com/SeldonIO/seldon-core/pull/3306) +- Fixed broken rtd versions [`#3308`](https://github.com/SeldonIO/seldon-core/pull/3308) +- Add micro-batching to batch processor [`#3301`](https://github.com/SeldonIO/seldon-core/pull/3301) +- Added headers to seldon core documentation [`#3304`](https://github.com/SeldonIO/seldon-core/pull/3304) +- Added styling for indentation of docs [`#3303`](https://github.com/SeldonIO/seldon-core/pull/3303) +- Update Iter8 promote URLs [`#3300`](https://github.com/SeldonIO/seldon-core/pull/3300) +- Bump pip-licenses from 3.1.0 to 3.4.0 in /python [`#3267`](https://github.com/SeldonIO/seldon-core/pull/3267) +- WIP: Release tag 1.10.0-dev [`#3297`](https://github.com/SeldonIO/seldon-core/pull/3297) +- Add "appVersion" in helm chart yaml (#3113) [`#2737`](https://github.com/SeldonIO/seldon-core/issues/2737) +- Licenses [`bc5cb8a`](https://github.com/SeldonIO/seldon-core/commit/bc5cb8a32743698813ccedc1c20e5de3f32a1935) +- the the [`53ea03b`](https://github.com/SeldonIO/seldon-core/commit/53ea03bf9f109da159ac8e60629941e427a21d66) +- Release 1.10.0 [`40ec9fc`](https://github.com/SeldonIO/seldon-core/commit/40ec9fc5f66f15038275462647673be8ba55c286) + +#### [v1.9.1](https://github.com/SeldonIO/seldon-core/compare/v1.9.0...v1.9.1) > 22 June 2021 -- Adding elements array support for v2 protocol single input [`#3317`](https://github.com/axsaucedo/seldon-core/pull/3317) -- Release 1.9.1 [`8ad2ede`](https://github.com/axsaucedo/seldon-core/commit/8ad2ede5ca18e321f8603f1e2a821e767af000de) -- Added controllergen version [`850b305`](https://github.com/axsaucedo/seldon-core/commit/850b3058e389000c5ed0224625d097d5191a13cf) +- Adding elements array support for v2 protocol single input [`#3317`](https://github.com/SeldonIO/seldon-core/pull/3317) +- Release 1.9.1 [`8ad2ede`](https://github.com/SeldonIO/seldon-core/commit/8ad2ede5ca18e321f8603f1e2a821e767af000de) +- Added controllergen version [`850b305`](https://github.com/SeldonIO/seldon-core/commit/850b3058e389000c5ed0224625d097d5191a13cf) -#### [v1.9.0](https://github.com/axsaucedo/seldon-core/compare/v1.8.0...v1.9.0) +#### [v1.9.0](https://github.com/SeldonIO/seldon-core/compare/v1.8.0...v1.9.0) > 16 June 2021 -- Iter8 Integration [`#3286`](https://github.com/axsaucedo/seldon-core/pull/3286) -- Docs styling fix to work on readthedocs [`#3291`](https://github.com/axsaucedo/seldon-core/pull/3291) -- Docs styling update [`#3221`](https://github.com/axsaucedo/seldon-core/pull/3221) -- Allow MLServer envs to be overriden [`#3288`](https://github.com/axsaucedo/seldon-core/pull/3288) -- small cleanups in req logger [`#3281`](https://github.com/axsaucedo/seldon-core/pull/3281) -- elements for batch and tf protocol [`#3280`](https://github.com/axsaucedo/seldon-core/pull/3280) -- Add Triton Examples Notebook to docs [`#3277`](https://github.com/axsaucedo/seldon-core/pull/3277) -- some unit tests for req logger [`#3271`](https://github.com/axsaucedo/seldon-core/pull/3271) -- add gunicorn to request logger [`#3121`](https://github.com/axsaucedo/seldon-core/pull/3121) -- categorical and proba for req logger ndarray [`#3256`](https://github.com/axsaucedo/seldon-core/pull/3256) -- Add explainer replicas and handle scale to zero [`#3246`](https://github.com/axsaucedo/seldon-core/pull/3246) -- Add istio host annotation [`#3244`](https://github.com/axsaucedo/seldon-core/pull/3244) -- Fix tracing debug [`#3240`](https://github.com/axsaucedo/seldon-core/pull/3240) -- Clean up openapi [`#3262`](https://github.com/axsaucedo/seldon-core/pull/3262) -- Add kfserving protocol to alibi explainer server [`#3248`](https://github.com/axsaucedo/seldon-core/pull/3248) -- Documenting PVC storage initialiser [`#3243`](https://github.com/axsaucedo/seldon-core/pull/3243) -- Run black (nbQA) on notebooks as part of fmt/lint [`#3249`](https://github.com/axsaucedo/seldon-core/pull/3249) -- Fixed broken "tutum/curl" image in Notebook tests tests [`#3252`](https://github.com/axsaucedo/seldon-core/pull/3252) -- update notebooks to use port 8080 for istio [`#3239`](https://github.com/axsaucedo/seldon-core/pull/3239) -- option to skip verify ssl on req logger [`#3231`](https://github.com/axsaucedo/seldon-core/pull/3231) -- Start 190 dev [`#3219`](https://github.com/axsaucedo/seldon-core/pull/3219) -- Tensorflow multi-model server [`#3220`](https://github.com/axsaucedo/seldon-core/pull/3220) -- Converting model predictions schema to dict in request logger processing [`#3222`](https://github.com/axsaucedo/seldon-core/pull/3222) -- Gpt2 notebook example [`#3217`](https://github.com/axsaucedo/seldon-core/pull/3217) -- Java Wrapper JSON POST API regression fix [`#3211`](https://github.com/axsaucedo/seldon-core/pull/3211) -- request logger metadata lookup [`#3183`](https://github.com/axsaucedo/seldon-core/pull/3183) -- Tfserving proxy custom data [`#3209`](https://github.com/axsaucedo/seldon-core/pull/3209) -- Release 1.9.0 [`90f3a1b`](https://github.com/axsaucedo/seldon-core/commit/90f3a1be7b9f5a8b7e508f704e86828e39e22a94) -- run nbqa-black and nbqa-isort [`a661972`](https://github.com/axsaucedo/seldon-core/commit/a661972b370d884b1b8adae3764def6a030fd00f) -- Add Iter8 Docs [`34c1adc`](https://github.com/axsaucedo/seldon-core/commit/34c1adc15d8beaaaa2c6aaea09d1464764e78b3a) - -#### [v1.8.0](https://github.com/axsaucedo/seldon-core/compare/v1.7.0...v1.8.0) +- Iter8 Integration [`#3286`](https://github.com/SeldonIO/seldon-core/pull/3286) +- Docs styling fix to work on readthedocs [`#3291`](https://github.com/SeldonIO/seldon-core/pull/3291) +- Docs styling update [`#3221`](https://github.com/SeldonIO/seldon-core/pull/3221) +- Allow MLServer envs to be overriden [`#3288`](https://github.com/SeldonIO/seldon-core/pull/3288) +- small cleanups in req logger [`#3281`](https://github.com/SeldonIO/seldon-core/pull/3281) +- elements for batch and tf protocol [`#3280`](https://github.com/SeldonIO/seldon-core/pull/3280) +- Add Triton Examples Notebook to docs [`#3277`](https://github.com/SeldonIO/seldon-core/pull/3277) +- some unit tests for req logger [`#3271`](https://github.com/SeldonIO/seldon-core/pull/3271) +- add gunicorn to request logger [`#3121`](https://github.com/SeldonIO/seldon-core/pull/3121) +- categorical and proba for req logger ndarray [`#3256`](https://github.com/SeldonIO/seldon-core/pull/3256) +- Add explainer replicas and handle scale to zero [`#3246`](https://github.com/SeldonIO/seldon-core/pull/3246) +- Add istio host annotation [`#3244`](https://github.com/SeldonIO/seldon-core/pull/3244) +- Fix tracing debug [`#3240`](https://github.com/SeldonIO/seldon-core/pull/3240) +- Clean up openapi [`#3262`](https://github.com/SeldonIO/seldon-core/pull/3262) +- Add kfserving protocol to alibi explainer server [`#3248`](https://github.com/SeldonIO/seldon-core/pull/3248) +- Documenting PVC storage initialiser [`#3243`](https://github.com/SeldonIO/seldon-core/pull/3243) +- Run black (nbQA) on notebooks as part of fmt/lint [`#3249`](https://github.com/SeldonIO/seldon-core/pull/3249) +- Fixed broken "tutum/curl" image in Notebook tests tests [`#3252`](https://github.com/SeldonIO/seldon-core/pull/3252) +- update notebooks to use port 8080 for istio [`#3239`](https://github.com/SeldonIO/seldon-core/pull/3239) +- option to skip verify ssl on req logger [`#3231`](https://github.com/SeldonIO/seldon-core/pull/3231) +- Start 190 dev [`#3219`](https://github.com/SeldonIO/seldon-core/pull/3219) +- Tensorflow multi-model server [`#3220`](https://github.com/SeldonIO/seldon-core/pull/3220) +- Converting model predictions schema to dict in request logger processing [`#3222`](https://github.com/SeldonIO/seldon-core/pull/3222) +- Gpt2 notebook example [`#3217`](https://github.com/SeldonIO/seldon-core/pull/3217) +- Java Wrapper JSON POST API regression fix [`#3211`](https://github.com/SeldonIO/seldon-core/pull/3211) +- request logger metadata lookup [`#3183`](https://github.com/SeldonIO/seldon-core/pull/3183) +- Tfserving proxy custom data [`#3209`](https://github.com/SeldonIO/seldon-core/pull/3209) +- Release 1.9.0 [`90f3a1b`](https://github.com/SeldonIO/seldon-core/commit/90f3a1be7b9f5a8b7e508f704e86828e39e22a94) +- run nbqa-black and nbqa-isort [`a661972`](https://github.com/SeldonIO/seldon-core/commit/a661972b370d884b1b8adae3764def6a030fd00f) +- Add Iter8 Docs [`34c1adc`](https://github.com/SeldonIO/seldon-core/commit/34c1adc15d8beaaaa2c6aaea09d1464764e78b3a) + +#### [v1.8.0](https://github.com/SeldonIO/seldon-core/compare/v1.7.0...v1.8.0) > 20 May 2021 -- Tfserving proxy custom data [`#3209`](https://github.com/axsaucedo/seldon-core/pull/3209) -- Java Wrapper JSON POST API regression fix [`#3211`](https://github.com/axsaucedo/seldon-core/pull/3211) -- Update Alibi-Detect to 0.6.2 [`#3160`](https://github.com/axsaucedo/seldon-core/pull/3160) -- Fix operator image build for redhat [`#3205`](https://github.com/axsaucedo/seldon-core/pull/3205) -- make rclone storage initializer more verbose [`#3203`](https://github.com/axsaucedo/seldon-core/pull/3203) -- Support disabling of ssl/tls in seldon_client [`#3141`](https://github.com/axsaucedo/seldon-core/pull/3141) -- Add Tempo Prepackaged Server [`#3193`](https://github.com/axsaucedo/seldon-core/pull/3193) -- Allow leader election to use configurable seldon-manager service account [`#3200`](https://github.com/axsaucedo/seldon-core/pull/3200) -- ensure http and grpc envs are used [`#3153`](https://github.com/axsaucedo/seldon-core/pull/3153) -- update community call calendar [`#3191`](https://github.com/axsaucedo/seldon-core/pull/3191) -- include rclone in adserver [`#3172`](https://github.com/axsaucedo/seldon-core/pull/3172) -- create v1 or vebeta1 CRD [`#3151`](https://github.com/axsaucedo/seldon-core/pull/3151) -- remove aggregate from feedback [`#3152`](https://github.com/axsaucedo/seldon-core/pull/3152) -- update docs [`#3188`](https://github.com/axsaucedo/seldon-core/pull/3188) -- include seldonio/rclone-storageinitializer in release.py script [`#3171`](https://github.com/axsaucedo/seldon-core/pull/3171) -- Rclone as default storage initalizer [`#3159`](https://github.com/axsaucedo/seldon-core/pull/3159) -- Documentation updates for the Ambassador Install process and to introduce CRD based config. [`#3163`](https://github.com/axsaucedo/seldon-core/pull/3163) -- Explicit mapping for elasticsearch Indexes in request logger component [`#3166`](https://github.com/axsaucedo/seldon-core/pull/3166) -- Update gunicorn requirement from <20.1.0,>=19.9.0 to >=19.9.0,<20.2.0 in /python [`#3099`](https://github.com/axsaucedo/seldon-core/pull/3099) -- Bump grpcio-tools from 1.33.2 to 1.37.1 in /python [`#3155`](https://github.com/axsaucedo/seldon-core/pull/3155) -- Add log-level to operator helm chart [`#3117`](https://github.com/axsaucedo/seldon-core/pull/3117) -- Add label to container services for graph internal nodes [`#3123`](https://github.com/axsaucedo/seldon-core/pull/3123) -- Depricate persistence [`#3104`](https://github.com/axsaucedo/seldon-core/pull/3104) -- Update kustomize to 4.1.2 [`#3135`](https://github.com/axsaucedo/seldon-core/pull/3135) -- mlflow example fix & image change: do not use editable install of SC for s2i wrapper [`#3118`](https://github.com/axsaucedo/seldon-core/pull/3118) -- Fix broken Alibi Detect image in master [`#3134`](https://github.com/axsaucedo/seldon-core/pull/3134) -- Allow nil graph TYPE [`#3116`](https://github.com/axsaucedo/seldon-core/pull/3116) -- Revert "Bump urllib3 from 1.25.9 to 1.26.4 in /python" [`#3110`](https://github.com/axsaucedo/seldon-core/pull/3110) -- Request logger elastic mapping type unsetting [`#3014`](https://github.com/axsaucedo/seldon-core/pull/3014) -- docs: use Helm v3 commands in Istio docs [`#3044`](https://github.com/axsaucedo/seldon-core/pull/3044) -- Redhat 1.7.0 [`#3101`](https://github.com/axsaucedo/seldon-core/pull/3101) -- Fix grammar [`#3094`](https://github.com/axsaucedo/seldon-core/pull/3094) -- Update alibi docs [`#3092`](https://github.com/axsaucedo/seldon-core/pull/3092) -- Add raw_data parameter to SeldonClient predict [`#3095`](https://github.com/axsaucedo/seldon-core/pull/3095) -- Bump flake8 from 3.8.1 to 3.9.0 in /python [`#3055`](https://github.com/axsaucedo/seldon-core/pull/3055) -- Increasing memory of notebook tests [`#3093`](https://github.com/axsaucedo/seldon-core/pull/3093) -- Bump pillow from 8.1.0 to 8.1.1 in /python [`#3078`](https://github.com/axsaucedo/seldon-core/pull/3078) -- Bump isort from 5.7.0 to 5.8.0 in /python [`#3081`](https://github.com/axsaucedo/seldon-core/pull/3081) -- Bump urllib3 from 1.25.9 to 1.26.4 in /python [`#3082`](https://github.com/axsaucedo/seldon-core/pull/3082) -- Update python server docs [`#3074`](https://github.com/axsaucedo/seldon-core/pull/3074) -- Add note on storageInitializerImage to release-1.7.0 highlights [`#3086`](https://github.com/axsaucedo/seldon-core/pull/3086) -- fix kustomize patch to include storageInitializerImage in the CRD [`#3090`](https://github.com/axsaucedo/seldon-core/pull/3090) -- note on scaling request logger [`#3088`](https://github.com/axsaucedo/seldon-core/pull/3088) -- rclone-based storage initializer - first steps [`#3089`](https://github.com/axsaucedo/seldon-core/pull/3089) -- Updated tag 1.8.0-dev [`#3083`](https://github.com/axsaucedo/seldon-core/pull/3083) -- GPU drift work [`#3060`](https://github.com/axsaucedo/seldon-core/pull/3060) -- Updating spacy notebook [`#3076`](https://github.com/axsaucedo/seldon-core/pull/3076) -- release v1.8.0-release [`65cb5ee`](https://github.com/axsaucedo/seldon-core/commit/65cb5ee3a0e5cedc7f5c60889d42448075bfe792) -- Update sklearn v2 notebooks and test [`e3e7968`](https://github.com/axsaucedo/seldon-core/commit/e3e7968552db01031fba2195e15d1374f6241f0b) -- adjust example [`db178bb`](https://github.com/axsaucedo/seldon-core/commit/db178bbab663a2cdb5ebda1e4dd60f097abe4769) - -#### [v1.7.0](https://github.com/axsaucedo/seldon-core/compare/v1.6.0...v1.7.0) +- Tfserving proxy custom data [`#3209`](https://github.com/SeldonIO/seldon-core/pull/3209) +- Java Wrapper JSON POST API regression fix [`#3211`](https://github.com/SeldonIO/seldon-core/pull/3211) +- Update Alibi-Detect to 0.6.2 [`#3160`](https://github.com/SeldonIO/seldon-core/pull/3160) +- Fix operator image build for redhat [`#3205`](https://github.com/SeldonIO/seldon-core/pull/3205) +- make rclone storage initializer more verbose [`#3203`](https://github.com/SeldonIO/seldon-core/pull/3203) +- Support disabling of ssl/tls in seldon_client [`#3141`](https://github.com/SeldonIO/seldon-core/pull/3141) +- Add Tempo Prepackaged Server [`#3193`](https://github.com/SeldonIO/seldon-core/pull/3193) +- Allow leader election to use configurable seldon-manager service account [`#3200`](https://github.com/SeldonIO/seldon-core/pull/3200) +- ensure http and grpc envs are used [`#3153`](https://github.com/SeldonIO/seldon-core/pull/3153) +- update community call calendar [`#3191`](https://github.com/SeldonIO/seldon-core/pull/3191) +- include rclone in adserver [`#3172`](https://github.com/SeldonIO/seldon-core/pull/3172) +- create v1 or vebeta1 CRD [`#3151`](https://github.com/SeldonIO/seldon-core/pull/3151) +- remove aggregate from feedback [`#3152`](https://github.com/SeldonIO/seldon-core/pull/3152) +- update docs [`#3188`](https://github.com/SeldonIO/seldon-core/pull/3188) +- include seldonio/rclone-storageinitializer in release.py script [`#3171`](https://github.com/SeldonIO/seldon-core/pull/3171) +- Rclone as default storage initalizer [`#3159`](https://github.com/SeldonIO/seldon-core/pull/3159) +- Documentation updates for the Ambassador Install process and to introduce CRD based config. [`#3163`](https://github.com/SeldonIO/seldon-core/pull/3163) +- Explicit mapping for elasticsearch Indexes in request logger component [`#3166`](https://github.com/SeldonIO/seldon-core/pull/3166) +- Update gunicorn requirement from <20.1.0,>=19.9.0 to >=19.9.0,<20.2.0 in /python [`#3099`](https://github.com/SeldonIO/seldon-core/pull/3099) +- Bump grpcio-tools from 1.33.2 to 1.37.1 in /python [`#3155`](https://github.com/SeldonIO/seldon-core/pull/3155) +- Add log-level to operator helm chart [`#3117`](https://github.com/SeldonIO/seldon-core/pull/3117) +- Add label to container services for graph internal nodes [`#3123`](https://github.com/SeldonIO/seldon-core/pull/3123) +- Depricate persistence [`#3104`](https://github.com/SeldonIO/seldon-core/pull/3104) +- Update kustomize to 4.1.2 [`#3135`](https://github.com/SeldonIO/seldon-core/pull/3135) +- mlflow example fix & image change: do not use editable install of SC for s2i wrapper [`#3118`](https://github.com/SeldonIO/seldon-core/pull/3118) +- Fix broken Alibi Detect image in master [`#3134`](https://github.com/SeldonIO/seldon-core/pull/3134) +- Allow nil graph TYPE [`#3116`](https://github.com/SeldonIO/seldon-core/pull/3116) +- Revert "Bump urllib3 from 1.25.9 to 1.26.4 in /python" [`#3110`](https://github.com/SeldonIO/seldon-core/pull/3110) +- Request logger elastic mapping type unsetting [`#3014`](https://github.com/SeldonIO/seldon-core/pull/3014) +- docs: use Helm v3 commands in Istio docs [`#3044`](https://github.com/SeldonIO/seldon-core/pull/3044) +- Redhat 1.7.0 [`#3101`](https://github.com/SeldonIO/seldon-core/pull/3101) +- Fix grammar [`#3094`](https://github.com/SeldonIO/seldon-core/pull/3094) +- Update alibi docs [`#3092`](https://github.com/SeldonIO/seldon-core/pull/3092) +- Add raw_data parameter to SeldonClient predict [`#3095`](https://github.com/SeldonIO/seldon-core/pull/3095) +- Bump flake8 from 3.8.1 to 3.9.0 in /python [`#3055`](https://github.com/SeldonIO/seldon-core/pull/3055) +- Increasing memory of notebook tests [`#3093`](https://github.com/SeldonIO/seldon-core/pull/3093) +- Bump pillow from 8.1.0 to 8.1.1 in /python [`#3078`](https://github.com/SeldonIO/seldon-core/pull/3078) +- Bump isort from 5.7.0 to 5.8.0 in /python [`#3081`](https://github.com/SeldonIO/seldon-core/pull/3081) +- Bump urllib3 from 1.25.9 to 1.26.4 in /python [`#3082`](https://github.com/SeldonIO/seldon-core/pull/3082) +- Update python server docs [`#3074`](https://github.com/SeldonIO/seldon-core/pull/3074) +- Add note on storageInitializerImage to release-1.7.0 highlights [`#3086`](https://github.com/SeldonIO/seldon-core/pull/3086) +- fix kustomize patch to include storageInitializerImage in the CRD [`#3090`](https://github.com/SeldonIO/seldon-core/pull/3090) +- note on scaling request logger [`#3088`](https://github.com/SeldonIO/seldon-core/pull/3088) +- rclone-based storage initializer - first steps [`#3089`](https://github.com/SeldonIO/seldon-core/pull/3089) +- Updated tag 1.8.0-dev [`#3083`](https://github.com/SeldonIO/seldon-core/pull/3083) +- GPU drift work [`#3060`](https://github.com/SeldonIO/seldon-core/pull/3060) +- Updating spacy notebook [`#3076`](https://github.com/SeldonIO/seldon-core/pull/3076) +- release v1.8.0-release [`65cb5ee`](https://github.com/SeldonIO/seldon-core/commit/65cb5ee3a0e5cedc7f5c60889d42448075bfe792) +- Update sklearn v2 notebooks and test [`e3e7968`](https://github.com/SeldonIO/seldon-core/commit/e3e7968552db01031fba2195e15d1374f6241f0b) +- adjust example [`db178bb`](https://github.com/SeldonIO/seldon-core/commit/db178bbab663a2cdb5ebda1e4dd60f097abe4769) + +#### [v1.7.0](https://github.com/SeldonIO/seldon-core/compare/v1.6.0...v1.7.0) > 18 March 2021 -- Fixes broken docs-build test [`#3071`](https://github.com/axsaucedo/seldon-core/pull/3071) -- Support kfserving protocol in status URL [`#3064`](https://github.com/axsaucedo/seldon-core/pull/3064) -- Redhat 1.6.0 [`#2992`](https://github.com/axsaucedo/seldon-core/pull/2992) -- environment.yml typo in docs [`#3061`](https://github.com/axsaucedo/seldon-core/pull/3061) -- Delete mutating webhook if exists when operator creates resources [`#3031`](https://github.com/axsaucedo/seldon-core/pull/3031) -- Update health status [`#3023`](https://github.com/axsaucedo/seldon-core/pull/3023) -- Fix jx pipeline "release" [`#3054`](https://github.com/axsaucedo/seldon-core/pull/3054) -- fix integration / notebook tests [`#3039`](https://github.com/axsaucedo/seldon-core/pull/3039) -- fix broken link [`#3051`](https://github.com/axsaucedo/seldon-core/pull/3051) -- Revert "Update manifests to use 0.4.1 controller gen for webhook creation" [`#3049`](https://github.com/axsaucedo/seldon-core/pull/3049) -- Fix nil pointer dereference panics in mlserver [`#3047`](https://github.com/axsaucedo/seldon-core/pull/3047) -- docs: add helm v3 commands [`#3045`](https://github.com/axsaucedo/seldon-core/pull/3045) -- Experimental GPU Shap [`#2993`](https://github.com/axsaucedo/seldon-core/pull/2993) -- Fixes #3029 [`#3030`](https://github.com/axsaucedo/seldon-core/pull/3030) -- Update manifests to use 0.4.1 controller gen for webhook creation [`#3006`](https://github.com/axsaucedo/seldon-core/pull/3006) -- fix indentation of argo batch template [`#3008`](https://github.com/axsaucedo/seldon-core/pull/3008) -- update python licenses [`#3028`](https://github.com/axsaucedo/seldon-core/pull/3028) -- Clear methods when Gunicorn worker exits [`#3018`](https://github.com/axsaucedo/seldon-core/pull/3018) -- Notebook tests/metrics server port 8003 [`#3015`](https://github.com/axsaucedo/seldon-core/pull/3015) -- fix: missing string ending in python snippet in serving.md [`#3012`](https://github.com/axsaucedo/seldon-core/pull/3012) -- small improvements to metrics server example [`#2989`](https://github.com/axsaucedo/seldon-core/pull/2989) -- Support model repositories for Triton and Tensorflow Servers [`#2990`](https://github.com/axsaucedo/seldon-core/pull/2990) -- Extend CRD: allow to define storageInitializerImage in the graph definition [`#2937`](https://github.com/axsaucedo/seldon-core/pull/2937) -- MAB Distributed Persistence with Redis [`#2936`](https://github.com/axsaucedo/seldon-core/pull/2936) -- feat(svc): Add predictorSpec annotations to service [`#2618`](https://github.com/axsaucedo/seldon-core/pull/2618) -- Change seldon-core-microservice to spot unknown args [`#2976`](https://github.com/axsaucedo/seldon-core/pull/2976) -- Change version of JNI build image [`#2981`](https://github.com/axsaucedo/seldon-core/pull/2981) -- opendistro elastic [`#2923`](https://github.com/axsaucedo/seldon-core/pull/2923) -- Addressing CVEs for Redhat Python based images [`#2977`](https://github.com/axsaucedo/seldon-core/pull/2977) -- Bump coverage from 5.3.1 to 5.4 in /python [`#2908`](https://github.com/axsaucedo/seldon-core/pull/2908) -- Bump mypy-protobuf from 1.22 to 2.4 in /python [`#2928`](https://github.com/axsaucedo/seldon-core/pull/2928) -- Bump github.com/onsi/ginkgo from 1.14.1 to 1.15.0 in /operator [`#2930`](https://github.com/axsaucedo/seldon-core/pull/2930) -- Fix concurrent map writes in executor [`#2947`](https://github.com/axsaucedo/seldon-core/pull/2947) -- Remove managedFields from seldon pod spec metadata [`#2954`](https://github.com/axsaucedo/seldon-core/pull/2954) -- Updated PIP in base image to align with Python Cryptography Framework version [`#2974`](https://github.com/axsaucedo/seldon-core/pull/2974) -- Amended docker mount folder for CI builds [`#2973`](https://github.com/axsaucedo/seldon-core/pull/2973) -- Addressing CVEs from Python base Image [`#2970`](https://github.com/axsaucedo/seldon-core/pull/2970) -- Seldon CRD Status Removal [`#2941`](https://github.com/axsaucedo/seldon-core/pull/2941) -- Fix elasticsearch index [`#2972`](https://github.com/axsaucedo/seldon-core/pull/2972) -- Upgrade jenkins x [`#2957`](https://github.com/axsaucedo/seldon-core/pull/2957) -- Extract SeldonPodSpec Metadata into custom struct to allow structural CRD schema [`#2940`](https://github.com/axsaucedo/seldon-core/pull/2940) -- Update OWNERS to add Ivan [`#2946`](https://github.com/axsaucedo/seldon-core/pull/2946) -- feat(examples/pachyderm-cd4ml): Add demo of redeploying old model [`#2898`](https://github.com/axsaucedo/seldon-core/pull/2898) -- Updated 1.7.0 tag and added release notes [`#2925`](https://github.com/axsaucedo/seldon-core/pull/2925) -- Add summary metrics to executor [`#2922`](https://github.com/axsaucedo/seldon-core/pull/2922) -- Update keda_prom_auto_scale.ipynb to fix keda config in the doc [`#2915`](https://github.com/axsaucedo/seldon-core/pull/2915) -- Updated CR [`#2905`](https://github.com/axsaucedo/seldon-core/pull/2905) -- environment.yml typo in docs [`#3052`](https://github.com/axsaucedo/seldon-core/issues/3052) -- Merge pull request #3030 from SeldonIO/axsaucedo-patch-3 [`#3029`](https://github.com/axsaucedo/seldon-core/issues/3029) -- Fixes #3029 [`#3029`](https://github.com/axsaucedo/seldon-core/issues/3029) -- Updatede release v1.7.0 [`2884ac5`](https://github.com/axsaucedo/seldon-core/commit/2884ac55bf36ff28baa398836c1b2240d563c366) -- Updated licenses for 1.7.0 [`56e3026`](https://github.com/axsaucedo/seldon-core/commit/56e3026f73a6a768c1f71fa8e93d4efd62e5aea0) -- RedHat 1.6.0 release [`9539784`](https://github.com/axsaucedo/seldon-core/commit/9539784def235ff49da7f903f46bd1d4b6f57ed4) - -#### [v1.6.0](https://github.com/axsaucedo/seldon-core/compare/v1.5.2...v1.6.0) +- Fixes broken docs-build test [`#3071`](https://github.com/SeldonIO/seldon-core/pull/3071) +- Support kfserving protocol in status URL [`#3064`](https://github.com/SeldonIO/seldon-core/pull/3064) +- Redhat 1.6.0 [`#2992`](https://github.com/SeldonIO/seldon-core/pull/2992) +- environment.yml typo in docs [`#3061`](https://github.com/SeldonIO/seldon-core/pull/3061) +- Delete mutating webhook if exists when operator creates resources [`#3031`](https://github.com/SeldonIO/seldon-core/pull/3031) +- Update health status [`#3023`](https://github.com/SeldonIO/seldon-core/pull/3023) +- Fix jx pipeline "release" [`#3054`](https://github.com/SeldonIO/seldon-core/pull/3054) +- fix integration / notebook tests [`#3039`](https://github.com/SeldonIO/seldon-core/pull/3039) +- fix broken link [`#3051`](https://github.com/SeldonIO/seldon-core/pull/3051) +- Revert "Update manifests to use 0.4.1 controller gen for webhook creation" [`#3049`](https://github.com/SeldonIO/seldon-core/pull/3049) +- Fix nil pointer dereference panics in mlserver [`#3047`](https://github.com/SeldonIO/seldon-core/pull/3047) +- docs: add helm v3 commands [`#3045`](https://github.com/SeldonIO/seldon-core/pull/3045) +- Experimental GPU Shap [`#2993`](https://github.com/SeldonIO/seldon-core/pull/2993) +- Fixes #3029 [`#3030`](https://github.com/SeldonIO/seldon-core/pull/3030) +- Update manifests to use 0.4.1 controller gen for webhook creation [`#3006`](https://github.com/SeldonIO/seldon-core/pull/3006) +- fix indentation of argo batch template [`#3008`](https://github.com/SeldonIO/seldon-core/pull/3008) +- update python licenses [`#3028`](https://github.com/SeldonIO/seldon-core/pull/3028) +- Clear methods when Gunicorn worker exits [`#3018`](https://github.com/SeldonIO/seldon-core/pull/3018) +- Notebook tests/metrics server port 8003 [`#3015`](https://github.com/SeldonIO/seldon-core/pull/3015) +- fix: missing string ending in python snippet in serving.md [`#3012`](https://github.com/SeldonIO/seldon-core/pull/3012) +- small improvements to metrics server example [`#2989`](https://github.com/SeldonIO/seldon-core/pull/2989) +- Support model repositories for Triton and Tensorflow Servers [`#2990`](https://github.com/SeldonIO/seldon-core/pull/2990) +- Extend CRD: allow to define storageInitializerImage in the graph definition [`#2937`](https://github.com/SeldonIO/seldon-core/pull/2937) +- MAB Distributed Persistence with Redis [`#2936`](https://github.com/SeldonIO/seldon-core/pull/2936) +- feat(svc): Add predictorSpec annotations to service [`#2618`](https://github.com/SeldonIO/seldon-core/pull/2618) +- Change seldon-core-microservice to spot unknown args [`#2976`](https://github.com/SeldonIO/seldon-core/pull/2976) +- Change version of JNI build image [`#2981`](https://github.com/SeldonIO/seldon-core/pull/2981) +- opendistro elastic [`#2923`](https://github.com/SeldonIO/seldon-core/pull/2923) +- Addressing CVEs for Redhat Python based images [`#2977`](https://github.com/SeldonIO/seldon-core/pull/2977) +- Bump coverage from 5.3.1 to 5.4 in /python [`#2908`](https://github.com/SeldonIO/seldon-core/pull/2908) +- Bump mypy-protobuf from 1.22 to 2.4 in /python [`#2928`](https://github.com/SeldonIO/seldon-core/pull/2928) +- Bump github.com/onsi/ginkgo from 1.14.1 to 1.15.0 in /operator [`#2930`](https://github.com/SeldonIO/seldon-core/pull/2930) +- Fix concurrent map writes in executor [`#2947`](https://github.com/SeldonIO/seldon-core/pull/2947) +- Remove managedFields from seldon pod spec metadata [`#2954`](https://github.com/SeldonIO/seldon-core/pull/2954) +- Updated PIP in base image to align with Python Cryptography Framework version [`#2974`](https://github.com/SeldonIO/seldon-core/pull/2974) +- Amended docker mount folder for CI builds [`#2973`](https://github.com/SeldonIO/seldon-core/pull/2973) +- Addressing CVEs from Python base Image [`#2970`](https://github.com/SeldonIO/seldon-core/pull/2970) +- Seldon CRD Status Removal [`#2941`](https://github.com/SeldonIO/seldon-core/pull/2941) +- Fix elasticsearch index [`#2972`](https://github.com/SeldonIO/seldon-core/pull/2972) +- Upgrade jenkins x [`#2957`](https://github.com/SeldonIO/seldon-core/pull/2957) +- Extract SeldonPodSpec Metadata into custom struct to allow structural CRD schema [`#2940`](https://github.com/SeldonIO/seldon-core/pull/2940) +- Update OWNERS to add Ivan [`#2946`](https://github.com/SeldonIO/seldon-core/pull/2946) +- feat(examples/pachyderm-cd4ml): Add demo of redeploying old model [`#2898`](https://github.com/SeldonIO/seldon-core/pull/2898) +- Updated 1.7.0 tag and added release notes [`#2925`](https://github.com/SeldonIO/seldon-core/pull/2925) +- Add summary metrics to executor [`#2922`](https://github.com/SeldonIO/seldon-core/pull/2922) +- Update keda_prom_auto_scale.ipynb to fix keda config in the doc [`#2915`](https://github.com/SeldonIO/seldon-core/pull/2915) +- Updated CR [`#2905`](https://github.com/SeldonIO/seldon-core/pull/2905) +- environment.yml typo in docs [`#3052`](https://github.com/SeldonIO/seldon-core/issues/3052) +- Merge pull request #3030 from SeldonIO/axsaucedo-patch-3 [`#3029`](https://github.com/SeldonIO/seldon-core/issues/3029) +- Fixes #3029 [`#3029`](https://github.com/SeldonIO/seldon-core/issues/3029) +- Updatede release v1.7.0 [`2884ac5`](https://github.com/SeldonIO/seldon-core/commit/2884ac55bf36ff28baa398836c1b2240d563c366) +- Updated licenses for 1.7.0 [`56e3026`](https://github.com/SeldonIO/seldon-core/commit/56e3026f73a6a768c1f71fa8e93d4efd62e5aea0) +- RedHat 1.6.0 release [`9539784`](https://github.com/SeldonIO/seldon-core/commit/9539784def235ff49da7f903f46bd1d4b6f57ed4) + +#### [v1.6.0](https://github.com/SeldonIO/seldon-core/compare/v1.5.2...v1.6.0) > 3 February 2021 -- yum update seemingly not needed for operator [`#2918`](https://github.com/axsaucedo/seldon-core/pull/2918) -- updates for redhat scans [`#2870`](https://github.com/axsaucedo/seldon-core/pull/2870) -- Update Python Builder to use latest git for compatibility with github actions [`#2894`](https://github.com/axsaucedo/seldon-core/pull/2894) -- 2252 resolve pyyaml cve [`#2891`](https://github.com/axsaucedo/seldon-core/pull/2891) -- remove mutating webhook from Seldon Core Operator [`#2852`](https://github.com/axsaucedo/seldon-core/pull/2852) -- Github Action fixes [`#2892`](https://github.com/axsaucedo/seldon-core/pull/2892) -- Moving basic CI to github actions [`#2889`](https://github.com/axsaucedo/seldon-core/pull/2889) -- Generate helm-charts again to fix: Error: secrets "seldon-webhook-ser… [`#2886`](https://github.com/axsaucedo/seldon-core/pull/2886) -- Update Seldon versions for upgrade tests [`#2861`](https://github.com/axsaucedo/seldon-core/pull/2861) -- Fix grpcPort and httpPort in v1 CRD [`#2868`](https://github.com/axsaucedo/seldon-core/pull/2868) -- Rclone powered batch [`#2842`](https://github.com/axsaucedo/seldon-core/pull/2842) -- add hdfs example [`#2841`](https://github.com/axsaucedo/seldon-core/pull/2841) -- Allow Namespace Override for seldon-core-operator [`#2762`](https://github.com/axsaucedo/seldon-core/pull/2762) -- Extending Alibi Detect Server to expose prometheus metrics for outliers [`#2770`](https://github.com/axsaucedo/seldon-core/pull/2770) -- extend init containers documentation [`#2814`](https://github.com/axsaucedo/seldon-core/pull/2814) -- update triton tfserving example [`#2815`](https://github.com/axsaucedo/seldon-core/pull/2815) -- Update request logger to support v2 protocol [`#2802`](https://github.com/axsaucedo/seldon-core/pull/2802) -- Bump tenacity from 6.2.0 to 6.3.1 in /python [`#2796`](https://github.com/axsaucedo/seldon-core/pull/2796) -- Bump coverage from 5.3 to 5.3.1 in /python [`#2795`](https://github.com/axsaucedo/seldon-core/pull/2795) -- Bump pytest from 6.2.0 to 6.2.1 in /python [`#2797`](https://github.com/axsaucedo/seldon-core/pull/2797) -- Fix send_feedback response wrongly wrapped as ndarray [`#2807`](https://github.com/axsaucedo/seldon-core/pull/2807) -- Helm chart repo fix for integration tests [`#2809`](https://github.com/axsaucedo/seldon-core/pull/2809) -- Add V2 data plane support for alibi detect server [`0e9eee5`](https://github.com/axsaucedo/seldon-core/commit/0e9eee5bcbe52488d4b703e6e9fc755b19496c72) -- update licenses [`fae1389`](https://github.com/axsaucedo/seldon-core/commit/fae138920508b83633a944344f29715468aff1b2) -- feat(examples/pachyderm-simple): Update and improve Pachyderm example to use S3 gateway [`f95eafc`](https://github.com/axsaucedo/seldon-core/commit/f95eafc6903a1a3cf295aa132dc0e77961369f0b) - -#### [v1.5.2](https://github.com/axsaucedo/seldon-core/compare/v1.5.1...v1.5.2) +- yum update seemingly not needed for operator [`#2918`](https://github.com/SeldonIO/seldon-core/pull/2918) +- updates for redhat scans [`#2870`](https://github.com/SeldonIO/seldon-core/pull/2870) +- Update Python Builder to use latest git for compatibility with github actions [`#2894`](https://github.com/SeldonIO/seldon-core/pull/2894) +- 2252 resolve pyyaml cve [`#2891`](https://github.com/SeldonIO/seldon-core/pull/2891) +- remove mutating webhook from Seldon Core Operator [`#2852`](https://github.com/SeldonIO/seldon-core/pull/2852) +- Github Action fixes [`#2892`](https://github.com/SeldonIO/seldon-core/pull/2892) +- Moving basic CI to github actions [`#2889`](https://github.com/SeldonIO/seldon-core/pull/2889) +- Generate helm-charts again to fix: Error: secrets "seldon-webhook-ser… [`#2886`](https://github.com/SeldonIO/seldon-core/pull/2886) +- Update Seldon versions for upgrade tests [`#2861`](https://github.com/SeldonIO/seldon-core/pull/2861) +- Fix grpcPort and httpPort in v1 CRD [`#2868`](https://github.com/SeldonIO/seldon-core/pull/2868) +- Rclone powered batch [`#2842`](https://github.com/SeldonIO/seldon-core/pull/2842) +- add hdfs example [`#2841`](https://github.com/SeldonIO/seldon-core/pull/2841) +- Allow Namespace Override for seldon-core-operator [`#2762`](https://github.com/SeldonIO/seldon-core/pull/2762) +- Extending Alibi Detect Server to expose prometheus metrics for outliers [`#2770`](https://github.com/SeldonIO/seldon-core/pull/2770) +- extend init containers documentation [`#2814`](https://github.com/SeldonIO/seldon-core/pull/2814) +- update triton tfserving example [`#2815`](https://github.com/SeldonIO/seldon-core/pull/2815) +- Update request logger to support v2 protocol [`#2802`](https://github.com/SeldonIO/seldon-core/pull/2802) +- Bump tenacity from 6.2.0 to 6.3.1 in /python [`#2796`](https://github.com/SeldonIO/seldon-core/pull/2796) +- Bump coverage from 5.3 to 5.3.1 in /python [`#2795`](https://github.com/SeldonIO/seldon-core/pull/2795) +- Bump pytest from 6.2.0 to 6.2.1 in /python [`#2797`](https://github.com/SeldonIO/seldon-core/pull/2797) +- Fix send_feedback response wrongly wrapped as ndarray [`#2807`](https://github.com/SeldonIO/seldon-core/pull/2807) +- Helm chart repo fix for integration tests [`#2809`](https://github.com/SeldonIO/seldon-core/pull/2809) +- Add V2 data plane support for alibi detect server [`0e9eee5`](https://github.com/SeldonIO/seldon-core/commit/0e9eee5bcbe52488d4b703e6e9fc755b19496c72) +- update licenses [`fae1389`](https://github.com/SeldonIO/seldon-core/commit/fae138920508b83633a944344f29715468aff1b2) +- feat(examples/pachyderm-simple): Update and improve Pachyderm example to use S3 gateway [`f95eafc`](https://github.com/SeldonIO/seldon-core/commit/f95eafc6903a1a3cf295aa132dc0e77961369f0b) + +#### [v1.5.2](https://github.com/SeldonIO/seldon-core/compare/v1.5.1...v1.5.2) > 16 February 2021 -- fix generated resources [`#2959`](https://github.com/axsaucedo/seldon-core/pull/2959) -- Remove managedFields from seldon pod spec metadata [`#2955`](https://github.com/axsaucedo/seldon-core/pull/2955) -- Add v1 CRD [`9820046`](https://github.com/axsaucedo/seldon-core/commit/98200467f1252341453d0e4d4ce6d0a1753b3616) -- Add the whole ObjectMeta struct [`59155db`](https://github.com/axsaucedo/seldon-core/commit/59155db9bf02f11fa44de222f29f324638f0d12b) -- Extract SeldonPodSpec metadata into custom struct [`c2bbbf2`](https://github.com/axsaucedo/seldon-core/commit/c2bbbf260262b24c025e47fcc77bbda4d6e16042) +- fix generated resources [`#2959`](https://github.com/SeldonIO/seldon-core/pull/2959) +- Remove managedFields from seldon pod spec metadata [`#2955`](https://github.com/SeldonIO/seldon-core/pull/2955) +- Add v1 CRD [`9820046`](https://github.com/SeldonIO/seldon-core/commit/98200467f1252341453d0e4d4ce6d0a1753b3616) +- Add the whole ObjectMeta struct [`59155db`](https://github.com/SeldonIO/seldon-core/commit/59155db9bf02f11fa44de222f29f324638f0d12b) +- Extract SeldonPodSpec metadata into custom struct [`c2bbbf2`](https://github.com/SeldonIO/seldon-core/commit/c2bbbf260262b24c025e47fcc77bbda4d6e16042) -#### [v1.5.1](https://github.com/axsaucedo/seldon-core/compare/v1.5.0...v1.5.1) +#### [v1.5.1](https://github.com/SeldonIO/seldon-core/compare/v1.5.0...v1.5.1) > 17 December 2020 -- WIP: Updating OpenAPI schema schema [`#2700`](https://github.com/axsaucedo/seldon-core/pull/2700) -- do not act on resources that have deletion timestamp set [`#2782`](https://github.com/axsaucedo/seldon-core/pull/2782) -- Bump grpcio-reflection from 1.33.2 to 1.34.0 in /python [`#2749`](https://github.com/axsaucedo/seldon-core/pull/2749) -- add python wrapper developer notes [`#2738`](https://github.com/axsaucedo/seldon-core/pull/2738) -- Update image make minio client compatible with ssl cert mismatch and add delete step [`#2746`](https://github.com/axsaucedo/seldon-core/pull/2746) -- Update Timeouts Notebook [`#2753`](https://github.com/axsaucedo/seldon-core/pull/2753) -- Revert "Add security context to seldon-controller-manager deployment" [`#2752`](https://github.com/axsaucedo/seldon-core/pull/2752) -- Redhat 1.5.0 release [`#2739`](https://github.com/axsaucedo/seldon-core/pull/2739) -- Update OWNERS_ALIASES [`#2733`](https://github.com/axsaucedo/seldon-core/pull/2733) -- Update OWNERS [`#2732`](https://github.com/axsaucedo/seldon-core/pull/2732) -- remove legacy Python2 components [`#2724`](https://github.com/axsaucedo/seldon-core/pull/2724) -- Update ambassador doc for shadow deployment [`#2697`](https://github.com/axsaucedo/seldon-core/pull/2697) -- Rebuilt CRDs for 1.5.0 release [`#2712`](https://github.com/axsaucedo/seldon-core/pull/2712) -- Updated images to 1.5.1 [`c8deb24`](https://github.com/axsaucedo/seldon-core/commit/c8deb242afd599e250eab18ac99da91b8c5dbadb) -- Merge commit 'f2b2d30446504b3c5834bb32383a583d44c96482' into v1.5.1-release [`c57f246`](https://github.com/axsaucedo/seldon-core/commit/c57f246cdea6d3b1f78975ea1bde58b6f677a826) -- Update licenses [`15bd9f8`](https://github.com/axsaucedo/seldon-core/commit/15bd9f8f3780f05f99e3941a2f5d867e07d96b4f) - -#### [v1.5.0](https://github.com/axsaucedo/seldon-core/compare/v1.2.3...v1.5.0) +- WIP: Updating OpenAPI schema schema [`#2700`](https://github.com/SeldonIO/seldon-core/pull/2700) +- do not act on resources that have deletion timestamp set [`#2782`](https://github.com/SeldonIO/seldon-core/pull/2782) +- Bump grpcio-reflection from 1.33.2 to 1.34.0 in /python [`#2749`](https://github.com/SeldonIO/seldon-core/pull/2749) +- add python wrapper developer notes [`#2738`](https://github.com/SeldonIO/seldon-core/pull/2738) +- Update image make minio client compatible with ssl cert mismatch and add delete step [`#2746`](https://github.com/SeldonIO/seldon-core/pull/2746) +- Update Timeouts Notebook [`#2753`](https://github.com/SeldonIO/seldon-core/pull/2753) +- Revert "Add security context to seldon-controller-manager deployment" [`#2752`](https://github.com/SeldonIO/seldon-core/pull/2752) +- Redhat 1.5.0 release [`#2739`](https://github.com/SeldonIO/seldon-core/pull/2739) +- Update OWNERS_ALIASES [`#2733`](https://github.com/SeldonIO/seldon-core/pull/2733) +- Update OWNERS [`#2732`](https://github.com/SeldonIO/seldon-core/pull/2732) +- remove legacy Python2 components [`#2724`](https://github.com/SeldonIO/seldon-core/pull/2724) +- Update ambassador doc for shadow deployment [`#2697`](https://github.com/SeldonIO/seldon-core/pull/2697) +- Rebuilt CRDs for 1.5.0 release [`#2712`](https://github.com/SeldonIO/seldon-core/pull/2712) +- Updated images to 1.5.1 [`c8deb24`](https://github.com/SeldonIO/seldon-core/commit/c8deb242afd599e250eab18ac99da91b8c5dbadb) +- Merge commit 'f2b2d30446504b3c5834bb32383a583d44c96482' into v1.5.1-release [`c57f246`](https://github.com/SeldonIO/seldon-core/commit/c57f246cdea6d3b1f78975ea1bde58b6f677a826) +- Update licenses [`15bd9f8`](https://github.com/SeldonIO/seldon-core/commit/15bd9f8f3780f05f99e3941a2f5d867e07d96b4f) + +#### [v1.5.0](https://github.com/SeldonIO/seldon-core/compare/v1.2.3...v1.5.0) > 3 December 2020 -- Updated helm chart docs [`#2742`](https://github.com/axsaucedo/seldon-core/pull/2742) -- Updated charts and example model [`#2740`](https://github.com/axsaucedo/seldon-core/pull/2740) -- Add back "seldon" gateway [`#2701`](https://github.com/axsaucedo/seldon-core/pull/2701) -- fix batch logging [`#2699`](https://github.com/axsaucedo/seldon-core/pull/2699) -- Updates for Openshift release process [`#2692`](https://github.com/axsaucedo/seldon-core/pull/2692) -- Fix typo in ci build images script [`#2698`](https://github.com/axsaucedo/seldon-core/pull/2698) -- Prepare 1.5.0 release updating docs [`#2695`](https://github.com/axsaucedo/seldon-core/pull/2695) -- Add Istio Troubleshoot for nonroot issue [`#2687`](https://github.com/axsaucedo/seldon-core/pull/2687) -- Update testing script for KEDA v2.0 GA [`#2684`](https://github.com/axsaucedo/seldon-core/pull/2684) -- Updated alibi detect to 0.4.3 [`#2678`](https://github.com/axsaucedo/seldon-core/pull/2678) -- Fix tensorflow prediction from explainer [`#2671`](https://github.com/axsaucedo/seldon-core/pull/2671) -- Alibi detect enhancements (Expose metrics with 0 value and include seldon_deployment_namespace tag to metric) [`#2672`](https://github.com/axsaucedo/seldon-core/pull/2672) -- WIP: add feedback to batch processor [`#2653`](https://github.com/axsaucedo/seldon-core/pull/2653) -- Add requestPath metadata on Python Wrapper [`#2587`](https://github.com/axsaucedo/seldon-core/pull/2587) -- Fix typo in reply url in outlier example [`#2635`](https://github.com/axsaucedo/seldon-core/pull/2635) -- Update Alibi-Detect wrapper and drift and outlier examples [`#2626`](https://github.com/axsaucedo/seldon-core/pull/2626) -- Batch race condition fix [`#2630`](https://github.com/axsaucedo/seldon-core/pull/2630) -- Use UTF-8 code for check mark [`#2627`](https://github.com/axsaucedo/seldon-core/pull/2627) -- Parameterize mc image and fix access_key/secret_key [`#2619`](https://github.com/axsaucedo/seldon-core/pull/2619) -- [Docs] Removed metadata from incubating as its graduated feature [`#2613`](https://github.com/axsaucedo/seldon-core/pull/2613) -- Fixed a typo (@trivial) [`#2612`](https://github.com/axsaucedo/seldon-core/pull/2612) -- Update microservice.R for supporting jsonData input in R [`#2544`](https://github.com/axsaucedo/seldon-core/pull/2544) -- Update to 1.5.0-dev [`#2583`](https://github.com/axsaucedo/seldon-core/pull/2583) -- Update to 1.4.0-dev missing image version [`#2579`](https://github.com/axsaucedo/seldon-core/pull/2579) -- Fix keda notebook testing [`#2565`](https://github.com/axsaucedo/seldon-core/pull/2565) -- Update to Alibi 0.5.5 [`#2571`](https://github.com/axsaucedo/seldon-core/pull/2571) -- Fix protocols_example [`#2564`](https://github.com/axsaucedo/seldon-core/pull/2564) -- Adding prom annotations for feedback metrics server example [`#2572`](https://github.com/axsaucedo/seldon-core/pull/2572) -- Extend drift detect server to expose metrics [`#2557`](https://github.com/axsaucedo/seldon-core/pull/2557) -- image versions reference for next release [`#2560`](https://github.com/axsaucedo/seldon-core/pull/2560) -- feat(defaults): Add default resources to engine/executor container [`#2514`](https://github.com/axsaucedo/seldon-core/pull/2514) -- feat(pdb): Add support for managing PDBs [`#2515`](https://github.com/axsaucedo/seldon-core/pull/2515) -- Add KEDA support to seldon-core [`#2506`](https://github.com/axsaucedo/seldon-core/pull/2506) -- fix links in docs by re-adding .html suffix [`#2549`](https://github.com/axsaucedo/seldon-core/pull/2549) -- Add pidfile config for gunicorn [`#2547`](https://github.com/axsaucedo/seldon-core/pull/2547) -- fix links to metrics notebooks [`#2548`](https://github.com/axsaucedo/seldon-core/pull/2548) -- Update mypy requirement from <0.783 to <0.791 in /python [`#2545`](https://github.com/axsaucedo/seldon-core/pull/2545) -- Add V2 examples for SKLearn and XGBoost [`#2512`](https://github.com/axsaucedo/seldon-core/pull/2512) -- Fixed AD Server Dependencies and Added notebook integration test [`#2536`](https://github.com/axsaucedo/seldon-core/pull/2536) -- Github actions added rebase command [`#2451`](https://github.com/axsaucedo/seldon-core/pull/2451) -- fix integration test by adding the missing comma [`#2527`](https://github.com/axsaucedo/seldon-core/pull/2527) -- Added Kafka Protocol Example with Sklearn Spacy NLP [`#2501`](https://github.com/axsaucedo/seldon-core/pull/2501) -- Update licenses [`#2496`](https://github.com/axsaucedo/seldon-core/pull/2496) -- Add mesa GL to Dockerfile for Alibi Detect Server [`#2482`](https://github.com/axsaucedo/seldon-core/pull/2482) -- revert change to retention period - leave default and let user override [`#2472`](https://github.com/axsaucedo/seldon-core/pull/2472) -- V2 Dataplane in Executor/Operator + Triton Server [`#2023`](https://github.com/axsaucedo/seldon-core/pull/2023) -- allow extra custom field in model metadata [`#2376`](https://github.com/axsaucedo/seldon-core/pull/2376) -- Add SSL listener back in after removal by multiplexing reversion [`#2448`](https://github.com/axsaucedo/seldon-core/pull/2448) -- Ensure updated pygments installed [`#2457`](https://github.com/axsaucedo/seldon-core/pull/2457) -- Remove tf binary from args when creating image for tfserving [`#2343`](https://github.com/axsaucedo/seldon-core/pull/2343) -- Allow terminationGracePeriodSeconds to be overridden [`#2345`](https://github.com/axsaucedo/seldon-core/pull/2345) -- Disallow 2 shadows [`#2414`](https://github.com/axsaucedo/seldon-core/pull/2414) -- Add -2 as option for route abort [`#2415`](https://github.com/axsaucedo/seldon-core/pull/2415) -- Fix image Jenkinx X build failures [`#2449`](https://github.com/axsaucedo/seldon-core/pull/2449) -- Add release notes template [`#2190`](https://github.com/axsaucedo/seldon-core/pull/2190) -- Update seldon-single-model [`#2435`](https://github.com/axsaucedo/seldon-core/pull/2435) -- Updated pinned versions of prepackaged servers [`#2399`](https://github.com/axsaucedo/seldon-core/pull/2399) -- Revert multiplexing in the Executor [`#2365`](https://github.com/axsaucedo/seldon-core/pull/2365) -- Bump pytest from 5.4.2 to 6.0.2 in /python [`#2421`](https://github.com/axsaucedo/seldon-core/pull/2421) -- Bump okhttp from 4.8.1 to 4.9.0 in /engine [`#2418`](https://github.com/axsaucedo/seldon-core/pull/2418) -- Bump coverage from 5.2 to 5.3 in /python [`#2419`](https://github.com/axsaucedo/seldon-core/pull/2419) -- Bump jaeger-client from 1.3.2 to 1.4.0 in /engine [`#2417`](https://github.com/axsaucedo/seldon-core/pull/2417) -- Update MLflow in MLFLOW_SERVER [`#2412`](https://github.com/axsaucedo/seldon-core/pull/2412) -- slower scrape [`#2402`](https://github.com/axsaucedo/seldon-core/pull/2402) -- Another Inreference -> inference change [`#2377`](https://github.com/axsaucedo/seldon-core/pull/2377) -- 2258 update kubeflow example to v1.0.0 of kubeflow (and standalone kubeflow pipelines) [`#2366`](https://github.com/axsaucedo/seldon-core/pull/2366) -- Spelling update [`#2369`](https://github.com/axsaucedo/seldon-core/pull/2369) -- assaf-java-s2i-update [`#2178`](https://github.com/axsaucedo/seldon-core/pull/2178) -- Timeseries-algorithm-2 [`#2359`](https://github.com/axsaucedo/seldon-core/pull/2359) -- re-add ContentType to combiner payload [`#2341`](https://github.com/axsaucedo/seldon-core/pull/2341) -- k8s 1.18 fix [`#2339`](https://github.com/axsaucedo/seldon-core/pull/2339) -- Update licenses [`#2342`](https://github.com/axsaucedo/seldon-core/pull/2342) -- fix python test microservice flakiness [`#2336`](https://github.com/axsaucedo/seldon-core/pull/2336) -- allow independent installation of grafana and prometheus [`#2057`](https://github.com/axsaucedo/seldon-core/pull/2057) -- Update install.md [`#2304`](https://github.com/axsaucedo/seldon-core/pull/2304) -- Add SELDON_ENVIRONMENT to Index Name [`#2329`](https://github.com/axsaucedo/seldon-core/pull/2329) -- Kafka Support in Executor [`#1919`](https://github.com/axsaucedo/seldon-core/pull/1919) -- Alibi Update [`#2241`](https://github.com/axsaucedo/seldon-core/pull/2241) -- Update to go 1.14.7 in Core-Builder and update executor licenses [`#2321`](https://github.com/axsaucedo/seldon-core/pull/2321) -- Fix shadow and no predictors validation [`#2314`](https://github.com/axsaucedo/seldon-core/pull/2314) -- Update fluentd-values.yaml [`#2306`](https://github.com/axsaucedo/seldon-core/pull/2306) -- 2271 feedback reward custom metrics [`#2289`](https://github.com/axsaucedo/seldon-core/pull/2289) -- Adding Janis to the list of approvers [`#2294`](https://github.com/axsaucedo/seldon-core/pull/2294) -- docs(c1): Add c1 to adopters list [`#2296`](https://github.com/axsaucedo/seldon-core/pull/2296) -- Add initial adopters file [`#2295`](https://github.com/axsaucedo/seldon-core/pull/2295) -- Updated branch name for nightly release [`#2279`](https://github.com/axsaucedo/seldon-core/pull/2279) -- Adding links to README features section [`#2278`](https://github.com/axsaucedo/seldon-core/pull/2278) -- Rebuilt protos using 3.14 protoc version [`7868d59`](https://github.com/axsaucedo/seldon-core/commit/7868d597b5e7076175cb8afdc1956f80ed87ae1d) -- Base build with explicit library references [`a72bdd9`](https://github.com/axsaucedo/seldon-core/commit/a72bdd92d6d774362d1e082739f2ac21d7bb090f) -- Added proto conversion [`04f42b6`](https://github.com/axsaucedo/seldon-core/commit/04f42b6ff72bbb7d2c3b90203501ef2291c962bb) - -#### [v1.2.3](https://github.com/axsaucedo/seldon-core/compare/v1.2.2...v1.2.3) +- Updated helm chart docs [`#2742`](https://github.com/SeldonIO/seldon-core/pull/2742) +- Updated charts and example model [`#2740`](https://github.com/SeldonIO/seldon-core/pull/2740) +- Add back "seldon" gateway [`#2701`](https://github.com/SeldonIO/seldon-core/pull/2701) +- fix batch logging [`#2699`](https://github.com/SeldonIO/seldon-core/pull/2699) +- Updates for Openshift release process [`#2692`](https://github.com/SeldonIO/seldon-core/pull/2692) +- Fix typo in ci build images script [`#2698`](https://github.com/SeldonIO/seldon-core/pull/2698) +- Prepare 1.5.0 release updating docs [`#2695`](https://github.com/SeldonIO/seldon-core/pull/2695) +- Add Istio Troubleshoot for nonroot issue [`#2687`](https://github.com/SeldonIO/seldon-core/pull/2687) +- Update testing script for KEDA v2.0 GA [`#2684`](https://github.com/SeldonIO/seldon-core/pull/2684) +- Updated alibi detect to 0.4.3 [`#2678`](https://github.com/SeldonIO/seldon-core/pull/2678) +- Fix tensorflow prediction from explainer [`#2671`](https://github.com/SeldonIO/seldon-core/pull/2671) +- Alibi detect enhancements (Expose metrics with 0 value and include seldon_deployment_namespace tag to metric) [`#2672`](https://github.com/SeldonIO/seldon-core/pull/2672) +- WIP: add feedback to batch processor [`#2653`](https://github.com/SeldonIO/seldon-core/pull/2653) +- Add requestPath metadata on Python Wrapper [`#2587`](https://github.com/SeldonIO/seldon-core/pull/2587) +- Fix typo in reply url in outlier example [`#2635`](https://github.com/SeldonIO/seldon-core/pull/2635) +- Update Alibi-Detect wrapper and drift and outlier examples [`#2626`](https://github.com/SeldonIO/seldon-core/pull/2626) +- Batch race condition fix [`#2630`](https://github.com/SeldonIO/seldon-core/pull/2630) +- Use UTF-8 code for check mark [`#2627`](https://github.com/SeldonIO/seldon-core/pull/2627) +- Parameterize mc image and fix access_key/secret_key [`#2619`](https://github.com/SeldonIO/seldon-core/pull/2619) +- [Docs] Removed metadata from incubating as its graduated feature [`#2613`](https://github.com/SeldonIO/seldon-core/pull/2613) +- Fixed a typo (@trivial) [`#2612`](https://github.com/SeldonIO/seldon-core/pull/2612) +- Update microservice.R for supporting jsonData input in R [`#2544`](https://github.com/SeldonIO/seldon-core/pull/2544) +- Update to 1.5.0-dev [`#2583`](https://github.com/SeldonIO/seldon-core/pull/2583) +- Update to 1.4.0-dev missing image version [`#2579`](https://github.com/SeldonIO/seldon-core/pull/2579) +- Fix keda notebook testing [`#2565`](https://github.com/SeldonIO/seldon-core/pull/2565) +- Update to Alibi 0.5.5 [`#2571`](https://github.com/SeldonIO/seldon-core/pull/2571) +- Fix protocols_example [`#2564`](https://github.com/SeldonIO/seldon-core/pull/2564) +- Adding prom annotations for feedback metrics server example [`#2572`](https://github.com/SeldonIO/seldon-core/pull/2572) +- Extend drift detect server to expose metrics [`#2557`](https://github.com/SeldonIO/seldon-core/pull/2557) +- image versions reference for next release [`#2560`](https://github.com/SeldonIO/seldon-core/pull/2560) +- feat(defaults): Add default resources to engine/executor container [`#2514`](https://github.com/SeldonIO/seldon-core/pull/2514) +- feat(pdb): Add support for managing PDBs [`#2515`](https://github.com/SeldonIO/seldon-core/pull/2515) +- Add KEDA support to seldon-core [`#2506`](https://github.com/SeldonIO/seldon-core/pull/2506) +- fix links in docs by re-adding .html suffix [`#2549`](https://github.com/SeldonIO/seldon-core/pull/2549) +- Add pidfile config for gunicorn [`#2547`](https://github.com/SeldonIO/seldon-core/pull/2547) +- fix links to metrics notebooks [`#2548`](https://github.com/SeldonIO/seldon-core/pull/2548) +- Update mypy requirement from <0.783 to <0.791 in /python [`#2545`](https://github.com/SeldonIO/seldon-core/pull/2545) +- Add V2 examples for SKLearn and XGBoost [`#2512`](https://github.com/SeldonIO/seldon-core/pull/2512) +- Fixed AD Server Dependencies and Added notebook integration test [`#2536`](https://github.com/SeldonIO/seldon-core/pull/2536) +- Github actions added rebase command [`#2451`](https://github.com/SeldonIO/seldon-core/pull/2451) +- fix integration test by adding the missing comma [`#2527`](https://github.com/SeldonIO/seldon-core/pull/2527) +- Added Kafka Protocol Example with Sklearn Spacy NLP [`#2501`](https://github.com/SeldonIO/seldon-core/pull/2501) +- Update licenses [`#2496`](https://github.com/SeldonIO/seldon-core/pull/2496) +- Add mesa GL to Dockerfile for Alibi Detect Server [`#2482`](https://github.com/SeldonIO/seldon-core/pull/2482) +- revert change to retention period - leave default and let user override [`#2472`](https://github.com/SeldonIO/seldon-core/pull/2472) +- V2 Dataplane in Executor/Operator + Triton Server [`#2023`](https://github.com/SeldonIO/seldon-core/pull/2023) +- allow extra custom field in model metadata [`#2376`](https://github.com/SeldonIO/seldon-core/pull/2376) +- Add SSL listener back in after removal by multiplexing reversion [`#2448`](https://github.com/SeldonIO/seldon-core/pull/2448) +- Ensure updated pygments installed [`#2457`](https://github.com/SeldonIO/seldon-core/pull/2457) +- Remove tf binary from args when creating image for tfserving [`#2343`](https://github.com/SeldonIO/seldon-core/pull/2343) +- Allow terminationGracePeriodSeconds to be overridden [`#2345`](https://github.com/SeldonIO/seldon-core/pull/2345) +- Disallow 2 shadows [`#2414`](https://github.com/SeldonIO/seldon-core/pull/2414) +- Add -2 as option for route abort [`#2415`](https://github.com/SeldonIO/seldon-core/pull/2415) +- Fix image Jenkinx X build failures [`#2449`](https://github.com/SeldonIO/seldon-core/pull/2449) +- Add release notes template [`#2190`](https://github.com/SeldonIO/seldon-core/pull/2190) +- Update seldon-single-model [`#2435`](https://github.com/SeldonIO/seldon-core/pull/2435) +- Updated pinned versions of prepackaged servers [`#2399`](https://github.com/SeldonIO/seldon-core/pull/2399) +- Revert multiplexing in the Executor [`#2365`](https://github.com/SeldonIO/seldon-core/pull/2365) +- Bump pytest from 5.4.2 to 6.0.2 in /python [`#2421`](https://github.com/SeldonIO/seldon-core/pull/2421) +- Bump okhttp from 4.8.1 to 4.9.0 in /engine [`#2418`](https://github.com/SeldonIO/seldon-core/pull/2418) +- Bump coverage from 5.2 to 5.3 in /python [`#2419`](https://github.com/SeldonIO/seldon-core/pull/2419) +- Bump jaeger-client from 1.3.2 to 1.4.0 in /engine [`#2417`](https://github.com/SeldonIO/seldon-core/pull/2417) +- Update MLflow in MLFLOW_SERVER [`#2412`](https://github.com/SeldonIO/seldon-core/pull/2412) +- slower scrape [`#2402`](https://github.com/SeldonIO/seldon-core/pull/2402) +- Another Inreference -> inference change [`#2377`](https://github.com/SeldonIO/seldon-core/pull/2377) +- 2258 update kubeflow example to v1.0.0 of kubeflow (and standalone kubeflow pipelines) [`#2366`](https://github.com/SeldonIO/seldon-core/pull/2366) +- Spelling update [`#2369`](https://github.com/SeldonIO/seldon-core/pull/2369) +- assaf-java-s2i-update [`#2178`](https://github.com/SeldonIO/seldon-core/pull/2178) +- Timeseries-algorithm-2 [`#2359`](https://github.com/SeldonIO/seldon-core/pull/2359) +- re-add ContentType to combiner payload [`#2341`](https://github.com/SeldonIO/seldon-core/pull/2341) +- k8s 1.18 fix [`#2339`](https://github.com/SeldonIO/seldon-core/pull/2339) +- Update licenses [`#2342`](https://github.com/SeldonIO/seldon-core/pull/2342) +- fix python test microservice flakiness [`#2336`](https://github.com/SeldonIO/seldon-core/pull/2336) +- allow independent installation of grafana and prometheus [`#2057`](https://github.com/SeldonIO/seldon-core/pull/2057) +- Update install.md [`#2304`](https://github.com/SeldonIO/seldon-core/pull/2304) +- Add SELDON_ENVIRONMENT to Index Name [`#2329`](https://github.com/SeldonIO/seldon-core/pull/2329) +- Kafka Support in Executor [`#1919`](https://github.com/SeldonIO/seldon-core/pull/1919) +- Alibi Update [`#2241`](https://github.com/SeldonIO/seldon-core/pull/2241) +- Update to go 1.14.7 in Core-Builder and update executor licenses [`#2321`](https://github.com/SeldonIO/seldon-core/pull/2321) +- Fix shadow and no predictors validation [`#2314`](https://github.com/SeldonIO/seldon-core/pull/2314) +- Update fluentd-values.yaml [`#2306`](https://github.com/SeldonIO/seldon-core/pull/2306) +- 2271 feedback reward custom metrics [`#2289`](https://github.com/SeldonIO/seldon-core/pull/2289) +- Adding Janis to the list of approvers [`#2294`](https://github.com/SeldonIO/seldon-core/pull/2294) +- docs(c1): Add c1 to adopters list [`#2296`](https://github.com/SeldonIO/seldon-core/pull/2296) +- Add initial adopters file [`#2295`](https://github.com/SeldonIO/seldon-core/pull/2295) +- Updated branch name for nightly release [`#2279`](https://github.com/SeldonIO/seldon-core/pull/2279) +- Adding links to README features section [`#2278`](https://github.com/SeldonIO/seldon-core/pull/2278) +- Rebuilt protos using 3.14 protoc version [`7868d59`](https://github.com/SeldonIO/seldon-core/commit/7868d597b5e7076175cb8afdc1956f80ed87ae1d) +- Base build with explicit library references [`a72bdd9`](https://github.com/SeldonIO/seldon-core/commit/a72bdd92d6d774362d1e082739f2ac21d7bb090f) +- Added proto conversion [`04f42b6`](https://github.com/SeldonIO/seldon-core/commit/04f42b6ff72bbb7d2c3b90203501ef2291c962bb) + +#### [v1.2.3](https://github.com/SeldonIO/seldon-core/compare/v1.2.2...v1.2.3) > 14 August 2020 -- Added 1.2.3 dev tag to prepare for release [`#2274`](https://github.com/axsaucedo/seldon-core/pull/2274) -- Updated create script to perform 1.2.3 release [`#2269`](https://github.com/axsaucedo/seldon-core/pull/2269) -- Fix create release script bug [`#2267`](https://github.com/axsaucedo/seldon-core/pull/2267) -- Bump okhttp from 4.8.0 to 4.8.1 in /engine [`#2257`](https://github.com/axsaucedo/seldon-core/pull/2257) -- Updated kfserving base image [`#2261`](https://github.com/axsaucedo/seldon-core/pull/2261) -- Add kubeflow pipeline example to docs [`#2265`](https://github.com/axsaucedo/seldon-core/pull/2265) -- Update ambassador.md [`#2245`](https://github.com/axsaucedo/seldon-core/pull/2245) -- Jenkins x snyk security checks [`#2251`](https://github.com/axsaucedo/seldon-core/pull/2251) -- Batch benchmarking with Argo Workflows [`#2248`](https://github.com/axsaucedo/seldon-core/pull/2248) -- Bump pip-licenses from 2.2.1 to 2.3.0 in /python [`#2228`](https://github.com/axsaucedo/seldon-core/pull/2228) -- Bump pandas from 1.0.1 to 1.1.0 in /python [`#2232`](https://github.com/axsaucedo/seldon-core/pull/2232) -- Bump jaeger-client from 1.3.1 to 1.3.2 in /engine [`#2233`](https://github.com/axsaucedo/seldon-core/pull/2233) -- Add license_files to setup.py [`#2210`](https://github.com/axsaucedo/seldon-core/pull/2210) -- Openshift Operator 1.2.2 [`#2226`](https://github.com/axsaucedo/seldon-core/pull/2226) -- Update version to 1.3.0-dev [`#2219`](https://github.com/axsaucedo/seldon-core/pull/2219) -- Add labels to deployments and improve label coverage of resources [`#2130`](https://github.com/axsaucedo/seldon-core/pull/2130) -- update openshift operator to 1.2.2 [`9e62f3e`](https://github.com/axsaucedo/seldon-core/commit/9e62f3efd327ec9842385d68b5998c537df6793c) -- Added benchmarking argo examples [`d54d9df`](https://github.com/axsaucedo/seldon-core/commit/d54d9df4803f5c96a2065c99ac2a01b61dbaadce) -- Updated batch helm charts for more granular options [`98e99f8`](https://github.com/axsaucedo/seldon-core/commit/98e99f82695fd36db9b9e5ec95acb8cd1760f98d) - -#### [v1.2.2](https://github.com/axsaucedo/seldon-core/compare/v1.2.1...v1.2.2) +- Added 1.2.3 dev tag to prepare for release [`#2274`](https://github.com/SeldonIO/seldon-core/pull/2274) +- Updated create script to perform 1.2.3 release [`#2269`](https://github.com/SeldonIO/seldon-core/pull/2269) +- Fix create release script bug [`#2267`](https://github.com/SeldonIO/seldon-core/pull/2267) +- Bump okhttp from 4.8.0 to 4.8.1 in /engine [`#2257`](https://github.com/SeldonIO/seldon-core/pull/2257) +- Updated kfserving base image [`#2261`](https://github.com/SeldonIO/seldon-core/pull/2261) +- Add kubeflow pipeline example to docs [`#2265`](https://github.com/SeldonIO/seldon-core/pull/2265) +- Update ambassador.md [`#2245`](https://github.com/SeldonIO/seldon-core/pull/2245) +- Jenkins x snyk security checks [`#2251`](https://github.com/SeldonIO/seldon-core/pull/2251) +- Batch benchmarking with Argo Workflows [`#2248`](https://github.com/SeldonIO/seldon-core/pull/2248) +- Bump pip-licenses from 2.2.1 to 2.3.0 in /python [`#2228`](https://github.com/SeldonIO/seldon-core/pull/2228) +- Bump pandas from 1.0.1 to 1.1.0 in /python [`#2232`](https://github.com/SeldonIO/seldon-core/pull/2232) +- Bump jaeger-client from 1.3.1 to 1.3.2 in /engine [`#2233`](https://github.com/SeldonIO/seldon-core/pull/2233) +- Add license_files to setup.py [`#2210`](https://github.com/SeldonIO/seldon-core/pull/2210) +- Openshift Operator 1.2.2 [`#2226`](https://github.com/SeldonIO/seldon-core/pull/2226) +- Update version to 1.3.0-dev [`#2219`](https://github.com/SeldonIO/seldon-core/pull/2219) +- Add labels to deployments and improve label coverage of resources [`#2130`](https://github.com/SeldonIO/seldon-core/pull/2130) +- update openshift operator to 1.2.2 [`9e62f3e`](https://github.com/SeldonIO/seldon-core/commit/9e62f3efd327ec9842385d68b5998c537df6793c) +- Added benchmarking argo examples [`d54d9df`](https://github.com/SeldonIO/seldon-core/commit/d54d9df4803f5c96a2065c99ac2a01b61dbaadce) +- Updated batch helm charts for more granular options [`98e99f8`](https://github.com/SeldonIO/seldon-core/commit/98e99f82695fd36db9b9e5ec95acb8cd1760f98d) + +#### [v1.2.2](https://github.com/SeldonIO/seldon-core/compare/v1.2.1...v1.2.2) > 28 July 2020 -- Release 1.2.2 [`#2208`](https://github.com/axsaucedo/seldon-core/pull/2208) -- Upgrading 1.2.2 [`#2206`](https://github.com/axsaucedo/seldon-core/pull/2206) -- Update licenses for Python package [`#2196`](https://github.com/axsaucedo/seldon-core/pull/2196) -- Fix drift predict [`#2195`](https://github.com/axsaucedo/seldon-core/pull/2195) -- Make Azure dependency optional [`#2170`](https://github.com/axsaucedo/seldon-core/pull/2170) -- fix(port): Update grpc executor target port [`#2131`](https://github.com/axsaucedo/seldon-core/pull/2131) -- upgrade k8s.io and jaeger-client-go libraries [`#2169`](https://github.com/axsaucedo/seldon-core/pull/2169) -- WIP: update images reference doc for 1.2.2 release [`#2167`](https://github.com/axsaucedo/seldon-core/pull/2167) -- Routing disclaimer in executor [`#2172`](https://github.com/axsaucedo/seldon-core/pull/2172) -- Revert "Jenkins X add comment when pipeline finishes " [`#2177`](https://github.com/axsaucedo/seldon-core/pull/2177) -- fix issues with test_upgrade notebook [`#2145`](https://github.com/axsaucedo/seldon-core/pull/2145) -- Add missing license to executor [`#2147`](https://github.com/axsaucedo/seldon-core/pull/2147) -- fixed noEngine [`#1970`](https://github.com/axsaucedo/seldon-core/pull/1970) -- attach serviceAccountName to prepackaged deployment spec [`#1866`](https://github.com/axsaucedo/seldon-core/pull/1866) -- update version of operator in executor deps [`#2121`](https://github.com/axsaucedo/seldon-core/pull/2121) -- Upgrade go dependencies: zap istio knative [`#2129`](https://github.com/axsaucedo/seldon-core/pull/2129) -- Remove executor's dependency on k8s.io/client-go [`#2106`](https://github.com/axsaucedo/seldon-core/pull/2106) -- operator: controller-runtime upgrade to v0.5.8 [`#2117`](https://github.com/axsaucedo/seldon-core/pull/2117) -- Enable production settings in loggers [`#1980`](https://github.com/axsaucedo/seldon-core/pull/1980) -- Executor/deps update - straightforward dependencies update [`#2099`](https://github.com/axsaucedo/seldon-core/pull/2099) -- Added fix to CI return value script [`#2104`](https://github.com/axsaucedo/seldon-core/pull/2104) -- run python fmt on master [`#2100`](https://github.com/axsaucedo/seldon-core/pull/2100) -- Add PR template with release notes [`#2086`](https://github.com/axsaucedo/seldon-core/pull/2086) -- Address ambassador deprecation warnings [`#2069`](https://github.com/axsaucedo/seldon-core/pull/2069) -- Move engine tests [`#2082`](https://github.com/axsaucedo/seldon-core/pull/2082) -- Use production server by default [`#2047`](https://github.com/axsaucedo/seldon-core/pull/2047) -- extend seldon-single-model chart [`#2054`](https://github.com/axsaucedo/seldon-core/pull/2054) -- Redhat 1.2.1 [`#2074`](https://github.com/axsaucedo/seldon-core/pull/2074) -- Update to version 1.2.2-dev [`#2073`](https://github.com/axsaucedo/seldon-core/pull/2073) -- Bump github.com/onsi/gomega from 1.8.1 to 1.10.1 in /executor [`#2039`](https://github.com/axsaucedo/seldon-core/pull/2039) -- Bump jackson.version from 2.10.0 to 2.11.1 in /engine [`#2026`](https://github.com/axsaucedo/seldon-core/pull/2026) -- Bump pip-licenses from 2.2.0 to 2.2.1 in /python [`#2031`](https://github.com/axsaucedo/seldon-core/pull/2031) -- SeldonMetadata and GRPC support [`#2005`](https://github.com/axsaucedo/seldon-core/pull/2005) -- Updated licenses [`7bb693b`](https://github.com/axsaucedo/seldon-core/commit/7bb693b2047d5ec5af6fe03fdbafd2c3980bce31) -- Re-generate licenses [`edf9fbe`](https://github.com/axsaucedo/seldon-core/commit/edf9fbe0dbcddbdff4187c83ec42f68617d1c200) -- 1.2.1 RedHat Release [`bb12768`](https://github.com/axsaucedo/seldon-core/commit/bb127684e31b7217a4f2577c21e331b722a9243d) - -#### [v1.2.1](https://github.com/axsaucedo/seldon-core/compare/v1.1.0...v1.2.1) +- Release 1.2.2 [`#2208`](https://github.com/SeldonIO/seldon-core/pull/2208) +- Upgrading 1.2.2 [`#2206`](https://github.com/SeldonIO/seldon-core/pull/2206) +- Update licenses for Python package [`#2196`](https://github.com/SeldonIO/seldon-core/pull/2196) +- Fix drift predict [`#2195`](https://github.com/SeldonIO/seldon-core/pull/2195) +- Make Azure dependency optional [`#2170`](https://github.com/SeldonIO/seldon-core/pull/2170) +- fix(port): Update grpc executor target port [`#2131`](https://github.com/SeldonIO/seldon-core/pull/2131) +- upgrade k8s.io and jaeger-client-go libraries [`#2169`](https://github.com/SeldonIO/seldon-core/pull/2169) +- WIP: update images reference doc for 1.2.2 release [`#2167`](https://github.com/SeldonIO/seldon-core/pull/2167) +- Routing disclaimer in executor [`#2172`](https://github.com/SeldonIO/seldon-core/pull/2172) +- Revert "Jenkins X add comment when pipeline finishes " [`#2177`](https://github.com/SeldonIO/seldon-core/pull/2177) +- fix issues with test_upgrade notebook [`#2145`](https://github.com/SeldonIO/seldon-core/pull/2145) +- Add missing license to executor [`#2147`](https://github.com/SeldonIO/seldon-core/pull/2147) +- fixed noEngine [`#1970`](https://github.com/SeldonIO/seldon-core/pull/1970) +- attach serviceAccountName to prepackaged deployment spec [`#1866`](https://github.com/SeldonIO/seldon-core/pull/1866) +- update version of operator in executor deps [`#2121`](https://github.com/SeldonIO/seldon-core/pull/2121) +- Upgrade go dependencies: zap istio knative [`#2129`](https://github.com/SeldonIO/seldon-core/pull/2129) +- Remove executor's dependency on k8s.io/client-go [`#2106`](https://github.com/SeldonIO/seldon-core/pull/2106) +- operator: controller-runtime upgrade to v0.5.8 [`#2117`](https://github.com/SeldonIO/seldon-core/pull/2117) +- Enable production settings in loggers [`#1980`](https://github.com/SeldonIO/seldon-core/pull/1980) +- Executor/deps update - straightforward dependencies update [`#2099`](https://github.com/SeldonIO/seldon-core/pull/2099) +- Added fix to CI return value script [`#2104`](https://github.com/SeldonIO/seldon-core/pull/2104) +- run python fmt on master [`#2100`](https://github.com/SeldonIO/seldon-core/pull/2100) +- Add PR template with release notes [`#2086`](https://github.com/SeldonIO/seldon-core/pull/2086) +- Address ambassador deprecation warnings [`#2069`](https://github.com/SeldonIO/seldon-core/pull/2069) +- Move engine tests [`#2082`](https://github.com/SeldonIO/seldon-core/pull/2082) +- Use production server by default [`#2047`](https://github.com/SeldonIO/seldon-core/pull/2047) +- extend seldon-single-model chart [`#2054`](https://github.com/SeldonIO/seldon-core/pull/2054) +- Redhat 1.2.1 [`#2074`](https://github.com/SeldonIO/seldon-core/pull/2074) +- Update to version 1.2.2-dev [`#2073`](https://github.com/SeldonIO/seldon-core/pull/2073) +- Bump github.com/onsi/gomega from 1.8.1 to 1.10.1 in /executor [`#2039`](https://github.com/SeldonIO/seldon-core/pull/2039) +- Bump jackson.version from 2.10.0 to 2.11.1 in /engine [`#2026`](https://github.com/SeldonIO/seldon-core/pull/2026) +- Bump pip-licenses from 2.2.0 to 2.2.1 in /python [`#2031`](https://github.com/SeldonIO/seldon-core/pull/2031) +- SeldonMetadata and GRPC support [`#2005`](https://github.com/SeldonIO/seldon-core/pull/2005) +- Updated licenses [`7bb693b`](https://github.com/SeldonIO/seldon-core/commit/7bb693b2047d5ec5af6fe03fdbafd2c3980bce31) +- Re-generate licenses [`edf9fbe`](https://github.com/SeldonIO/seldon-core/commit/edf9fbe0dbcddbdff4187c83ec42f68617d1c200) +- 1.2.1 RedHat Release [`bb12768`](https://github.com/SeldonIO/seldon-core/commit/bb127684e31b7217a4f2577c21e331b722a9243d) + +#### [v1.2.1](https://github.com/SeldonIO/seldon-core/compare/v1.1.0...v1.2.1) > 1 July 2020 -- upgrading to 1.2.1 [`#2052`](https://github.com/axsaucedo/seldon-core/pull/2052) -- Use correct YAML package [`#2010`](https://github.com/axsaucedo/seldon-core/pull/2010) -- volume mount names upgrade fix [`#2019`](https://github.com/axsaucedo/seldon-core/pull/2019) -- fix notebook server_examples to not fail on MLFlow server [`#2050`](https://github.com/axsaucedo/seldon-core/pull/2050) -- Allow predictor replica changes to not cause rolling update [`#2016`](https://github.com/axsaucedo/seldon-core/pull/2016) -- Fix for ensuring old clusterwide webhook is deleted [`#2013`](https://github.com/axsaucedo/seldon-core/pull/2013) -- fix typo in upgrading [`#2035`](https://github.com/axsaucedo/seldon-core/pull/2035) -- Fix version of sphinx [`#2025`](https://github.com/axsaucedo/seldon-core/pull/2025) -- Redhat v1.2.0 [`#1996`](https://github.com/axsaucedo/seldon-core/pull/1996) -- Update requirements.txt and readme file for KerasSpamClassifier [`#2002`](https://github.com/axsaucedo/seldon-core/pull/2002) -- Added CORS headers to enable Front-End inputs on Go Engine [`#1952`](https://github.com/axsaucedo/seldon-core/pull/1952) -- Update upgrading docs [`#1971`](https://github.com/axsaucedo/seldon-core/pull/1971) -- Fixes for tests [`#1950`](https://github.com/axsaucedo/seldon-core/pull/1950) -- Fix annotations and labels in Helm chart [`#1967`](https://github.com/axsaucedo/seldon-core/pull/1967) -- Fix content-type behaviour in executor [`#1900`](https://github.com/axsaucedo/seldon-core/pull/1900) -- Update licenses [`#1954`](https://github.com/axsaucedo/seldon-core/pull/1954) -- Add commercial secton to README [`#1962`](https://github.com/axsaucedo/seldon-core/pull/1962) -- Changed OpenAPI file permissions within image [`#1956`](https://github.com/axsaucedo/seldon-core/pull/1956) -- Fix notebooks test [`#1940`](https://github.com/axsaucedo/seldon-core/pull/1940) -- add v1 metadata format that describes SeldonMessage more accurately [`#1911`](https://github.com/axsaucedo/seldon-core/pull/1911) -- feat(blogs): Add a new blog post in Chinese [`#1939`](https://github.com/axsaucedo/seldon-core/pull/1939) -- Batch Processor Component [`#1915`](https://github.com/axsaucedo/seldon-core/pull/1915) -- Added checks to only build components in tests if have been modified [`#1909`](https://github.com/axsaucedo/seldon-core/pull/1909) -- fix the loop length from parmeters count [`#1908`](https://github.com/axsaucedo/seldon-core/pull/1908) -- Optionally allow manager to create CRD [`#1848`](https://github.com/axsaucedo/seldon-core/pull/1848) -- Authentication and authorization for seldon core requests example [`#1834`](https://github.com/axsaucedo/seldon-core/pull/1834) -- Add istio retries to docs [`#1842`](https://github.com/axsaucedo/seldon-core/pull/1842) -- graph level metadata [`#1803`](https://github.com/axsaucedo/seldon-core/pull/1803) -- Add executor changes for HTTP/gRPC multiplexing [`#1772`](https://github.com/axsaucedo/seldon-core/pull/1772) -- fix script pushing wrapper images to docker hub [`#1875`](https://github.com/axsaucedo/seldon-core/pull/1875) -- Prepackaged RedHat Model Servers [`#1775`](https://github.com/axsaucedo/seldon-core/pull/1775) -- Fix broken and/or missing links in the documentation [`#1743`](https://github.com/axsaucedo/seldon-core/pull/1743) -- Documentation fixes on examples [`#1849`](https://github.com/axsaucedo/seldon-core/pull/1849) -- Use helm v3.2.0 in core-builder Dockerfile [`#1812`](https://github.com/axsaucedo/seldon-core/pull/1812) -- Add headers to curl request for executor sample [`#1771`](https://github.com/axsaucedo/seldon-core/pull/1771) -- Swagger UI with Embedded Seldon Deployment Values [`#1744`](https://github.com/axsaucedo/seldon-core/pull/1744) -- Updates for community and certified 1.1.0 operator [`#1711`](https://github.com/axsaucedo/seldon-core/pull/1711) -- createResources also drives configmap [`#1725`](https://github.com/axsaucedo/seldon-core/pull/1725) -- Fix typo in suppressing custom_tags missing message [`#1721`](https://github.com/axsaucedo/seldon-core/pull/1721) -- Document suppression of missing custom_metrics and custom_tags prior to 1.1 [`#1720`](https://github.com/axsaucedo/seldon-core/pull/1720) -- RedHat Operator 1.2.0 release [`9a92ac5`](https://github.com/axsaucedo/seldon-core/commit/9a92ac5d368d8ca94c74819819a93528f8abbbc1) -- seldon-core python 1.2.0 [`6c79278`](https://github.com/axsaucedo/seldon-core/commit/6c7927814b67ab6ad84793c1838fa9fc94035624) -- Update python licenses [`f33f584`](https://github.com/axsaucedo/seldon-core/commit/f33f5848a75a11486c38186324e8fadeb46eba1a) - -#### [v1.1.0](https://github.com/axsaucedo/seldon-core/compare/v1.0.2...v1.1.0) +- upgrading to 1.2.1 [`#2052`](https://github.com/SeldonIO/seldon-core/pull/2052) +- Use correct YAML package [`#2010`](https://github.com/SeldonIO/seldon-core/pull/2010) +- volume mount names upgrade fix [`#2019`](https://github.com/SeldonIO/seldon-core/pull/2019) +- fix notebook server_examples to not fail on MLFlow server [`#2050`](https://github.com/SeldonIO/seldon-core/pull/2050) +- Allow predictor replica changes to not cause rolling update [`#2016`](https://github.com/SeldonIO/seldon-core/pull/2016) +- Fix for ensuring old clusterwide webhook is deleted [`#2013`](https://github.com/SeldonIO/seldon-core/pull/2013) +- fix typo in upgrading [`#2035`](https://github.com/SeldonIO/seldon-core/pull/2035) +- Fix version of sphinx [`#2025`](https://github.com/SeldonIO/seldon-core/pull/2025) +- Redhat v1.2.0 [`#1996`](https://github.com/SeldonIO/seldon-core/pull/1996) +- Update requirements.txt and readme file for KerasSpamClassifier [`#2002`](https://github.com/SeldonIO/seldon-core/pull/2002) +- Added CORS headers to enable Front-End inputs on Go Engine [`#1952`](https://github.com/SeldonIO/seldon-core/pull/1952) +- Update upgrading docs [`#1971`](https://github.com/SeldonIO/seldon-core/pull/1971) +- Fixes for tests [`#1950`](https://github.com/SeldonIO/seldon-core/pull/1950) +- Fix annotations and labels in Helm chart [`#1967`](https://github.com/SeldonIO/seldon-core/pull/1967) +- Fix content-type behaviour in executor [`#1900`](https://github.com/SeldonIO/seldon-core/pull/1900) +- Update licenses [`#1954`](https://github.com/SeldonIO/seldon-core/pull/1954) +- Add commercial secton to README [`#1962`](https://github.com/SeldonIO/seldon-core/pull/1962) +- Changed OpenAPI file permissions within image [`#1956`](https://github.com/SeldonIO/seldon-core/pull/1956) +- Fix notebooks test [`#1940`](https://github.com/SeldonIO/seldon-core/pull/1940) +- add v1 metadata format that describes SeldonMessage more accurately [`#1911`](https://github.com/SeldonIO/seldon-core/pull/1911) +- feat(blogs): Add a new blog post in Chinese [`#1939`](https://github.com/SeldonIO/seldon-core/pull/1939) +- Batch Processor Component [`#1915`](https://github.com/SeldonIO/seldon-core/pull/1915) +- Added checks to only build components in tests if have been modified [`#1909`](https://github.com/SeldonIO/seldon-core/pull/1909) +- fix the loop length from parmeters count [`#1908`](https://github.com/SeldonIO/seldon-core/pull/1908) +- Optionally allow manager to create CRD [`#1848`](https://github.com/SeldonIO/seldon-core/pull/1848) +- Authentication and authorization for seldon core requests example [`#1834`](https://github.com/SeldonIO/seldon-core/pull/1834) +- Add istio retries to docs [`#1842`](https://github.com/SeldonIO/seldon-core/pull/1842) +- graph level metadata [`#1803`](https://github.com/SeldonIO/seldon-core/pull/1803) +- Add executor changes for HTTP/gRPC multiplexing [`#1772`](https://github.com/SeldonIO/seldon-core/pull/1772) +- fix script pushing wrapper images to docker hub [`#1875`](https://github.com/SeldonIO/seldon-core/pull/1875) +- Prepackaged RedHat Model Servers [`#1775`](https://github.com/SeldonIO/seldon-core/pull/1775) +- Fix broken and/or missing links in the documentation [`#1743`](https://github.com/SeldonIO/seldon-core/pull/1743) +- Documentation fixes on examples [`#1849`](https://github.com/SeldonIO/seldon-core/pull/1849) +- Use helm v3.2.0 in core-builder Dockerfile [`#1812`](https://github.com/SeldonIO/seldon-core/pull/1812) +- Add headers to curl request for executor sample [`#1771`](https://github.com/SeldonIO/seldon-core/pull/1771) +- Swagger UI with Embedded Seldon Deployment Values [`#1744`](https://github.com/SeldonIO/seldon-core/pull/1744) +- Updates for community and certified 1.1.0 operator [`#1711`](https://github.com/SeldonIO/seldon-core/pull/1711) +- createResources also drives configmap [`#1725`](https://github.com/SeldonIO/seldon-core/pull/1725) +- Fix typo in suppressing custom_tags missing message [`#1721`](https://github.com/SeldonIO/seldon-core/pull/1721) +- Document suppression of missing custom_metrics and custom_tags prior to 1.1 [`#1720`](https://github.com/SeldonIO/seldon-core/pull/1720) +- RedHat Operator 1.2.0 release [`9a92ac5`](https://github.com/SeldonIO/seldon-core/commit/9a92ac5d368d8ca94c74819819a93528f8abbbc1) +- seldon-core python 1.2.0 [`6c79278`](https://github.com/SeldonIO/seldon-core/commit/6c7927814b67ab6ad84793c1838fa9fc94035624) +- Update python licenses [`f33f584`](https://github.com/SeldonIO/seldon-core/commit/f33f5848a75a11486c38186324e8fadeb46eba1a) + +#### [v1.1.0](https://github.com/SeldonIO/seldon-core/compare/v1.0.2...v1.1.0) > 16 April 2020 -- Outlier and Drift Detection Examples [`#1702`](https://github.com/axsaucedo/seldon-core/pull/1702) -- 1695 istio client [`#1696`](https://github.com/axsaucedo/seldon-core/pull/1696) -- Leave timeouts as default [`#1693`](https://github.com/axsaucedo/seldon-core/pull/1693) -- Explainer Gateway Fix for Istio, Ambassador and Python Client [`#1668`](https://github.com/axsaucedo/seldon-core/pull/1668) -- Allow non-model specific predict for Tensorflow protocol [`#1684`](https://github.com/axsaucedo/seldon-core/pull/1684) -- Breaking Changes Doc for 1.1 [`#1496`](https://github.com/axsaucedo/seldon-core/pull/1496) -- RedHat Community Operator [`#1519`](https://github.com/axsaucedo/seldon-core/pull/1519) -- Fixed typo for version file path [`#1670`](https://github.com/axsaucedo/seldon-core/pull/1670) -- Add /scale subresource to CRD and replicas to various parts of CRD. [`#1633`](https://github.com/axsaucedo/seldon-core/pull/1633) -- Add missing roadmap link [`#1654`](https://github.com/axsaucedo/seldon-core/pull/1654) -- Fix some readme links [`#1636`](https://github.com/axsaucedo/seldon-core/pull/1636) -- Replace api group machinelearning with machinelearning.seldon.io [`#1614`](https://github.com/axsaucedo/seldon-core/pull/1614) -- Add missing roadmap doc [`#1647`](https://github.com/axsaucedo/seldon-core/pull/1647) -- Basic support for Cloudevents with KNative Eventing Example [`#1572`](https://github.com/axsaucedo/seldon-core/pull/1572) -- remove unused docs folder [`#1639`](https://github.com/axsaucedo/seldon-core/pull/1639) -- check for virtualservices before running clean up [`#1632`](https://github.com/axsaucedo/seldon-core/pull/1632) -- Fix clean up of old virtual services [`#1618`](https://github.com/axsaucedo/seldon-core/pull/1618) -- Fix Prepackaged Server nil and update core examples [`#1623`](https://github.com/axsaucedo/seldon-core/pull/1623) -- Revert "Make inclusion of metrics in SeldonMessage configurable in 1.1" [`#1624`](https://github.com/axsaucedo/seldon-core/pull/1624) -- Deployment name changes [`#1573`](https://github.com/axsaucedo/seldon-core/pull/1573) -- Ensure all labels and annotations added to created deployments [`#1580`](https://github.com/axsaucedo/seldon-core/pull/1580) -- Update explainer path for Ambassador [`#1585`](https://github.com/axsaucedo/seldon-core/pull/1585) -- Fix labelling panic for prepackaged servers [`#1600`](https://github.com/axsaucedo/seldon-core/pull/1600) -- document SC 1.1 compatibility with different s2i wrappers [`#1602`](https://github.com/axsaucedo/seldon-core/pull/1602) -- Fix for empty explainers [`#1604`](https://github.com/axsaucedo/seldon-core/pull/1604) -- Add new labels to Services [`#1555`](https://github.com/axsaucedo/seldon-core/pull/1555) -- Added documentation page on local testing [`#1586`](https://github.com/axsaucedo/seldon-core/pull/1586) -- Add Events and fix State for SeldonDeployments [`#1570`](https://github.com/axsaucedo/seldon-core/pull/1570) -- Move protocol/transport CRD variables [`#1553`](https://github.com/axsaucedo/seldon-core/pull/1553) -- General update of docs [`#1540`](https://github.com/axsaucedo/seldon-core/pull/1540) -- Bump pytest from 5.3.1 to 5.4.1 in /python [`#1545`](https://github.com/axsaucedo/seldon-core/pull/1545) -- Update mypy requirement from <0.762 to <0.771 in /python [`#1544`](https://github.com/axsaucedo/seldon-core/pull/1544) -- Added default env secret name for flexible definition of env variables [`#1531`](https://github.com/axsaucedo/seldon-core/pull/1531) -- Allow REST error payloads to be returned [`#1446`](https://github.com/axsaucedo/seldon-core/pull/1446) -- Cleanup examples [`#1495`](https://github.com/axsaucedo/seldon-core/pull/1495) -- Change explainer to pointer reference in api types [`#1497`](https://github.com/axsaucedo/seldon-core/pull/1497) -- add notebook test deps to integration tesets requirements file [`#1535`](https://github.com/axsaucedo/seldon-core/pull/1535) -- HPA scaleTargetRef apiVersion should be consistent with Deployments [`#1534`](https://github.com/axsaucedo/seldon-core/pull/1534) -- Make copy of locals() [`#1536`](https://github.com/axsaucedo/seldon-core/pull/1536) -- Update operator deps and allow istio retries [`#1518`](https://github.com/axsaucedo/seldon-core/pull/1518) -- Added helmchart variable to operator to be able to set a default "global" request logging prefix [`#1517`](https://github.com/axsaucedo/seldon-core/pull/1517) -- Added version to tfserving image [`#1516`](https://github.com/axsaucedo/seldon-core/pull/1516) -- Reduce flakiness on tracing tests [`#1488`](https://github.com/axsaucedo/seldon-core/pull/1488) -- Update XGBoost [`#1483`](https://github.com/axsaucedo/seldon-core/pull/1483) -- Update Engine and top level makefiles [`#1522`](https://github.com/axsaucedo/seldon-core/pull/1522) -- od logging [`#1465`](https://github.com/axsaucedo/seldon-core/pull/1465) -- fix operator helm file generator [`#1487`](https://github.com/axsaucedo/seldon-core/pull/1487) -- tags backward compatibility in executor [`#1481`](https://github.com/axsaucedo/seldon-core/pull/1481) -- Always set variables for predictive unit and deployment identifiers [Fixes #1449] [`#1491`](https://github.com/axsaucedo/seldon-core/pull/1491) -- updated path to openvino models [`#1492`](https://github.com/axsaucedo/seldon-core/pull/1492) -- Update amabassador retries and restructure tests for Ambassador [`#1383`](https://github.com/axsaucedo/seldon-core/pull/1383) -- Change naming of deployments [`#1466`](https://github.com/axsaucedo/seldon-core/pull/1466) -- Update OWNER_ALIASES [`#1494`](https://github.com/axsaucedo/seldon-core/pull/1494) -- Update OWNERS [`#1493`](https://github.com/axsaucedo/seldon-core/pull/1493) -- istio version that can install on k8s 1.16 [`#1489`](https://github.com/axsaucedo/seldon-core/pull/1489) -- update release wrapper and script to use maven repo as local user [`#1486`](https://github.com/axsaucedo/seldon-core/pull/1486) -- Remove benchmark notebook [`#1473`](https://github.com/axsaucedo/seldon-core/pull/1473) -- Integration tests tracing [`#1464`](https://github.com/axsaucedo/seldon-core/pull/1464) -- Bump okhttp from 4.3.1 to 4.4.0 in /engine [`#1479`](https://github.com/axsaucedo/seldon-core/pull/1479) -- fix seldon-core-operator image version [`#1470`](https://github.com/axsaucedo/seldon-core/pull/1470) -- fix release script for executor [`#1468`](https://github.com/axsaucedo/seldon-core/pull/1468) -- Add k8s folder to executor build [`#1459`](https://github.com/axsaucedo/seldon-core/pull/1459) -- Executor trace b3 propagate [`#1445`](https://github.com/axsaucedo/seldon-core/pull/1445) -- Use flake8 to find syntax errors and undefined names [`#1443`](https://github.com/axsaucedo/seldon-core/pull/1443) -- improve reliability of req logging under high load [`#1457`](https://github.com/axsaucedo/seldon-core/pull/1457) -- Undefined name: import boto3 for lines 49 and 54 [`#1441`](https://github.com/axsaucedo/seldon-core/pull/1441) -- Executor annotation support [`#1406`](https://github.com/axsaucedo/seldon-core/pull/1406) -- Bump pandas from 1.0.0 to 1.0.1 in /python [`#1450`](https://github.com/axsaucedo/seldon-core/pull/1450) -- Bump pip-licenses from 2.1.0 to 2.1.1 in /python [`#1451`](https://github.com/axsaucedo/seldon-core/pull/1451) -- Bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 in /engine [`#1453`](https://github.com/axsaucedo/seldon-core/pull/1453) -- Check there is no downtime during operator updates [`#1426`](https://github.com/axsaucedo/seldon-core/pull/1426) -- Undefined name: 'r' --> 'response' [`#1442`](https://github.com/axsaucedo/seldon-core/pull/1442) -- Use print() function in both Python 2 and Python 3 [`#1342`](https://github.com/axsaucedo/seldon-core/pull/1342) -- Replace print with logging.info in python/tests. Closes #1372 [`#1424`](https://github.com/axsaucedo/seldon-core/pull/1424) -- allow route method to use metadata, closes #591 [`#1365`](https://github.com/axsaucedo/seldon-core/pull/1365) -- Don't specify version in Tox [`#1433`](https://github.com/axsaucedo/seldon-core/pull/1433) -- new request logging [`#1369`](https://github.com/axsaucedo/seldon-core/pull/1369) -- Kubeflow manifest changes [`#1414`](https://github.com/axsaucedo/seldon-core/pull/1414) -- Ensure unique names for webhooks [`#1408`](https://github.com/axsaucedo/seldon-core/pull/1408) -- Update resources to larger defaults for operator [`#1428`](https://github.com/axsaucedo/seldon-core/pull/1428) -- allow inputs in chain tensorflow protocol [`#1422`](https://github.com/axsaucedo/seldon-core/pull/1422) -- Update seldon-core-s2i-python2 -> seldon-core-s2i-python3. Closes #593. [`#1425`](https://github.com/axsaucedo/seldon-core/pull/1425) -- Add licenses to Python images [`#1379`](https://github.com/axsaucedo/seldon-core/pull/1379) -- Bump pandas from 0.25.3 to 1.0.0 in /python [`#1397`](https://github.com/axsaucedo/seldon-core/pull/1397) -- Update Helm [`#1415`](https://github.com/axsaucedo/seldon-core/pull/1415) -- added knobs in operator helm chart to control manager resources [`#1407`](https://github.com/axsaucedo/seldon-core/pull/1407) -- Update Storage.py and initialiser image [`#1368`](https://github.com/axsaucedo/seldon-core/pull/1368) -- Import Java wrapper [`#1382`](https://github.com/axsaucedo/seldon-core/pull/1382) -- Add operator tests to Jenkins X [`#1377`](https://github.com/axsaucedo/seldon-core/pull/1377) -- Bump pb.version from 3.11.1 to 3.11.3 in /engine [`#1398`](https://github.com/axsaucedo/seldon-core/pull/1398) -- Update sklearn.md [`#1386`](https://github.com/axsaucedo/seldon-core/pull/1386) -- Remove redundant build resources [`#1381`](https://github.com/axsaucedo/seldon-core/pull/1381) -- Bump tensorflow from 1.15.0 to 1.15.2 in /components/outlier-detection/vae [`#1380`](https://github.com/axsaucedo/seldon-core/pull/1380) -- Update CRD and add executor to CI. Also remove values helm patch. [`#1376`](https://github.com/axsaucedo/seldon-core/pull/1376) -- add example for custom metrics in feedback [`#1366`](https://github.com/axsaucedo/seldon-core/pull/1366) -- Executor [`#1016`](https://github.com/axsaucedo/seldon-core/pull/1016) -- #1297 WIP Update Analytics Helm Chart [`#1331`](https://github.com/axsaucedo/seldon-core/pull/1331) -- reduce logging by moving info to debug for non implemented methods, closes #1565 [`#1565`](https://github.com/axsaucedo/seldon-core/issues/1565) -- add notebook test deps to integration tesets requirements file, closes #1504 [`#1504`](https://github.com/axsaucedo/seldon-core/issues/1504) -- tags backward compatibility in executor (#1481) [`#1474`](https://github.com/axsaucedo/seldon-core/issues/1474) -- Merge pull request #1491 from axsaucedo/1449_predictive_unit_env_vars [`#1449`](https://github.com/axsaucedo/seldon-core/issues/1449) -- Merge pull request #1424 from RafalSkolasinski/issue/1372 [`#1372`](https://github.com/axsaucedo/seldon-core/issues/1372) -- Merge pull request #1365 from RafalSkolasinski/issue/591 [`#591`](https://github.com/axsaucedo/seldon-core/issues/591) -- Replace print with logging.info in python/tests. Closes #1372 [`#1372`](https://github.com/axsaucedo/seldon-core/issues/1372) -- Merge pull request #1425 from RafalSkolasinski/issue/593 [`#593`](https://github.com/axsaucedo/seldon-core/issues/593) -- allow route method to use metadata, closes #591 [`#591`](https://github.com/axsaucedo/seldon-core/issues/591) -- Update seldon-core-s2i-python2 -> seldon-core-s2i-python3. Closes #593. [`#593`](https://github.com/axsaucedo/seldon-core/issues/593) -- merge conda and regular python s2i wrappers, closes #1125 [`#1125`](https://github.com/axsaucedo/seldon-core/issues/1125) -- fix links do images descriptions, closes #1249 [`#1249`](https://github.com/axsaucedo/seldon-core/issues/1249) -- #1297 WIP Update Analytics Helm Chart (#1331) [`#820`](https://github.com/axsaucedo/seldon-core/issues/820) [`#1324`](https://github.com/axsaucedo/seldon-core/issues/1324) -- remove old outlier exmaples [`f005422`](https://github.com/axsaucedo/seldon-core/commit/f005422ba67f8e00689ce4de1fcd1c3aa7b5b84b) -- remove crd chart [`60356b3`](https://github.com/axsaucedo/seldon-core/commit/60356b3274866c99b40765838ae638b444df304c) -- update examples [`23deaa3`](https://github.com/axsaucedo/seldon-core/commit/23deaa3731b4d2e9b64e4f992a967d134ff47fe6) - -#### [v1.0.2](https://github.com/axsaucedo/seldon-core/compare/v1.0.1...v1.0.2) +- Outlier and Drift Detection Examples [`#1702`](https://github.com/SeldonIO/seldon-core/pull/1702) +- 1695 istio client [`#1696`](https://github.com/SeldonIO/seldon-core/pull/1696) +- Leave timeouts as default [`#1693`](https://github.com/SeldonIO/seldon-core/pull/1693) +- Explainer Gateway Fix for Istio, Ambassador and Python Client [`#1668`](https://github.com/SeldonIO/seldon-core/pull/1668) +- Allow non-model specific predict for Tensorflow protocol [`#1684`](https://github.com/SeldonIO/seldon-core/pull/1684) +- Breaking Changes Doc for 1.1 [`#1496`](https://github.com/SeldonIO/seldon-core/pull/1496) +- RedHat Community Operator [`#1519`](https://github.com/SeldonIO/seldon-core/pull/1519) +- Fixed typo for version file path [`#1670`](https://github.com/SeldonIO/seldon-core/pull/1670) +- Add /scale subresource to CRD and replicas to various parts of CRD. [`#1633`](https://github.com/SeldonIO/seldon-core/pull/1633) +- Add missing roadmap link [`#1654`](https://github.com/SeldonIO/seldon-core/pull/1654) +- Fix some readme links [`#1636`](https://github.com/SeldonIO/seldon-core/pull/1636) +- Replace api group machinelearning with machinelearning.seldon.io [`#1614`](https://github.com/SeldonIO/seldon-core/pull/1614) +- Add missing roadmap doc [`#1647`](https://github.com/SeldonIO/seldon-core/pull/1647) +- Basic support for Cloudevents with KNative Eventing Example [`#1572`](https://github.com/SeldonIO/seldon-core/pull/1572) +- remove unused docs folder [`#1639`](https://github.com/SeldonIO/seldon-core/pull/1639) +- check for virtualservices before running clean up [`#1632`](https://github.com/SeldonIO/seldon-core/pull/1632) +- Fix clean up of old virtual services [`#1618`](https://github.com/SeldonIO/seldon-core/pull/1618) +- Fix Prepackaged Server nil and update core examples [`#1623`](https://github.com/SeldonIO/seldon-core/pull/1623) +- Revert "Make inclusion of metrics in SeldonMessage configurable in 1.1" [`#1624`](https://github.com/SeldonIO/seldon-core/pull/1624) +- Deployment name changes [`#1573`](https://github.com/SeldonIO/seldon-core/pull/1573) +- Ensure all labels and annotations added to created deployments [`#1580`](https://github.com/SeldonIO/seldon-core/pull/1580) +- Update explainer path for Ambassador [`#1585`](https://github.com/SeldonIO/seldon-core/pull/1585) +- Fix labelling panic for prepackaged servers [`#1600`](https://github.com/SeldonIO/seldon-core/pull/1600) +- document SC 1.1 compatibility with different s2i wrappers [`#1602`](https://github.com/SeldonIO/seldon-core/pull/1602) +- Fix for empty explainers [`#1604`](https://github.com/SeldonIO/seldon-core/pull/1604) +- Add new labels to Services [`#1555`](https://github.com/SeldonIO/seldon-core/pull/1555) +- Added documentation page on local testing [`#1586`](https://github.com/SeldonIO/seldon-core/pull/1586) +- Add Events and fix State for SeldonDeployments [`#1570`](https://github.com/SeldonIO/seldon-core/pull/1570) +- Move protocol/transport CRD variables [`#1553`](https://github.com/SeldonIO/seldon-core/pull/1553) +- General update of docs [`#1540`](https://github.com/SeldonIO/seldon-core/pull/1540) +- Bump pytest from 5.3.1 to 5.4.1 in /python [`#1545`](https://github.com/SeldonIO/seldon-core/pull/1545) +- Update mypy requirement from <0.762 to <0.771 in /python [`#1544`](https://github.com/SeldonIO/seldon-core/pull/1544) +- Added default env secret name for flexible definition of env variables [`#1531`](https://github.com/SeldonIO/seldon-core/pull/1531) +- Allow REST error payloads to be returned [`#1446`](https://github.com/SeldonIO/seldon-core/pull/1446) +- Cleanup examples [`#1495`](https://github.com/SeldonIO/seldon-core/pull/1495) +- Change explainer to pointer reference in api types [`#1497`](https://github.com/SeldonIO/seldon-core/pull/1497) +- add notebook test deps to integration tesets requirements file [`#1535`](https://github.com/SeldonIO/seldon-core/pull/1535) +- HPA scaleTargetRef apiVersion should be consistent with Deployments [`#1534`](https://github.com/SeldonIO/seldon-core/pull/1534) +- Make copy of locals() [`#1536`](https://github.com/SeldonIO/seldon-core/pull/1536) +- Update operator deps and allow istio retries [`#1518`](https://github.com/SeldonIO/seldon-core/pull/1518) +- Added helmchart variable to operator to be able to set a default "global" request logging prefix [`#1517`](https://github.com/SeldonIO/seldon-core/pull/1517) +- Added version to tfserving image [`#1516`](https://github.com/SeldonIO/seldon-core/pull/1516) +- Reduce flakiness on tracing tests [`#1488`](https://github.com/SeldonIO/seldon-core/pull/1488) +- Update XGBoost [`#1483`](https://github.com/SeldonIO/seldon-core/pull/1483) +- Update Engine and top level makefiles [`#1522`](https://github.com/SeldonIO/seldon-core/pull/1522) +- od logging [`#1465`](https://github.com/SeldonIO/seldon-core/pull/1465) +- fix operator helm file generator [`#1487`](https://github.com/SeldonIO/seldon-core/pull/1487) +- tags backward compatibility in executor [`#1481`](https://github.com/SeldonIO/seldon-core/pull/1481) +- Always set variables for predictive unit and deployment identifiers [Fixes #1449] [`#1491`](https://github.com/SeldonIO/seldon-core/pull/1491) +- updated path to openvino models [`#1492`](https://github.com/SeldonIO/seldon-core/pull/1492) +- Update amabassador retries and restructure tests for Ambassador [`#1383`](https://github.com/SeldonIO/seldon-core/pull/1383) +- Change naming of deployments [`#1466`](https://github.com/SeldonIO/seldon-core/pull/1466) +- Update OWNER_ALIASES [`#1494`](https://github.com/SeldonIO/seldon-core/pull/1494) +- Update OWNERS [`#1493`](https://github.com/SeldonIO/seldon-core/pull/1493) +- istio version that can install on k8s 1.16 [`#1489`](https://github.com/SeldonIO/seldon-core/pull/1489) +- update release wrapper and script to use maven repo as local user [`#1486`](https://github.com/SeldonIO/seldon-core/pull/1486) +- Remove benchmark notebook [`#1473`](https://github.com/SeldonIO/seldon-core/pull/1473) +- Integration tests tracing [`#1464`](https://github.com/SeldonIO/seldon-core/pull/1464) +- Bump okhttp from 4.3.1 to 4.4.0 in /engine [`#1479`](https://github.com/SeldonIO/seldon-core/pull/1479) +- fix seldon-core-operator image version [`#1470`](https://github.com/SeldonIO/seldon-core/pull/1470) +- fix release script for executor [`#1468`](https://github.com/SeldonIO/seldon-core/pull/1468) +- Add k8s folder to executor build [`#1459`](https://github.com/SeldonIO/seldon-core/pull/1459) +- Executor trace b3 propagate [`#1445`](https://github.com/SeldonIO/seldon-core/pull/1445) +- Use flake8 to find syntax errors and undefined names [`#1443`](https://github.com/SeldonIO/seldon-core/pull/1443) +- improve reliability of req logging under high load [`#1457`](https://github.com/SeldonIO/seldon-core/pull/1457) +- Undefined name: import boto3 for lines 49 and 54 [`#1441`](https://github.com/SeldonIO/seldon-core/pull/1441) +- Executor annotation support [`#1406`](https://github.com/SeldonIO/seldon-core/pull/1406) +- Bump pandas from 1.0.0 to 1.0.1 in /python [`#1450`](https://github.com/SeldonIO/seldon-core/pull/1450) +- Bump pip-licenses from 2.1.0 to 2.1.1 in /python [`#1451`](https://github.com/SeldonIO/seldon-core/pull/1451) +- Bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 in /engine [`#1453`](https://github.com/SeldonIO/seldon-core/pull/1453) +- Check there is no downtime during operator updates [`#1426`](https://github.com/SeldonIO/seldon-core/pull/1426) +- Undefined name: 'r' --> 'response' [`#1442`](https://github.com/SeldonIO/seldon-core/pull/1442) +- Use print() function in both Python 2 and Python 3 [`#1342`](https://github.com/SeldonIO/seldon-core/pull/1342) +- Replace print with logging.info in python/tests. Closes #1372 [`#1424`](https://github.com/SeldonIO/seldon-core/pull/1424) +- allow route method to use metadata, closes #591 [`#1365`](https://github.com/SeldonIO/seldon-core/pull/1365) +- Don't specify version in Tox [`#1433`](https://github.com/SeldonIO/seldon-core/pull/1433) +- new request logging [`#1369`](https://github.com/SeldonIO/seldon-core/pull/1369) +- Kubeflow manifest changes [`#1414`](https://github.com/SeldonIO/seldon-core/pull/1414) +- Ensure unique names for webhooks [`#1408`](https://github.com/SeldonIO/seldon-core/pull/1408) +- Update resources to larger defaults for operator [`#1428`](https://github.com/SeldonIO/seldon-core/pull/1428) +- allow inputs in chain tensorflow protocol [`#1422`](https://github.com/SeldonIO/seldon-core/pull/1422) +- Update seldon-core-s2i-python2 -> seldon-core-s2i-python3. Closes #593. [`#1425`](https://github.com/SeldonIO/seldon-core/pull/1425) +- Add licenses to Python images [`#1379`](https://github.com/SeldonIO/seldon-core/pull/1379) +- Bump pandas from 0.25.3 to 1.0.0 in /python [`#1397`](https://github.com/SeldonIO/seldon-core/pull/1397) +- Update Helm [`#1415`](https://github.com/SeldonIO/seldon-core/pull/1415) +- added knobs in operator helm chart to control manager resources [`#1407`](https://github.com/SeldonIO/seldon-core/pull/1407) +- Update Storage.py and initialiser image [`#1368`](https://github.com/SeldonIO/seldon-core/pull/1368) +- Import Java wrapper [`#1382`](https://github.com/SeldonIO/seldon-core/pull/1382) +- Add operator tests to Jenkins X [`#1377`](https://github.com/SeldonIO/seldon-core/pull/1377) +- Bump pb.version from 3.11.1 to 3.11.3 in /engine [`#1398`](https://github.com/SeldonIO/seldon-core/pull/1398) +- Update sklearn.md [`#1386`](https://github.com/SeldonIO/seldon-core/pull/1386) +- Remove redundant build resources [`#1381`](https://github.com/SeldonIO/seldon-core/pull/1381) +- Bump tensorflow from 1.15.0 to 1.15.2 in /components/outlier-detection/vae [`#1380`](https://github.com/SeldonIO/seldon-core/pull/1380) +- Update CRD and add executor to CI. Also remove values helm patch. [`#1376`](https://github.com/SeldonIO/seldon-core/pull/1376) +- add example for custom metrics in feedback [`#1366`](https://github.com/SeldonIO/seldon-core/pull/1366) +- Executor [`#1016`](https://github.com/SeldonIO/seldon-core/pull/1016) +- #1297 WIP Update Analytics Helm Chart [`#1331`](https://github.com/SeldonIO/seldon-core/pull/1331) +- reduce logging by moving info to debug for non implemented methods, closes #1565 [`#1565`](https://github.com/SeldonIO/seldon-core/issues/1565) +- add notebook test deps to integration tesets requirements file, closes #1504 [`#1504`](https://github.com/SeldonIO/seldon-core/issues/1504) +- tags backward compatibility in executor (#1481) [`#1474`](https://github.com/SeldonIO/seldon-core/issues/1474) +- Merge pull request #1491 from axsaucedo/1449_predictive_unit_env_vars [`#1449`](https://github.com/SeldonIO/seldon-core/issues/1449) +- Merge pull request #1424 from RafalSkolasinski/issue/1372 [`#1372`](https://github.com/SeldonIO/seldon-core/issues/1372) +- Merge pull request #1365 from RafalSkolasinski/issue/591 [`#591`](https://github.com/SeldonIO/seldon-core/issues/591) +- Replace print with logging.info in python/tests. Closes #1372 [`#1372`](https://github.com/SeldonIO/seldon-core/issues/1372) +- Merge pull request #1425 from RafalSkolasinski/issue/593 [`#593`](https://github.com/SeldonIO/seldon-core/issues/593) +- allow route method to use metadata, closes #591 [`#591`](https://github.com/SeldonIO/seldon-core/issues/591) +- Update seldon-core-s2i-python2 -> seldon-core-s2i-python3. Closes #593. [`#593`](https://github.com/SeldonIO/seldon-core/issues/593) +- merge conda and regular python s2i wrappers, closes #1125 [`#1125`](https://github.com/SeldonIO/seldon-core/issues/1125) +- fix links do images descriptions, closes #1249 [`#1249`](https://github.com/SeldonIO/seldon-core/issues/1249) +- #1297 WIP Update Analytics Helm Chart (#1331) [`#820`](https://github.com/SeldonIO/seldon-core/issues/820) [`#1324`](https://github.com/SeldonIO/seldon-core/issues/1324) +- remove old outlier exmaples [`f005422`](https://github.com/SeldonIO/seldon-core/commit/f005422ba67f8e00689ce4de1fcd1c3aa7b5b84b) +- remove crd chart [`60356b3`](https://github.com/SeldonIO/seldon-core/commit/60356b3274866c99b40765838ae638b444df304c) +- update examples [`23deaa3`](https://github.com/SeldonIO/seldon-core/commit/23deaa3731b4d2e9b64e4f992a967d134ff47fe6) + +#### [v1.0.2](https://github.com/SeldonIO/seldon-core/compare/v1.0.1...v1.0.2) > 18 February 2020 -- Update resources to larger defaults for operator [`#1428`](https://github.com/axsaucedo/seldon-core/pull/1428) -- Kubeflow manifest changes [`#1414`](https://github.com/axsaucedo/seldon-core/pull/1414) -- Ensure unique names for webhooks [`#1408`](https://github.com/axsaucedo/seldon-core/pull/1408) -- added knobs in operator helm chart to control manager resources [`#1407`](https://github.com/axsaucedo/seldon-core/pull/1407) -- operator 3rd party licences [`ce9530b`](https://github.com/axsaucedo/seldon-core/commit/ce9530b2e48bc3956292bc5eca6376b9cd35e94b) -- python wrapper version usage updated [`66524af`](https://github.com/axsaucedo/seldon-core/commit/66524af91d3bb0801fdd3eea8b02b462eb6b2057) -- version 1.0.2-SNAPSHOT [`76abb0e`](https://github.com/axsaucedo/seldon-core/commit/76abb0e881211fc40a9f6163186d3a0b3f0fc6d6) +- Update resources to larger defaults for operator [`#1428`](https://github.com/SeldonIO/seldon-core/pull/1428) +- Kubeflow manifest changes [`#1414`](https://github.com/SeldonIO/seldon-core/pull/1414) +- Ensure unique names for webhooks [`#1408`](https://github.com/SeldonIO/seldon-core/pull/1408) +- added knobs in operator helm chart to control manager resources [`#1407`](https://github.com/SeldonIO/seldon-core/pull/1407) +- operator 3rd party licences [`ce9530b`](https://github.com/SeldonIO/seldon-core/commit/ce9530b2e48bc3956292bc5eca6376b9cd35e94b) +- python wrapper version usage updated [`66524af`](https://github.com/SeldonIO/seldon-core/commit/66524af91d3bb0801fdd3eea8b02b462eb6b2057) +- version 1.0.2-SNAPSHOT [`76abb0e`](https://github.com/SeldonIO/seldon-core/commit/76abb0e881211fc40a9f6163186d3a0b3f0fc6d6) -#### [v1.0.1](https://github.com/axsaucedo/seldon-core/compare/v1.0.0...v1.0.1) +#### [v1.0.1](https://github.com/SeldonIO/seldon-core/compare/v1.0.0...v1.0.1) > 15 January 2020 -- Remove log4j [`#1319`](https://github.com/axsaucedo/seldon-core/pull/1319) -- Bump okhttp from 4.2.2 to 4.3.0 in /engine [`#1314`](https://github.com/axsaucedo/seldon-core/pull/1314) -- set deployment replicas [`#1316`](https://github.com/axsaucedo/seldon-core/pull/1316) -- make gpu image Python 3 exclusive, closes #1324 [`#1324`](https://github.com/axsaucedo/seldon-core/issues/1324) -- Automatically find deployment names in e2e tests, closes #820 [`#820`](https://github.com/axsaucedo/seldon-core/issues/820) -- Updated go protos [`8644971`](https://github.com/axsaucedo/seldon-core/commit/86449717c8410746167f0f13ab0cab90b6ab087a) -- Updated code [`e54087d`](https://github.com/axsaucedo/seldon-core/commit/e54087d815732d3c841ffd0f6d79391b4c766c86) -- Update link [`c29865a`](https://github.com/axsaucedo/seldon-core/commit/c29865aad16dcdda5a9ec47ef219276fb203ad57) +- Remove log4j [`#1319`](https://github.com/SeldonIO/seldon-core/pull/1319) +- Bump okhttp from 4.2.2 to 4.3.0 in /engine [`#1314`](https://github.com/SeldonIO/seldon-core/pull/1314) +- set deployment replicas [`#1316`](https://github.com/SeldonIO/seldon-core/pull/1316) +- make gpu image Python 3 exclusive, closes #1324 [`#1324`](https://github.com/SeldonIO/seldon-core/issues/1324) +- Automatically find deployment names in e2e tests, closes #820 [`#820`](https://github.com/SeldonIO/seldon-core/issues/820) +- Updated go protos [`8644971`](https://github.com/SeldonIO/seldon-core/commit/86449717c8410746167f0f13ab0cab90b6ab087a) +- Updated code [`e54087d`](https://github.com/SeldonIO/seldon-core/commit/e54087d815732d3c841ffd0f6d79391b4c766c86) +- Update link [`c29865a`](https://github.com/SeldonIO/seldon-core/commit/c29865aad16dcdda5a9ec47ef219276fb203ad57) -### [v1.0.0](https://github.com/axsaucedo/seldon-core/compare/v0.5.13...v1.0.0) +### [v1.0.0](https://github.com/SeldonIO/seldon-core/compare/v0.5.13...v1.0.0) > 18 December 2019 -- fix shadow idx issue [`#1292`](https://github.com/axsaucedo/seldon-core/pull/1292) -- Add missing patch [`#1290`](https://github.com/axsaucedo/seldon-core/pull/1290) -- Update Ambassador docs [`#1280`](https://github.com/axsaucedo/seldon-core/pull/1280) -- Add versions v1 and v1alpha3 to CRD [`#1229`](https://github.com/axsaucedo/seldon-core/pull/1229) -- Fix deployment ready bug [`#1253`](https://github.com/axsaucedo/seldon-core/pull/1253) -- Add issue templates [`#1244`](https://github.com/axsaucedo/seldon-core/pull/1244) -- Bump client-java-proto from 6.0.1 to 7.0.0 in /engine [`#1217`](https://github.com/axsaucedo/seldon-core/pull/1217) -- Bump pb.version from 3.10.0 to 3.11.1 in /engine [`#1216`](https://github.com/axsaucedo/seldon-core/pull/1216) -- Fix defaulting by api-server differences [`#1214`](https://github.com/axsaucedo/seldon-core/pull/1214) -- Core builder update to 0.8 [`#1231`](https://github.com/axsaucedo/seldon-core/pull/1231) -- Allow meta tags to be provided in seldon_client [`#1096`](https://github.com/axsaucedo/seldon-core/pull/1096) -- Namespaced Operator [`#1142`](https://github.com/axsaucedo/seldon-core/pull/1142) -- Clientset for seldon operator [`#1221`](https://github.com/axsaucedo/seldon-core/pull/1221) -- install instructions clearer for web too [`#1213`](https://github.com/axsaucedo/seldon-core/pull/1213) -- 1138 helm3 integration tests [`#1186`](https://github.com/axsaucedo/seldon-core/pull/1186) -- #1154 Update examples notebooks in line with Helm v3 [`#1188`](https://github.com/axsaucedo/seldon-core/pull/1188) -- 646 notebooks install [`#1187`](https://github.com/axsaucedo/seldon-core/pull/1187) -- Revert "1141 Create operator clientset" [`#1202`](https://github.com/axsaucedo/seldon-core/pull/1202) -- Adding AWS Marketplace Install page to docs site [`#1182`](https://github.com/axsaucedo/seldon-core/pull/1182) -- Add PR build message to integration tests run [`#1201`](https://github.com/axsaucedo/seldon-core/pull/1201) -- Updated s2i Dockerfiles to build using requirements.txt [`#1160`](https://github.com/axsaucedo/seldon-core/pull/1160) -- fix master e2e tests [`#1163`](https://github.com/axsaucedo/seldon-core/pull/1163) -- Adding overrides to remove step that creates tag for Jenkins X pipeline [`#1161`](https://github.com/axsaucedo/seldon-core/pull/1161) -- Python dependencies added as requirements.txt files [`#1`](https://github.com/axsaucedo/seldon-core/pull/1) -- Fix typo in logging.error [`#1130`](https://github.com/axsaucedo/seldon-core/pull/1130) -- Integrating Python GPU Wrapper into build scripts [`#1074`](https://github.com/axsaucedo/seldon-core/pull/1074) -- Incorrect python reference instead of java [`#1131`](https://github.com/axsaucedo/seldon-core/pull/1131) -- Add integration test to verify non200 response handling [`#1132`](https://github.com/axsaucedo/seldon-core/pull/1132) -- Add comment on removal of volume patch [`#1136`](https://github.com/axsaucedo/seldon-core/pull/1136) -- Update gunicorn requirement from <19.10.0,>=19.9.0 to >=19.9.0,… [`#1089`](https://github.com/axsaucedo/seldon-core/pull/1089) -- make initializer configurable via configmap [`#1112`](https://github.com/axsaucedo/seldon-core/pull/1112) -- remove duplication of seldon_core_setup.ipynb notebook, closes #1232 [`#1232`](https://github.com/axsaucedo/seldon-core/issues/1232) -- Fix webhook rbac and add istio tests [`e12524f`](https://github.com/axsaucedo/seldon-core/commit/e12524f10324059c4bd3506306e067536ac792ad) -- Migrating to multi group structure [`ad7a1c4`](https://github.com/axsaucedo/seldon-core/commit/ad7a1c410c9395ae9bf67dab3a50bf7c518fefae) -- Migrating to multi group structure [`7281690`](https://github.com/axsaucedo/seldon-core/commit/72816907ee2b651fabc2d1a6a75a8464b2aa3e45) - -#### [v0.5.13](https://github.com/axsaucedo/seldon-core/compare/v0.5.12...v0.5.13) +- fix shadow idx issue [`#1292`](https://github.com/SeldonIO/seldon-core/pull/1292) +- Add missing patch [`#1290`](https://github.com/SeldonIO/seldon-core/pull/1290) +- Update Ambassador docs [`#1280`](https://github.com/SeldonIO/seldon-core/pull/1280) +- Add versions v1 and v1alpha3 to CRD [`#1229`](https://github.com/SeldonIO/seldon-core/pull/1229) +- Fix deployment ready bug [`#1253`](https://github.com/SeldonIO/seldon-core/pull/1253) +- Add issue templates [`#1244`](https://github.com/SeldonIO/seldon-core/pull/1244) +- Bump client-java-proto from 6.0.1 to 7.0.0 in /engine [`#1217`](https://github.com/SeldonIO/seldon-core/pull/1217) +- Bump pb.version from 3.10.0 to 3.11.1 in /engine [`#1216`](https://github.com/SeldonIO/seldon-core/pull/1216) +- Fix defaulting by api-server differences [`#1214`](https://github.com/SeldonIO/seldon-core/pull/1214) +- Core builder update to 0.8 [`#1231`](https://github.com/SeldonIO/seldon-core/pull/1231) +- Allow meta tags to be provided in seldon_client [`#1096`](https://github.com/SeldonIO/seldon-core/pull/1096) +- Namespaced Operator [`#1142`](https://github.com/SeldonIO/seldon-core/pull/1142) +- Clientset for seldon operator [`#1221`](https://github.com/SeldonIO/seldon-core/pull/1221) +- install instructions clearer for web too [`#1213`](https://github.com/SeldonIO/seldon-core/pull/1213) +- 1138 helm3 integration tests [`#1186`](https://github.com/SeldonIO/seldon-core/pull/1186) +- #1154 Update examples notebooks in line with Helm v3 [`#1188`](https://github.com/SeldonIO/seldon-core/pull/1188) +- 646 notebooks install [`#1187`](https://github.com/SeldonIO/seldon-core/pull/1187) +- Revert "1141 Create operator clientset" [`#1202`](https://github.com/SeldonIO/seldon-core/pull/1202) +- Adding AWS Marketplace Install page to docs site [`#1182`](https://github.com/SeldonIO/seldon-core/pull/1182) +- Add PR build message to integration tests run [`#1201`](https://github.com/SeldonIO/seldon-core/pull/1201) +- Updated s2i Dockerfiles to build using requirements.txt [`#1160`](https://github.com/SeldonIO/seldon-core/pull/1160) +- fix master e2e tests [`#1163`](https://github.com/SeldonIO/seldon-core/pull/1163) +- Adding overrides to remove step that creates tag for Jenkins X pipeline [`#1161`](https://github.com/SeldonIO/seldon-core/pull/1161) +- Python dependencies added as requirements.txt files [`#1`](https://github.com/SeldonIO/seldon-core/pull/1) +- Fix typo in logging.error [`#1130`](https://github.com/SeldonIO/seldon-core/pull/1130) +- Integrating Python GPU Wrapper into build scripts [`#1074`](https://github.com/SeldonIO/seldon-core/pull/1074) +- Incorrect python reference instead of java [`#1131`](https://github.com/SeldonIO/seldon-core/pull/1131) +- Add integration test to verify non200 response handling [`#1132`](https://github.com/SeldonIO/seldon-core/pull/1132) +- Add comment on removal of volume patch [`#1136`](https://github.com/SeldonIO/seldon-core/pull/1136) +- Update gunicorn requirement from <19.10.0,>=19.9.0 to >=19.9.0,… [`#1089`](https://github.com/SeldonIO/seldon-core/pull/1089) +- make initializer configurable via configmap [`#1112`](https://github.com/SeldonIO/seldon-core/pull/1112) +- remove duplication of seldon_core_setup.ipynb notebook, closes #1232 [`#1232`](https://github.com/SeldonIO/seldon-core/issues/1232) +- Fix webhook rbac and add istio tests [`e12524f`](https://github.com/SeldonIO/seldon-core/commit/e12524f10324059c4bd3506306e067536ac792ad) +- Migrating to multi group structure [`ad7a1c4`](https://github.com/SeldonIO/seldon-core/commit/ad7a1c410c9395ae9bf67dab3a50bf7c518fefae) +- Migrating to multi group structure [`7281690`](https://github.com/SeldonIO/seldon-core/commit/72816907ee2b651fabc2d1a6a75a8464b2aa3e45) + +#### [v0.5.13](https://github.com/SeldonIO/seldon-core/compare/v0.5.12...v0.5.13) > 15 November 2019 -- move non python s2i to incubating [`#1099`](https://github.com/axsaucedo/seldon-core/pull/1099) -- release 0.5.13 [`9a8ac01`](https://github.com/axsaucedo/seldon-core/commit/9a8ac01574220911c93a850d4e8ded61684e340c) +- move non python s2i to incubating [`#1099`](https://github.com/SeldonIO/seldon-core/pull/1099) +- release 0.5.13 [`9a8ac01`](https://github.com/SeldonIO/seldon-core/commit/9a8ac01574220911c93a850d4e8ded61684e340c) -#### [v0.5.12](https://github.com/axsaucedo/seldon-core/compare/v0.5.11...v0.5.12) +#### [v0.5.12](https://github.com/SeldonIO/seldon-core/compare/v0.5.11...v0.5.12) > 15 November 2019 -- Update annotations.md [`941a816`](https://github.com/axsaucedo/seldon-core/commit/941a8164e0c157d95905c1abf4edb77a4a15d1f8) -- release 0.5.12 [`2da2cfd`](https://github.com/axsaucedo/seldon-core/commit/2da2cfd72455a4bc39cdf386d0c03b724638e45a) +- Update annotations.md [`941a816`](https://github.com/SeldonIO/seldon-core/commit/941a8164e0c157d95905c1abf4edb77a4a15d1f8) +- release 0.5.12 [`2da2cfd`](https://github.com/SeldonIO/seldon-core/commit/2da2cfd72455a4bc39cdf386d0c03b724638e45a) -#### [v0.5.11](https://github.com/axsaucedo/seldon-core/compare/v0.5.10...v0.5.11) +#### [v0.5.11](https://github.com/SeldonIO/seldon-core/compare/v0.5.10...v0.5.11) > 15 November 2019 -- try to just mirror by host not labels - not working yet (see TODO) [`3520904`](https://github.com/axsaucedo/seldon-core/commit/352090448188a14b54e7fb591af719c5780060e5) -- fix yaml fomatting [`4dc8c83`](https://github.com/axsaucedo/seldon-core/commit/4dc8c83583e6ea24a875c98dbce8b0279b0f61da) -- istio shadowing example in notebook [`7adac99`](https://github.com/axsaucedo/seldon-core/commit/7adac99f1e3b66f2061b34d8cdb8132be51b3d8f) +- try to just mirror by host not labels - not working yet (see TODO) [`3520904`](https://github.com/SeldonIO/seldon-core/commit/352090448188a14b54e7fb591af719c5780060e5) +- fix yaml fomatting [`4dc8c83`](https://github.com/SeldonIO/seldon-core/commit/4dc8c83583e6ea24a875c98dbce8b0279b0f61da) +- istio shadowing example in notebook [`7adac99`](https://github.com/SeldonIO/seldon-core/commit/7adac99f1e3b66f2061b34d8cdb8132be51b3d8f) -#### [v0.5.10](https://github.com/axsaucedo/seldon-core/compare/v0.5.9...v0.5.10) +#### [v0.5.10](https://github.com/SeldonIO/seldon-core/compare/v0.5.9...v0.5.10) > 15 November 2019 -- release 0.5.10 [`c23cf02`](https://github.com/axsaucedo/seldon-core/commit/c23cf02009c609d6c59dcb0c56e90cc83247b568) -- don't use service that we chose not to create [`976bcdd`](https://github.com/axsaucedo/seldon-core/commit/976bcdd3586d07b0fecb927e71f971d1ba6af00d) +- release 0.5.10 [`c23cf02`](https://github.com/SeldonIO/seldon-core/commit/c23cf02009c609d6c59dcb0c56e90cc83247b568) +- don't use service that we chose not to create [`976bcdd`](https://github.com/SeldonIO/seldon-core/commit/976bcdd3586d07b0fecb927e71f971d1ba6af00d) -#### [v0.5.9](https://github.com/axsaucedo/seldon-core/compare/v0.5.8...v0.5.9) +#### [v0.5.9](https://github.com/SeldonIO/seldon-core/compare/v0.5.8...v0.5.9) > 15 November 2019 -- Avoid int-to-float conversions [`#1098`](https://github.com/axsaucedo/seldon-core/pull/1098) -- release 0.5.9 [`225834e`](https://github.com/axsaucedo/seldon-core/commit/225834e91c961bc5f6b3063fbf4987d935c75e77) +- Avoid int-to-float conversions [`#1098`](https://github.com/SeldonIO/seldon-core/pull/1098) +- release 0.5.9 [`225834e`](https://github.com/SeldonIO/seldon-core/commit/225834e91c961bc5f6b3063fbf4987d935c75e77) -#### [v0.5.8](https://github.com/axsaucedo/seldon-core/compare/v0.5.7...v0.5.8) +#### [v0.5.8](https://github.com/SeldonIO/seldon-core/compare/v0.5.7...v0.5.8) > 15 November 2019 -- release 0.5.8 [`a8ab298`](https://github.com/axsaucedo/seldon-core/commit/a8ab298e3c776b8f7721928ad09fd7e9cd53f82f) -- Bump grpc.version from 1.24.0 to 1.25.0 in /engine [`8c6e25e`](https://github.com/axsaucedo/seldon-core/commit/8c6e25e0d1930084a7b0d6c9f4590d607c823869) +- release 0.5.8 [`a8ab298`](https://github.com/SeldonIO/seldon-core/commit/a8ab298e3c776b8f7721928ad09fd7e9cd53f82f) +- Bump grpc.version from 1.24.0 to 1.25.0 in /engine [`8c6e25e`](https://github.com/SeldonIO/seldon-core/commit/8c6e25e0d1930084a7b0d6c9f4590d607c823869) -#### [v0.5.7](https://github.com/axsaucedo/seldon-core/compare/v0.5.6...v0.5.7) +#### [v0.5.7](https://github.com/SeldonIO/seldon-core/compare/v0.5.6...v0.5.7) > 15 November 2019 -- Update Python SeldonClient to handle JSON payloads [`#1082`](https://github.com/axsaucedo/seldon-core/pull/1082) -- release 0.5.7 [`fa37efd`](https://github.com/axsaucedo/seldon-core/commit/fa37efdb5fa70f788d8c1e0364679d5aeeba7a8d) +- Update Python SeldonClient to handle JSON payloads [`#1082`](https://github.com/SeldonIO/seldon-core/pull/1082) +- release 0.5.7 [`fa37efd`](https://github.com/SeldonIO/seldon-core/commit/fa37efdb5fa70f788d8c1e0364679d5aeeba7a8d) -#### [v0.5.6](https://github.com/axsaucedo/seldon-core/compare/v0.5.5...v0.5.6) +#### [v0.5.6](https://github.com/SeldonIO/seldon-core/compare/v0.5.5...v0.5.6) > 14 November 2019 -- Add /health/ping and /health/status endpoint to Python REST Microservices [`#1026`](https://github.com/axsaucedo/seldon-core/pull/1026) -- release 0.5.6 [`9c5afb0`](https://github.com/axsaucedo/seldon-core/commit/9c5afb00ff5cf5d26026bcce55e111a4ce87d358) +- Add /health/ping and /health/status endpoint to Python REST Microservices [`#1026`](https://github.com/SeldonIO/seldon-core/pull/1026) +- release 0.5.6 [`9c5afb0`](https://github.com/SeldonIO/seldon-core/commit/9c5afb00ff5cf5d26026bcce55e111a4ce87d358) -#### [v0.5.5](https://github.com/axsaucedo/seldon-core/compare/v0.5.4...v0.5.5) +#### [v0.5.5](https://github.com/SeldonIO/seldon-core/compare/v0.5.4...v0.5.5) > 14 November 2019 -- Added unique namespace per test [`1727f1d`](https://github.com/axsaucedo/seldon-core/commit/1727f1d76e4f231f5bcae885b5b19fb498addb6b) -- Disabling s2i tests [`46d2b0a`](https://github.com/axsaucedo/seldon-core/commit/46d2b0a4bf62b88df6531ee7310f427fc41b67bf) -- Updated testing scripts [`c51ec25`](https://github.com/axsaucedo/seldon-core/commit/c51ec257c878edcaa4c51267079f4fcb9103b320) +- Added unique namespace per test [`1727f1d`](https://github.com/SeldonIO/seldon-core/commit/1727f1d76e4f231f5bcae885b5b19fb498addb6b) +- Disabling s2i tests [`46d2b0a`](https://github.com/SeldonIO/seldon-core/commit/46d2b0a4bf62b88df6531ee7310f427fc41b67bf) +- Updated testing scripts [`c51ec25`](https://github.com/SeldonIO/seldon-core/commit/c51ec257c878edcaa4c51267079f4fcb9103b320) -#### [v0.5.4](https://github.com/axsaucedo/seldon-core/compare/v0.5.3...v0.5.4) +#### [v0.5.4](https://github.com/SeldonIO/seldon-core/compare/v0.5.3...v0.5.4) > 14 November 2019 -- release 0.5.4 [`20d7ce0`](https://github.com/axsaucedo/seldon-core/commit/20d7ce091613d430ed78a550c2d2d8bcf3ab940e) -- Update redis requirement from <3.0.0 to <4.0.0 in /python [`287937d`](https://github.com/axsaucedo/seldon-core/commit/287937d6d8494a07ac6b4bd22c4bb88bb6caed04) +- release 0.5.4 [`20d7ce0`](https://github.com/SeldonIO/seldon-core/commit/20d7ce091613d430ed78a550c2d2d8bcf3ab940e) +- Update redis requirement from <3.0.0 to <4.0.0 in /python [`287937d`](https://github.com/SeldonIO/seldon-core/commit/287937d6d8494a07ac6b4bd22c4bb88bb6caed04) -#### [v0.5.3](https://github.com/axsaucedo/seldon-core/compare/v0.5.1...v0.5.3) +#### [v0.5.3](https://github.com/SeldonIO/seldon-core/compare/v0.5.1...v0.5.3) > 14 November 2019 -- Remove old crd generation scripts [`#1097`](https://github.com/axsaucedo/seldon-core/pull/1097) -- remove old crd generation scripts [`ac8e67c`](https://github.com/axsaucedo/seldon-core/commit/ac8e67c16e548241bac435a2fd63cc77a5ab9d7f) -- Add GA doc [`1c51f8e`](https://github.com/axsaucedo/seldon-core/commit/1c51f8ed9f8ff5f36c29c70a85520e20a1f53889) -- release 0.5.3 [`f18c8c6`](https://github.com/axsaucedo/seldon-core/commit/f18c8c61336c58836e39656fdd77baf86807fcba) +- Remove old crd generation scripts [`#1097`](https://github.com/SeldonIO/seldon-core/pull/1097) +- remove old crd generation scripts [`ac8e67c`](https://github.com/SeldonIO/seldon-core/commit/ac8e67c16e548241bac435a2fd63cc77a5ab9d7f) +- Add GA doc [`1c51f8e`](https://github.com/SeldonIO/seldon-core/commit/1c51f8ed9f8ff5f36c29c70a85520e20a1f53889) +- release 0.5.3 [`f18c8c6`](https://github.com/SeldonIO/seldon-core/commit/f18c8c61336c58836e39656fdd77baf86807fcba) -#### [v0.5.1](https://github.com/axsaucedo/seldon-core/compare/v0.5.0...v0.5.1) +#### [v0.5.1](https://github.com/SeldonIO/seldon-core/compare/v0.5.0...v0.5.1) > 11 November 2019 -- 986 build and push images [`#1093`](https://github.com/axsaucedo/seldon-core/pull/1093) -- Update to explainers for Seldon Core [`#1046`](https://github.com/axsaucedo/seldon-core/pull/1046) -- Fix integration tests [`#1077`](https://github.com/axsaucedo/seldon-core/pull/1077) -- Temporary fix for kubernetes OpenAPISchema Issue [`#1069`](https://github.com/axsaucedo/seldon-core/pull/1069) -- Seldon Components Usage Examples [`#1036`](https://github.com/axsaucedo/seldon-core/pull/1036) -- Updated GPU wrapper to uninstall TF without GPU [`#1011`](https://github.com/axsaucedo/seldon-core/pull/1011) -- Allow modification of flask app configs [`#1030`](https://github.com/axsaucedo/seldon-core/pull/1030) -- Fixed bug causing intermittent tests [`#1034`](https://github.com/axsaucedo/seldon-core/pull/1034) -- Updated precommit hook to align to the lint checker [`#1035`](https://github.com/axsaucedo/seldon-core/pull/1035) -- Make GCS optional [`#1019`](https://github.com/axsaucedo/seldon-core/pull/1019) -- updated python wrapper to version 0.13 [`10754c1`](https://github.com/axsaucedo/seldon-core/commit/10754c13046e1cef813499369c8660ac4bc756ce) -- Update helm chart [`b27868f`](https://github.com/axsaucedo/seldon-core/commit/b27868f3470627a682064b7e2d68df641b1e9863) -- seldon-core python package version 0.5.0 [`ec68694`](https://github.com/axsaucedo/seldon-core/commit/ec686949af06c48b390e4135a1e794da63886f24) - -#### [v0.5.0](https://github.com/axsaucedo/seldon-core/compare/v0.4.5...v0.5.0) +- 986 build and push images [`#1093`](https://github.com/SeldonIO/seldon-core/pull/1093) +- Update to explainers for Seldon Core [`#1046`](https://github.com/SeldonIO/seldon-core/pull/1046) +- Fix integration tests [`#1077`](https://github.com/SeldonIO/seldon-core/pull/1077) +- Temporary fix for kubernetes OpenAPISchema Issue [`#1069`](https://github.com/SeldonIO/seldon-core/pull/1069) +- Seldon Components Usage Examples [`#1036`](https://github.com/SeldonIO/seldon-core/pull/1036) +- Updated GPU wrapper to uninstall TF without GPU [`#1011`](https://github.com/SeldonIO/seldon-core/pull/1011) +- Allow modification of flask app configs [`#1030`](https://github.com/SeldonIO/seldon-core/pull/1030) +- Fixed bug causing intermittent tests [`#1034`](https://github.com/SeldonIO/seldon-core/pull/1034) +- Updated precommit hook to align to the lint checker [`#1035`](https://github.com/SeldonIO/seldon-core/pull/1035) +- Make GCS optional [`#1019`](https://github.com/SeldonIO/seldon-core/pull/1019) +- updated python wrapper to version 0.13 [`10754c1`](https://github.com/SeldonIO/seldon-core/commit/10754c13046e1cef813499369c8660ac4bc756ce) +- Update helm chart [`b27868f`](https://github.com/SeldonIO/seldon-core/commit/b27868f3470627a682064b7e2d68df641b1e9863) +- seldon-core python package version 0.5.0 [`ec68694`](https://github.com/SeldonIO/seldon-core/commit/ec686949af06c48b390e4135a1e794da63886f24) + +#### [v0.5.0](https://github.com/SeldonIO/seldon-core/compare/v0.4.5...v0.5.0) > 1 November 2019 -- Removed the hash as it was crashing the command when the pipeline was ran [`#1022`](https://github.com/axsaucedo/seldon-core/pull/1022) -- Move from logback to log4j2 [`#1008`](https://github.com/axsaucedo/seldon-core/pull/1008) -- Added documentation on how to support Models with multiple input types in python wrapper [`#1015`](https://github.com/axsaucedo/seldon-core/pull/1015) -- Adding functionality for running e2e tests in Jenkins X [`#994`](https://github.com/axsaucedo/seldon-core/pull/994) -- Added functionality for e2e files [`222efb7`](https://github.com/axsaucedo/seldon-core/commit/222efb7dd694eb733094dd67cf9ba3a0c58c4496) -- Fix linter [`f4c3b32`](https://github.com/axsaucedo/seldon-core/commit/f4c3b32f72b348a8a8c9d8ac2518da5fb4dd069c) -- Fixed typo [`3e0a68d`](https://github.com/axsaucedo/seldon-core/commit/3e0a68d7c51f0d9f0156d0c495bea6cb08707f40) +- Removed the hash as it was crashing the command when the pipeline was ran [`#1022`](https://github.com/SeldonIO/seldon-core/pull/1022) +- Move from logback to log4j2 [`#1008`](https://github.com/SeldonIO/seldon-core/pull/1008) +- Added documentation on how to support Models with multiple input types in python wrapper [`#1015`](https://github.com/SeldonIO/seldon-core/pull/1015) +- Adding functionality for running e2e tests in Jenkins X [`#994`](https://github.com/SeldonIO/seldon-core/pull/994) +- Added functionality for e2e files [`222efb7`](https://github.com/SeldonIO/seldon-core/commit/222efb7dd694eb733094dd67cf9ba3a0c58c4496) +- Fix linter [`f4c3b32`](https://github.com/SeldonIO/seldon-core/commit/f4c3b32f72b348a8a8c9d8ac2518da5fb4dd069c) +- Fixed typo [`3e0a68d`](https://github.com/SeldonIO/seldon-core/commit/3e0a68d7c51f0d9f0156d0c495bea6cb08707f40) -#### [v0.4.5](https://github.com/axsaucedo/seldon-core/compare/v0.4.4...v0.4.5) +#### [v0.4.5](https://github.com/SeldonIO/seldon-core/compare/v0.4.4...v0.4.5) > 31 October 2019 -- Update transitive dependencies [`#1003`](https://github.com/axsaucedo/seldon-core/pull/1003) -- Update okhttp (through jaeger-client) to v4.2.2 [`be30366`](https://github.com/axsaucedo/seldon-core/commit/be303664479c1f0440036ac091abf452506677ac) -- Update proto-google-common-protos (through grpc-protobuf) to v1.17.0 [`9e9abf6`](https://github.com/axsaucedo/seldon-core/commit/9e9abf65cf292d8624563f29d79fd8dd44079ccd) -- Update checker-qual (through guava) to v2.11.1 [`e40a4c9`](https://github.com/axsaucedo/seldon-core/commit/e40a4c94658e40b975ce8269745e651f43c40d8c) +- Update transitive dependencies [`#1003`](https://github.com/SeldonIO/seldon-core/pull/1003) +- Update okhttp (through jaeger-client) to v4.2.2 [`be30366`](https://github.com/SeldonIO/seldon-core/commit/be303664479c1f0440036ac091abf452506677ac) +- Update proto-google-common-protos (through grpc-protobuf) to v1.17.0 [`9e9abf6`](https://github.com/SeldonIO/seldon-core/commit/9e9abf65cf292d8624563f29d79fd8dd44079ccd) +- Update checker-qual (through guava) to v2.11.1 [`e40a4c9`](https://github.com/SeldonIO/seldon-core/commit/e40a4c94658e40b975ce8269745e651f43c40d8c) -#### [v0.4.4](https://github.com/axsaucedo/seldon-core/compare/v0.4.3...v0.4.4) +#### [v0.4.4](https://github.com/SeldonIO/seldon-core/compare/v0.4.3...v0.4.4) > 30 October 2019 -- Customized error raised in Python model needs be passed back to client [`#1010`](https://github.com/axsaucedo/seldon-core/pull/1010) -- fix a bug in exception controller [`8c21185`](https://github.com/axsaucedo/seldon-core/commit/8c21185548c84f6c3419e55e224eb5c81050c219) -- Delete DeploymentProtos.java [`81a0af4`](https://github.com/axsaucedo/seldon-core/commit/81a0af4fdb2cef413e0c93ad978bd07688d9ca2f) -- Delete PredictionProtos.java [`bd45c4f`](https://github.com/axsaucedo/seldon-core/commit/bd45c4fe51f3a188d8a0bd6d771ef7c00dc8fe65) +- Customized error raised in Python model needs be passed back to client [`#1010`](https://github.com/SeldonIO/seldon-core/pull/1010) +- fix a bug in exception controller [`8c21185`](https://github.com/SeldonIO/seldon-core/commit/8c21185548c84f6c3419e55e224eb5c81050c219) +- Delete DeploymentProtos.java [`81a0af4`](https://github.com/SeldonIO/seldon-core/commit/81a0af4fdb2cef413e0c93ad978bd07688d9ca2f) +- Delete PredictionProtos.java [`bd45c4f`](https://github.com/SeldonIO/seldon-core/commit/bd45c4fe51f3a188d8a0bd6d771ef7c00dc8fe65) -#### [v0.4.3](https://github.com/axsaucedo/seldon-core/compare/v0.4.2...v0.4.3) +#### [v0.4.3](https://github.com/SeldonIO/seldon-core/compare/v0.4.2...v0.4.3) > 29 October 2019 -- cicd demo fixes [`#1001`](https://github.com/axsaucedo/seldon-core/pull/1001) -- update components for cicd demo [`6d94368`](https://github.com/axsaucedo/seldon-core/commit/6d94368b1243cf61316c8a891af7f5136ed29f6f) -- cicd demo startup fixes [`69e6043`](https://github.com/axsaucedo/seldon-core/commit/69e6043fd9ebb0f6185996d48a1ef6216c707e85) -- release 0.4.3 [`dadefeb`](https://github.com/axsaucedo/seldon-core/commit/dadefeb296da5c76c1b550a6e7d8c638aab9112c) +- cicd demo fixes [`#1001`](https://github.com/SeldonIO/seldon-core/pull/1001) +- update components for cicd demo [`6d94368`](https://github.com/SeldonIO/seldon-core/commit/6d94368b1243cf61316c8a891af7f5136ed29f6f) +- cicd demo startup fixes [`69e6043`](https://github.com/SeldonIO/seldon-core/commit/69e6043fd9ebb0f6185996d48a1ef6216c707e85) +- release 0.4.3 [`dadefeb`](https://github.com/SeldonIO/seldon-core/commit/dadefeb296da5c76c1b550a6e7d8c638aab9112c) -#### [v0.4.2](https://github.com/axsaucedo/seldon-core/compare/v0.4.1...v0.4.2) +#### [v0.4.2](https://github.com/SeldonIO/seldon-core/compare/v0.4.1...v0.4.2) > 28 October 2019 -- Update spartakus to use apps/v1 [`#1006`](https://github.com/axsaucedo/seldon-core/pull/1006) -- Fixed test by moving bytes conversion to utils [`#1000`](https://github.com/axsaucedo/seldon-core/pull/1000) -- Decode binData before sending it to Predict function [`#993`](https://github.com/axsaucedo/seldon-core/pull/993) -- Misc 0.5 Issues [`#992`](https://github.com/axsaucedo/seldon-core/pull/992) -- Update Python dependencies [`#988`](https://github.com/axsaucedo/seldon-core/pull/988) -- Set Http Status Code in REST Predict [`#989`](https://github.com/axsaucedo/seldon-core/pull/989) -- Fix image explainer [`#985`](https://github.com/axsaucedo/seldon-core/pull/985) -- Further Java updates [`#983`](https://github.com/axsaucedo/seldon-core/pull/983) -- Added black formatter to seldon_core and testing folders [`#980`](https://github.com/axsaucedo/seldon-core/pull/980) -- Update watch-rollout-status for Argo CICD demo [`#971`](https://github.com/axsaucedo/seldon-core/pull/971) -- Remove kustomize folder [`#962`](https://github.com/axsaucedo/seldon-core/pull/962) -- Add exception catching for grpc calls in engine [`#966`](https://github.com/axsaucedo/seldon-core/pull/966) -- Extra python dependencies [`#942`](https://github.com/axsaucedo/seldon-core/pull/942) -- Added adrian to reviewers in OWNERS file [`#978`](https://github.com/axsaucedo/seldon-core/pull/978) -- Fix tracing [`#976`](https://github.com/axsaucedo/seldon-core/pull/976) -- Add defaults to initcontainers [`#969`](https://github.com/axsaucedo/seldon-core/pull/969) -- Bypass engine via annotation [`#945`](https://github.com/axsaucedo/seldon-core/pull/945) -- Self-signed certificates for Helm chart install of Operator [`#958`](https://github.com/axsaucedo/seldon-core/pull/958) -- Fixed bug in SSL Seldon Client and added functionality in GRPC [`#946`](https://github.com/axsaucedo/seldon-core/pull/946) -- Tidy up Java [`#951`](https://github.com/axsaucedo/seldon-core/pull/951) -- Fix explainer and endpoint defaulting in webhook [`#955`](https://github.com/axsaucedo/seldon-core/pull/955) -- Allow custom predictor service name [`#953`](https://github.com/axsaucedo/seldon-core/pull/953) -- Add more test cases for load_annotations.. [`#941`](https://github.com/axsaucedo/seldon-core/pull/941) -- bad json should be 400 not 500 [`#944`](https://github.com/axsaucedo/seldon-core/pull/944) -- Update imagenet explainer to use transformer [`#905`](https://github.com/axsaucedo/seldon-core/pull/905) -- Vol mount issue fix [`#940`](https://github.com/axsaucedo/seldon-core/pull/940) -- microservice: Fix get annotations format [`#932`](https://github.com/axsaucedo/seldon-core/pull/932) -- gcp private bucket docs [`#930`](https://github.com/axsaucedo/seldon-core/pull/930) -- storage: Allow downloading a single s3 object [`#928`](https://github.com/axsaucedo/seldon-core/pull/928) -- remove redis rollout watch [`#938`](https://github.com/axsaucedo/seldon-core/pull/938) -- Patches to prevent XSS [`#893`](https://github.com/axsaucedo/seldon-core/pull/893) -- Update Java dependencies [`#903`](https://github.com/axsaucedo/seldon-core/pull/903) -- Add warning about #926 - downwardAPI [`#929`](https://github.com/axsaucedo/seldon-core/pull/929) -- Fix missing istio add to scheme [`#913`](https://github.com/axsaucedo/seldon-core/pull/913) -- Add --max-requests and --max-requests jitter parameters for python wrapper [`#925`](https://github.com/axsaucedo/seldon-core/pull/925) -- allow upgrade and install on dependencies [`#924`](https://github.com/axsaucedo/seldon-core/pull/924) -- operator rename - this one does need changing [`#923`](https://github.com/axsaucedo/seldon-core/pull/923) -- some fixes to the centralised-logging install [`#920`](https://github.com/axsaucedo/seldon-core/pull/920) -- deployment not statefulset now [`#918`](https://github.com/axsaucedo/seldon-core/pull/918) -- Update self-signed certificates for webhook for Operator [`#904`](https://github.com/axsaucedo/seldon-core/pull/904) -- fix so both permissive and strict mTLS will work [`#900`](https://github.com/axsaucedo/seldon-core/pull/900) -- Fix title of custom ambassador notebook, fix prerequistes typo [`#898`](https://github.com/axsaucedo/seldon-core/pull/898) -- Replace sed flag incompatible with macOS [`#895`](https://github.com/axsaucedo/seldon-core/pull/895) -- Fix typos [`#896`](https://github.com/axsaucedo/seldon-core/pull/896) -- Kubebuilder operator move to main repo [`#841`](https://github.com/axsaucedo/seldon-core/pull/841) -- remove the use of Client.Get() so we don't need to list/watch ServiceAccounts/ConfigMaps/Secrets at cluster level [`#1`](https://github.com/axsaucedo/seldon-core/pull/1) -- Making some fields required to reduce validating complexity and improve clarity [`#2`](https://github.com/axsaucedo/seldon-core/pull/2) -- Updating request-response logging structure [`#886`](https://github.com/axsaucedo/seldon-core/pull/886) -- Move image to doc source [`#881`](https://github.com/axsaucedo/seldon-core/pull/881) -- Fix top nav bar colour and typo in README [`#879`](https://github.com/axsaucedo/seldon-core/pull/879) -- Run formatter across all Java files [`04eb724`](https://github.com/axsaucedo/seldon-core/commit/04eb724465dd3b180427ae0f5718e79a1d5d2b49) -- Added python and testing folders as black [`6a85bdf`](https://github.com/axsaucedo/seldon-core/commit/6a85bdf9d2864ae92d1612cebf68aefdc464b0e1) -- Add tests and docs [`70b33fb`](https://github.com/axsaucedo/seldon-core/commit/70b33fbe060f9af87546ad019f3e36e4cd38210c) - -#### [v0.4.1](https://github.com/axsaucedo/seldon-core/compare/v0.4.0...v0.4.1) +- Update spartakus to use apps/v1 [`#1006`](https://github.com/SeldonIO/seldon-core/pull/1006) +- Fixed test by moving bytes conversion to utils [`#1000`](https://github.com/SeldonIO/seldon-core/pull/1000) +- Decode binData before sending it to Predict function [`#993`](https://github.com/SeldonIO/seldon-core/pull/993) +- Misc 0.5 Issues [`#992`](https://github.com/SeldonIO/seldon-core/pull/992) +- Update Python dependencies [`#988`](https://github.com/SeldonIO/seldon-core/pull/988) +- Set Http Status Code in REST Predict [`#989`](https://github.com/SeldonIO/seldon-core/pull/989) +- Fix image explainer [`#985`](https://github.com/SeldonIO/seldon-core/pull/985) +- Further Java updates [`#983`](https://github.com/SeldonIO/seldon-core/pull/983) +- Added black formatter to seldon_core and testing folders [`#980`](https://github.com/SeldonIO/seldon-core/pull/980) +- Update watch-rollout-status for Argo CICD demo [`#971`](https://github.com/SeldonIO/seldon-core/pull/971) +- Remove kustomize folder [`#962`](https://github.com/SeldonIO/seldon-core/pull/962) +- Add exception catching for grpc calls in engine [`#966`](https://github.com/SeldonIO/seldon-core/pull/966) +- Extra python dependencies [`#942`](https://github.com/SeldonIO/seldon-core/pull/942) +- Added adrian to reviewers in OWNERS file [`#978`](https://github.com/SeldonIO/seldon-core/pull/978) +- Fix tracing [`#976`](https://github.com/SeldonIO/seldon-core/pull/976) +- Add defaults to initcontainers [`#969`](https://github.com/SeldonIO/seldon-core/pull/969) +- Bypass engine via annotation [`#945`](https://github.com/SeldonIO/seldon-core/pull/945) +- Self-signed certificates for Helm chart install of Operator [`#958`](https://github.com/SeldonIO/seldon-core/pull/958) +- Fixed bug in SSL Seldon Client and added functionality in GRPC [`#946`](https://github.com/SeldonIO/seldon-core/pull/946) +- Tidy up Java [`#951`](https://github.com/SeldonIO/seldon-core/pull/951) +- Fix explainer and endpoint defaulting in webhook [`#955`](https://github.com/SeldonIO/seldon-core/pull/955) +- Allow custom predictor service name [`#953`](https://github.com/SeldonIO/seldon-core/pull/953) +- Add more test cases for load_annotations.. [`#941`](https://github.com/SeldonIO/seldon-core/pull/941) +- bad json should be 400 not 500 [`#944`](https://github.com/SeldonIO/seldon-core/pull/944) +- Update imagenet explainer to use transformer [`#905`](https://github.com/SeldonIO/seldon-core/pull/905) +- Vol mount issue fix [`#940`](https://github.com/SeldonIO/seldon-core/pull/940) +- microservice: Fix get annotations format [`#932`](https://github.com/SeldonIO/seldon-core/pull/932) +- gcp private bucket docs [`#930`](https://github.com/SeldonIO/seldon-core/pull/930) +- storage: Allow downloading a single s3 object [`#928`](https://github.com/SeldonIO/seldon-core/pull/928) +- remove redis rollout watch [`#938`](https://github.com/SeldonIO/seldon-core/pull/938) +- Patches to prevent XSS [`#893`](https://github.com/SeldonIO/seldon-core/pull/893) +- Update Java dependencies [`#903`](https://github.com/SeldonIO/seldon-core/pull/903) +- Add warning about #926 - downwardAPI [`#929`](https://github.com/SeldonIO/seldon-core/pull/929) +- Fix missing istio add to scheme [`#913`](https://github.com/SeldonIO/seldon-core/pull/913) +- Add --max-requests and --max-requests jitter parameters for python wrapper [`#925`](https://github.com/SeldonIO/seldon-core/pull/925) +- allow upgrade and install on dependencies [`#924`](https://github.com/SeldonIO/seldon-core/pull/924) +- operator rename - this one does need changing [`#923`](https://github.com/SeldonIO/seldon-core/pull/923) +- some fixes to the centralised-logging install [`#920`](https://github.com/SeldonIO/seldon-core/pull/920) +- deployment not statefulset now [`#918`](https://github.com/SeldonIO/seldon-core/pull/918) +- Update self-signed certificates for webhook for Operator [`#904`](https://github.com/SeldonIO/seldon-core/pull/904) +- fix so both permissive and strict mTLS will work [`#900`](https://github.com/SeldonIO/seldon-core/pull/900) +- Fix title of custom ambassador notebook, fix prerequistes typo [`#898`](https://github.com/SeldonIO/seldon-core/pull/898) +- Replace sed flag incompatible with macOS [`#895`](https://github.com/SeldonIO/seldon-core/pull/895) +- Fix typos [`#896`](https://github.com/SeldonIO/seldon-core/pull/896) +- Kubebuilder operator move to main repo [`#841`](https://github.com/SeldonIO/seldon-core/pull/841) +- remove the use of Client.Get() so we don't need to list/watch ServiceAccounts/ConfigMaps/Secrets at cluster level [`#1`](https://github.com/SeldonIO/seldon-core/pull/1) +- Making some fields required to reduce validating complexity and improve clarity [`#2`](https://github.com/SeldonIO/seldon-core/pull/2) +- Updating request-response logging structure [`#886`](https://github.com/SeldonIO/seldon-core/pull/886) +- Move image to doc source [`#881`](https://github.com/SeldonIO/seldon-core/pull/881) +- Fix top nav bar colour and typo in README [`#879`](https://github.com/SeldonIO/seldon-core/pull/879) +- Run formatter across all Java files [`04eb724`](https://github.com/SeldonIO/seldon-core/commit/04eb724465dd3b180427ae0f5718e79a1d5d2b49) +- Added python and testing folders as black [`6a85bdf`](https://github.com/SeldonIO/seldon-core/commit/6a85bdf9d2864ae92d1612cebf68aefdc464b0e1) +- Add tests and docs [`70b33fb`](https://github.com/SeldonIO/seldon-core/commit/70b33fbe060f9af87546ad019f3e36e4cd38210c) + +#### [v0.4.1](https://github.com/SeldonIO/seldon-core/compare/v0.4.0...v0.4.1) > 19 September 2019 -- remove some empty lines [`#875`](https://github.com/axsaucedo/seldon-core/pull/875) -- Versioning seldon request logger and support for decoding binary strings [`#873`](https://github.com/axsaucedo/seldon-core/pull/873) -- Updates to seldon request logging [`#872`](https://github.com/axsaucedo/seldon-core/pull/872) -- check for knative before installing [`#870`](https://github.com/axsaucedo/seldon-core/pull/870) -- Add initial Makefile for GPU Python Image [`#867`](https://github.com/axsaucedo/seldon-core/pull/867) -- Changed typo in redhat dockerfile [`#866`](https://github.com/axsaucedo/seldon-core/pull/866) -- upgrade knative version [`#863`](https://github.com/axsaucedo/seldon-core/pull/863) -- xgboost server version added in docs [`#865`](https://github.com/axsaucedo/seldon-core/pull/865) -- Create explainer notebook and fix tfserving proxy [`#864`](https://github.com/axsaucedo/seldon-core/pull/864) -- Fix status code handling [`#855`](https://github.com/axsaucedo/seldon-core/pull/855) -- Standardisation of rest apis [`#847`](https://github.com/axsaucedo/seldon-core/pull/847) -- Add missing packages to requirements.txt [`#859`](https://github.com/axsaucedo/seldon-core/pull/859) -- Previous steps in seldon graph override metadata of latter steps [`#833`](https://github.com/axsaucedo/seldon-core/pull/833) -- Make debug easier [`#854`](https://github.com/axsaucedo/seldon-core/pull/854) -- add branch release-0.4 to travis builds [`#856`](https://github.com/axsaucedo/seldon-core/pull/856) -- ensure script checks for errors [`#853`](https://github.com/axsaucedo/seldon-core/pull/853) -- Added openshift to documentation [`#846`](https://github.com/axsaucedo/seldon-core/pull/846) -- Testing jx PR process [`#843`](https://github.com/axsaucedo/seldon-core/pull/843) -- Removed url for model server [`#842`](https://github.com/axsaucedo/seldon-core/pull/842) -- Update sklearn server examples with debug and fix notebook example [`#840`](https://github.com/axsaucedo/seldon-core/pull/840) -- Fix typo [`#835`](https://github.com/axsaucedo/seldon-core/pull/835) -- jaeger extra tags [`#832`](https://github.com/axsaucedo/seldon-core/pull/832) -- Update autoscale example for new deployment name convention [`#830`](https://github.com/axsaucedo/seldon-core/pull/830) -- Helm upgrade 0.4.0 [`#814`](https://github.com/axsaucedo/seldon-core/pull/814) -- configurable secure argument for minio client [`#827`](https://github.com/axsaucedo/seldon-core/pull/827) -- Refactor dataframe contract helper script into package [`#823`](https://github.com/axsaucedo/seldon-core/pull/823) -- Fixing multidimensional arrays being flattened [`#817`](https://github.com/axsaucedo/seldon-core/pull/817) -- Fix typo in doc [`#815`](https://github.com/axsaucedo/seldon-core/pull/815) -- Removing proto functionality from REST /predict endpoint [#803] [`#806`](https://github.com/axsaucedo/seldon-core/pull/806) -- add documentation for ambassador_id support [`#813`](https://github.com/axsaucedo/seldon-core/pull/813) -- ensure latest request logger [`#730`](https://github.com/axsaucedo/seldon-core/pull/730) -- set puid in case it is received in request [`#766`](https://github.com/axsaucedo/seldon-core/pull/766) -- Added MLFLOW_SERVER in CRD files [`#812`](https://github.com/axsaucedo/seldon-core/pull/812) -- Add Chainer MNIST example [`f9163cd`](https://github.com/axsaucedo/seldon-core/commit/f9163cd5fce500cc92842613386b0dda7bf5bc5c) -- Update sklearn server example with debug [`d079d4b`](https://github.com/axsaucedo/seldon-core/commit/d079d4bbeec7bd02e080eef72c513ff9ce53474a) -- s2i image update [`f098016`](https://github.com/axsaucedo/seldon-core/commit/f0980162eab2abb198adef33c5738256c547ba21) - -#### [v0.4.0](https://github.com/axsaucedo/seldon-core/compare/v0.3.1...v0.4.0) +- remove some empty lines [`#875`](https://github.com/SeldonIO/seldon-core/pull/875) +- Versioning seldon request logger and support for decoding binary strings [`#873`](https://github.com/SeldonIO/seldon-core/pull/873) +- Updates to seldon request logging [`#872`](https://github.com/SeldonIO/seldon-core/pull/872) +- check for knative before installing [`#870`](https://github.com/SeldonIO/seldon-core/pull/870) +- Add initial Makefile for GPU Python Image [`#867`](https://github.com/SeldonIO/seldon-core/pull/867) +- Changed typo in redhat dockerfile [`#866`](https://github.com/SeldonIO/seldon-core/pull/866) +- upgrade knative version [`#863`](https://github.com/SeldonIO/seldon-core/pull/863) +- xgboost server version added in docs [`#865`](https://github.com/SeldonIO/seldon-core/pull/865) +- Create explainer notebook and fix tfserving proxy [`#864`](https://github.com/SeldonIO/seldon-core/pull/864) +- Fix status code handling [`#855`](https://github.com/SeldonIO/seldon-core/pull/855) +- Standardisation of rest apis [`#847`](https://github.com/SeldonIO/seldon-core/pull/847) +- Add missing packages to requirements.txt [`#859`](https://github.com/SeldonIO/seldon-core/pull/859) +- Previous steps in seldon graph override metadata of latter steps [`#833`](https://github.com/SeldonIO/seldon-core/pull/833) +- Make debug easier [`#854`](https://github.com/SeldonIO/seldon-core/pull/854) +- add branch release-0.4 to travis builds [`#856`](https://github.com/SeldonIO/seldon-core/pull/856) +- ensure script checks for errors [`#853`](https://github.com/SeldonIO/seldon-core/pull/853) +- Added openshift to documentation [`#846`](https://github.com/SeldonIO/seldon-core/pull/846) +- Testing jx PR process [`#843`](https://github.com/SeldonIO/seldon-core/pull/843) +- Removed url for model server [`#842`](https://github.com/SeldonIO/seldon-core/pull/842) +- Update sklearn server examples with debug and fix notebook example [`#840`](https://github.com/SeldonIO/seldon-core/pull/840) +- Fix typo [`#835`](https://github.com/SeldonIO/seldon-core/pull/835) +- jaeger extra tags [`#832`](https://github.com/SeldonIO/seldon-core/pull/832) +- Update autoscale example for new deployment name convention [`#830`](https://github.com/SeldonIO/seldon-core/pull/830) +- Helm upgrade 0.4.0 [`#814`](https://github.com/SeldonIO/seldon-core/pull/814) +- configurable secure argument for minio client [`#827`](https://github.com/SeldonIO/seldon-core/pull/827) +- Refactor dataframe contract helper script into package [`#823`](https://github.com/SeldonIO/seldon-core/pull/823) +- Fixing multidimensional arrays being flattened [`#817`](https://github.com/SeldonIO/seldon-core/pull/817) +- Fix typo in doc [`#815`](https://github.com/SeldonIO/seldon-core/pull/815) +- Removing proto functionality from REST /predict endpoint [#803] [`#806`](https://github.com/SeldonIO/seldon-core/pull/806) +- add documentation for ambassador_id support [`#813`](https://github.com/SeldonIO/seldon-core/pull/813) +- ensure latest request logger [`#730`](https://github.com/SeldonIO/seldon-core/pull/730) +- set puid in case it is received in request [`#766`](https://github.com/SeldonIO/seldon-core/pull/766) +- Added MLFLOW_SERVER in CRD files [`#812`](https://github.com/SeldonIO/seldon-core/pull/812) +- Add Chainer MNIST example [`f9163cd`](https://github.com/SeldonIO/seldon-core/commit/f9163cd5fce500cc92842613386b0dda7bf5bc5c) +- Update sklearn server example with debug [`d079d4b`](https://github.com/SeldonIO/seldon-core/commit/d079d4bbeec7bd02e080eef72c513ff9ce53474a) +- s2i image update [`f098016`](https://github.com/SeldonIO/seldon-core/commit/f0980162eab2abb198adef33c5738256c547ba21) + +#### [v0.4.0](https://github.com/SeldonIO/seldon-core/compare/v0.3.1...v0.4.0) > 15 August 2019 -- Fix for CVE-2018-1000654 in openjdk:8u201-jre-alpine3 [`#805`](https://github.com/axsaucedo/seldon-core/pull/805) -- Fix name for prepackged server test [`#804`](https://github.com/axsaucedo/seldon-core/pull/804) -- Update e2e test for mab [`#802`](https://github.com/axsaucedo/seldon-core/pull/802) -- Update test deployment name in e2e tests [`#801`](https://github.com/axsaucedo/seldon-core/pull/801) -- loadtest not needed with kubeflow and svc name seems to have changed [`#800`](https://github.com/axsaucedo/seldon-core/pull/800) -- WIP: Update python wrapper to use gunicorn [`#684`](https://github.com/axsaucedo/seldon-core/pull/684) -- TFServing functionality with latest python image [`#793`](https://github.com/axsaucedo/seldon-core/pull/793) -- WIP - Analytics deployment update [`#775`](https://github.com/axsaucedo/seldon-core/pull/775) -- Update kustomize and update helm abtest/mab names [`#797`](https://github.com/axsaucedo/seldon-core/pull/797) -- Document how to use envSecretRefName to customize S3-like object store [`#787`](https://github.com/axsaucedo/seldon-core/pull/787) -- having image means hashed deployment name [`#788`](https://github.com/axsaucedo/seldon-core/pull/788) -- crd changes for creds secret [`#782`](https://github.com/axsaucedo/seldon-core/pull/782) -- update docs, prediction proto with jsonData field [`#786`](https://github.com/axsaucedo/seldon-core/pull/786) -- WIP: Allow predict for sklearn standalone server as wll as predict_proba [`#757`](https://github.com/axsaucedo/seldon-core/pull/757) -- Added mlflow model server [`#774`](https://github.com/axsaucedo/seldon-core/pull/774) -- Update openapi and fix multipart check [`#779`](https://github.com/axsaucedo/seldon-core/pull/779) -- Docs for svc orchestrator [`#778`](https://github.com/axsaucedo/seldon-core/pull/778) -- add the support for multipart/form-data in python service and engine [`#751`](https://github.com/axsaucedo/seldon-core/pull/751) -- prepackage model server tests [`#764`](https://github.com/axsaucedo/seldon-core/pull/764) -- repoint at tfserving public bucket [`#729`](https://github.com/axsaucedo/seldon-core/pull/729) -- single replica ambassadoar [`#759`](https://github.com/axsaucedo/seldon-core/pull/759) -- Fix some doc needed to make this work [`#744`](https://github.com/axsaucedo/seldon-core/pull/744) -- Clarify what is meant by id in router documentation [`#738`](https://github.com/axsaucedo/seldon-core/pull/738) -- Fix typo in docstring [`#737`](https://github.com/axsaucedo/seldon-core/pull/737) -- config for explainer [`#736`](https://github.com/axsaucedo/seldon-core/pull/736) -- endpoint /seldon.json not returning the file [`#732`](https://github.com/axsaucedo/seldon-core/pull/732) -- added seldon colours to Theme_override & seldon logo [`#728`](https://github.com/axsaucedo/seldon-core/pull/728) -- be consistent with message logging annotation names [`#727`](https://github.com/axsaucedo/seldon-core/pull/727) -- option to set operator-wide default for request logging [`#726`](https://github.com/axsaucedo/seldon-core/pull/726) -- Small updates to python module [`#722`](https://github.com/axsaucedo/seldon-core/pull/722) -- update request logger [`#721`](https://github.com/axsaucedo/seldon-core/pull/721) -- TFServing Enabled Text Response and Fixed JSON Parse [`#704`](https://github.com/axsaucedo/seldon-core/pull/704) -- WIP: explainers [`#690`](https://github.com/axsaucedo/seldon-core/pull/690) -- Added centralised logging to docs for #636 [`#716`](https://github.com/axsaucedo/seldon-core/pull/716) -- Update kustomize [`#720`](https://github.com/axsaucedo/seldon-core/pull/720) -- Update request logger [`#712`](https://github.com/axsaucedo/seldon-core/pull/712) -- fix framework name to official one [`#717`](https://github.com/axsaucedo/seldon-core/pull/717) -- Remove API OAuth Gateway and Cluster Manager [`#671`](https://github.com/axsaucedo/seldon-core/pull/671) -- SSL for Seldon Python Client [`#709`](https://github.com/axsaucedo/seldon-core/pull/709) -- Alibaba Cloud Elastic Container Service (AKS) example [`#687`](https://github.com/axsaucedo/seldon-core/pull/687) -- fix(text): wrong word [`#702`](https://github.com/axsaucedo/seldon-core/pull/702) -- Added TFServing JSON Support [`#699`](https://github.com/axsaucedo/seldon-core/pull/699) -- make model servers first example in docs [`#691`](https://github.com/axsaucedo/seldon-core/pull/691) -- Model servers [`#689`](https://github.com/axsaucedo/seldon-core/pull/689) -- scikit learn iris model using jsondata example [`#678`](https://github.com/axsaucedo/seldon-core/pull/678) -- move seldon analytics port [`#681`](https://github.com/axsaucedo/seldon-core/pull/681) -- Added subsection in documentation with suggested path to follow with examples [`#679`](https://github.com/axsaucedo/seldon-core/pull/679) -- grafana and req logging configuration to work behind istio ingress gateway [`#650`](https://github.com/axsaucedo/seldon-core/pull/650) -- Add Kustomize [`#639`](https://github.com/axsaucedo/seldon-core/pull/639) -- WIP: Ambassador canary update [`#667`](https://github.com/axsaucedo/seldon-core/pull/667) -- Alibi deployment example - Anchor Tabular [`#629`](https://github.com/axsaucedo/seldon-core/pull/629) -- changes in test cases because of commit 88bea36 to fix #703 [`#703`](https://github.com/axsaucedo/seldon-core/issues/703) -- Added MLFlow example aligned to blog post [`935050a`](https://github.com/axsaucedo/seldon-core/commit/935050a507d29299c6279936d30b44cb161d2a51) -- update kustomize and update helm abtest/mab names [`7a6ba50`](https://github.com/axsaucedo/seldon-core/commit/7a6ba50273e678dc2b97b16ee67f7820b3d44ec6) -- Added mlflow server [`344d932`](https://github.com/axsaucedo/seldon-core/commit/344d9326241930a6c3c5df0f93c74ea5ab9210c4) - -#### [v0.3.1](https://github.com/axsaucedo/seldon-core/compare/v0.3.0...v0.3.1) +- Fix for CVE-2018-1000654 in openjdk:8u201-jre-alpine3 [`#805`](https://github.com/SeldonIO/seldon-core/pull/805) +- Fix name for prepackged server test [`#804`](https://github.com/SeldonIO/seldon-core/pull/804) +- Update e2e test for mab [`#802`](https://github.com/SeldonIO/seldon-core/pull/802) +- Update test deployment name in e2e tests [`#801`](https://github.com/SeldonIO/seldon-core/pull/801) +- loadtest not needed with kubeflow and svc name seems to have changed [`#800`](https://github.com/SeldonIO/seldon-core/pull/800) +- WIP: Update python wrapper to use gunicorn [`#684`](https://github.com/SeldonIO/seldon-core/pull/684) +- TFServing functionality with latest python image [`#793`](https://github.com/SeldonIO/seldon-core/pull/793) +- WIP - Analytics deployment update [`#775`](https://github.com/SeldonIO/seldon-core/pull/775) +- Update kustomize and update helm abtest/mab names [`#797`](https://github.com/SeldonIO/seldon-core/pull/797) +- Document how to use envSecretRefName to customize S3-like object store [`#787`](https://github.com/SeldonIO/seldon-core/pull/787) +- having image means hashed deployment name [`#788`](https://github.com/SeldonIO/seldon-core/pull/788) +- crd changes for creds secret [`#782`](https://github.com/SeldonIO/seldon-core/pull/782) +- update docs, prediction proto with jsonData field [`#786`](https://github.com/SeldonIO/seldon-core/pull/786) +- WIP: Allow predict for sklearn standalone server as wll as predict_proba [`#757`](https://github.com/SeldonIO/seldon-core/pull/757) +- Added mlflow model server [`#774`](https://github.com/SeldonIO/seldon-core/pull/774) +- Update openapi and fix multipart check [`#779`](https://github.com/SeldonIO/seldon-core/pull/779) +- Docs for svc orchestrator [`#778`](https://github.com/SeldonIO/seldon-core/pull/778) +- add the support for multipart/form-data in python service and engine [`#751`](https://github.com/SeldonIO/seldon-core/pull/751) +- prepackage model server tests [`#764`](https://github.com/SeldonIO/seldon-core/pull/764) +- repoint at tfserving public bucket [`#729`](https://github.com/SeldonIO/seldon-core/pull/729) +- single replica ambassadoar [`#759`](https://github.com/SeldonIO/seldon-core/pull/759) +- Fix some doc needed to make this work [`#744`](https://github.com/SeldonIO/seldon-core/pull/744) +- Clarify what is meant by id in router documentation [`#738`](https://github.com/SeldonIO/seldon-core/pull/738) +- Fix typo in docstring [`#737`](https://github.com/SeldonIO/seldon-core/pull/737) +- config for explainer [`#736`](https://github.com/SeldonIO/seldon-core/pull/736) +- endpoint /seldon.json not returning the file [`#732`](https://github.com/SeldonIO/seldon-core/pull/732) +- added seldon colours to Theme_override & seldon logo [`#728`](https://github.com/SeldonIO/seldon-core/pull/728) +- be consistent with message logging annotation names [`#727`](https://github.com/SeldonIO/seldon-core/pull/727) +- option to set operator-wide default for request logging [`#726`](https://github.com/SeldonIO/seldon-core/pull/726) +- Small updates to python module [`#722`](https://github.com/SeldonIO/seldon-core/pull/722) +- update request logger [`#721`](https://github.com/SeldonIO/seldon-core/pull/721) +- TFServing Enabled Text Response and Fixed JSON Parse [`#704`](https://github.com/SeldonIO/seldon-core/pull/704) +- WIP: explainers [`#690`](https://github.com/SeldonIO/seldon-core/pull/690) +- Added centralised logging to docs for #636 [`#716`](https://github.com/SeldonIO/seldon-core/pull/716) +- Update kustomize [`#720`](https://github.com/SeldonIO/seldon-core/pull/720) +- Update request logger [`#712`](https://github.com/SeldonIO/seldon-core/pull/712) +- fix framework name to official one [`#717`](https://github.com/SeldonIO/seldon-core/pull/717) +- Remove API OAuth Gateway and Cluster Manager [`#671`](https://github.com/SeldonIO/seldon-core/pull/671) +- SSL for Seldon Python Client [`#709`](https://github.com/SeldonIO/seldon-core/pull/709) +- Alibaba Cloud Elastic Container Service (AKS) example [`#687`](https://github.com/SeldonIO/seldon-core/pull/687) +- fix(text): wrong word [`#702`](https://github.com/SeldonIO/seldon-core/pull/702) +- Added TFServing JSON Support [`#699`](https://github.com/SeldonIO/seldon-core/pull/699) +- make model servers first example in docs [`#691`](https://github.com/SeldonIO/seldon-core/pull/691) +- Model servers [`#689`](https://github.com/SeldonIO/seldon-core/pull/689) +- scikit learn iris model using jsondata example [`#678`](https://github.com/SeldonIO/seldon-core/pull/678) +- move seldon analytics port [`#681`](https://github.com/SeldonIO/seldon-core/pull/681) +- Added subsection in documentation with suggested path to follow with examples [`#679`](https://github.com/SeldonIO/seldon-core/pull/679) +- grafana and req logging configuration to work behind istio ingress gateway [`#650`](https://github.com/SeldonIO/seldon-core/pull/650) +- Add Kustomize [`#639`](https://github.com/SeldonIO/seldon-core/pull/639) +- WIP: Ambassador canary update [`#667`](https://github.com/SeldonIO/seldon-core/pull/667) +- Alibi deployment example - Anchor Tabular [`#629`](https://github.com/SeldonIO/seldon-core/pull/629) +- changes in test cases because of commit 88bea36 to fix #703 [`#703`](https://github.com/SeldonIO/seldon-core/issues/703) +- Added MLFlow example aligned to blog post [`935050a`](https://github.com/SeldonIO/seldon-core/commit/935050a507d29299c6279936d30b44cb161d2a51) +- update kustomize and update helm abtest/mab names [`7a6ba50`](https://github.com/SeldonIO/seldon-core/commit/7a6ba50273e678dc2b97b16ee67f7820b3d44ec6) +- Added mlflow server [`344d932`](https://github.com/SeldonIO/seldon-core/commit/344d9326241930a6c3c5df0f93c74ea5ab9210c4) + +#### [v0.3.1](https://github.com/SeldonIO/seldon-core/compare/v0.3.0...v0.3.1) > 28 June 2019 -- remove cluster-manager from jenkins build [`#664`](https://github.com/axsaucedo/seldon-core/pull/664) -- Change operator service selector [`#662`](https://github.com/axsaucedo/seldon-core/pull/662) -- Allow User Defined Exceptions [`#651`](https://github.com/axsaucedo/seldon-core/pull/651) -- [Docs] Fix formatting of s2i docs page [`#661`](https://github.com/axsaucedo/seldon-core/pull/661) -- Embedded travis status [`#658`](https://github.com/axsaucedo/seldon-core/pull/658) -- add prow info [`#657`](https://github.com/axsaucedo/seldon-core/pull/657) -- Remove ksonnet [`#634`](https://github.com/axsaucedo/seldon-core/pull/634) -- Update loadtest notebook [`#649`](https://github.com/axsaucedo/seldon-core/pull/649) -- Gpu tensorflow example [`#638`](https://github.com/axsaucedo/seldon-core/pull/638) -- EFK with transform for tabular data [`#616`](https://github.com/axsaucedo/seldon-core/pull/616) -- Update tracing example and fix api-tester grpc for ambassador [`#631`](https://github.com/axsaucedo/seldon-core/pull/631) -- Update e2e tests [`#606`](https://github.com/axsaucedo/seldon-core/pull/606) -- points on why seldon [`#628`](https://github.com/axsaucedo/seldon-core/pull/628) -- Example in AKS using deep mnist [`#621`](https://github.com/axsaucedo/seldon-core/pull/621) -- generate service account [`#627`](https://github.com/axsaucedo/seldon-core/pull/627) -- Registry Image Tags and RBAC control for Operator Helm Chart [`#624`](https://github.com/axsaucedo/seldon-core/pull/624) -- run python builder container using non-root user [`#620`](https://github.com/axsaucedo/seldon-core/pull/620) -- remove ksonnet [`9d65d7a`](https://github.com/axsaucedo/seldon-core/commit/9d65d7a8a6a7b14d00378b087b53a0e2c1d42795) -- added azure [`471ed17`](https://github.com/axsaucedo/seldon-core/commit/471ed179e839d86be9fbeb7491be9990343e1295) -- Updated TF GPU Example Jupyter notebook [`984a7c8`](https://github.com/axsaucedo/seldon-core/commit/984a7c876f7a2adb69db9ce30b882d72f15f4a54) - -#### [v0.3.0](https://github.com/axsaucedo/seldon-core/compare/v0.2.7...v0.3.0) +- remove cluster-manager from jenkins build [`#664`](https://github.com/SeldonIO/seldon-core/pull/664) +- Change operator service selector [`#662`](https://github.com/SeldonIO/seldon-core/pull/662) +- Allow User Defined Exceptions [`#651`](https://github.com/SeldonIO/seldon-core/pull/651) +- [Docs] Fix formatting of s2i docs page [`#661`](https://github.com/SeldonIO/seldon-core/pull/661) +- Embedded travis status [`#658`](https://github.com/SeldonIO/seldon-core/pull/658) +- add prow info [`#657`](https://github.com/SeldonIO/seldon-core/pull/657) +- Remove ksonnet [`#634`](https://github.com/SeldonIO/seldon-core/pull/634) +- Update loadtest notebook [`#649`](https://github.com/SeldonIO/seldon-core/pull/649) +- Gpu tensorflow example [`#638`](https://github.com/SeldonIO/seldon-core/pull/638) +- EFK with transform for tabular data [`#616`](https://github.com/SeldonIO/seldon-core/pull/616) +- Update tracing example and fix api-tester grpc for ambassador [`#631`](https://github.com/SeldonIO/seldon-core/pull/631) +- Update e2e tests [`#606`](https://github.com/SeldonIO/seldon-core/pull/606) +- points on why seldon [`#628`](https://github.com/SeldonIO/seldon-core/pull/628) +- Example in AKS using deep mnist [`#621`](https://github.com/SeldonIO/seldon-core/pull/621) +- generate service account [`#627`](https://github.com/SeldonIO/seldon-core/pull/627) +- Registry Image Tags and RBAC control for Operator Helm Chart [`#624`](https://github.com/SeldonIO/seldon-core/pull/624) +- run python builder container using non-root user [`#620`](https://github.com/SeldonIO/seldon-core/pull/620) +- remove ksonnet [`9d65d7a`](https://github.com/SeldonIO/seldon-core/commit/9d65d7a8a6a7b14d00378b087b53a0e2c1d42795) +- added azure [`471ed17`](https://github.com/SeldonIO/seldon-core/commit/471ed179e839d86be9fbeb7491be9990343e1295) +- Updated TF GPU Example Jupyter notebook [`984a7c8`](https://github.com/SeldonIO/seldon-core/commit/984a7c876f7a2adb69db9ce30b882d72f15f4a54) + +#### [v0.3.0](https://github.com/SeldonIO/seldon-core/compare/v0.2.7...v0.3.0) > 5 June 2019 -- node exporter configurable port [`#617`](https://github.com/axsaucedo/seldon-core/pull/617) -- Require python 3.6 or above for python module [`#615`](https://github.com/axsaucedo/seldon-core/pull/615) -- Update python wrappers to include 3.7 [`#611`](https://github.com/axsaucedo/seldon-core/pull/611) -- update jackson libs to version 2.9.9 [`#609`](https://github.com/axsaucedo/seldon-core/pull/609) -- WIP: Integrate with Istio Ingress [`#588`](https://github.com/axsaucedo/seldon-core/pull/588) -- ambassador v1 api [`#603`](https://github.com/axsaucedo/seldon-core/pull/603) -- Update SeldonMessage with jsonData [`#595`](https://github.com/axsaucedo/seldon-core/pull/595) -- Kubeflow Seldon e2e NLP ML pipeline using re-usable components [`#589`](https://github.com/axsaucedo/seldon-core/pull/589) -- option to not set engine user [`#601`](https://github.com/axsaucedo/seldon-core/pull/601) -- take latest ambassador image [`#599`](https://github.com/axsaucedo/seldon-core/pull/599) -- Update Python builder image [`#568`](https://github.com/axsaucedo/seldon-core/pull/568) -- Python release update [`#594`](https://github.com/axsaucedo/seldon-core/pull/594) -- Fix Jupyter Notebook Headers [`#592`](https://github.com/axsaucedo/seldon-core/pull/592) -- Added missing link to Jupyter notebook [`#587`](https://github.com/axsaucedo/seldon-core/pull/587) -- Updating grafana to v6.1.6 in seldon core analytics [`#541`](https://github.com/axsaucedo/seldon-core/pull/541) -- AWS Elastic Kubernetes/Container Service Deep Mnist Example [`#581`](https://github.com/axsaucedo/seldon-core/pull/581) -- Added missed s2i folder to Scikitlearn SpaCy Text Example [`#582`](https://github.com/axsaucedo/seldon-core/pull/582) -- Example using Seldon for text classification with SpaCy tokenizer [`#578`](https://github.com/axsaucedo/seldon-core/pull/578) -- Remove request limits from operator [`#577`](https://github.com/axsaucedo/seldon-core/pull/577) -- Integrate use of Go Seldon Controller [`#559`](https://github.com/axsaucedo/seldon-core/pull/559) -- Fix PredictiveUnitState image name and version (#562) [`#576`](https://github.com/axsaucedo/seldon-core/pull/576) -- Update TF version for security [`#575`](https://github.com/axsaucedo/seldon-core/pull/575) -- updated openvino mode ensemble to 0.2 version [`#574`](https://github.com/axsaucedo/seldon-core/pull/574) -- updated openvino version to 2019.1 in python_openvino model wrapper [`#573`](https://github.com/axsaucedo/seldon-core/pull/573) -- Fix example deployment yaml [`#571`](https://github.com/axsaucedo/seldon-core/pull/571) -- fix typo [`#570`](https://github.com/axsaucedo/seldon-core/pull/570) -- option for R builds with plain docker [`#567`](https://github.com/axsaucedo/seldon-core/pull/567) -- redis now a statefulset as using redis helm chart [`#539`](https://github.com/axsaucedo/seldon-core/pull/539) -- reword explanation of ambassador [`#561`](https://github.com/axsaucedo/seldon-core/pull/561) -- option for docker build without s2i [`#555`](https://github.com/axsaucedo/seldon-core/pull/555) -- update jackson-databind 2.8.11.2 -> 2.9.8 for cve [`#547`](https://github.com/axsaucedo/seldon-core/pull/547) -- Update e2e tests s2i python image version [`#558`](https://github.com/axsaucedo/seldon-core/pull/558) -- Fix logging bug in Python wrapper [`#549`](https://github.com/axsaucedo/seldon-core/pull/549) -- Allow fully qualified class name to be used for the model serving image. [`#537`](https://github.com/axsaucedo/seldon-core/pull/537) -- add script to delete completed argo jobs [`#538`](https://github.com/axsaucedo/seldon-core/pull/538) -- update argocd and jenkins in cd demo and script for minikube [`#517`](https://github.com/axsaucedo/seldon-core/pull/517) -- option for anonymous access to grafana [`#535`](https://github.com/axsaucedo/seldon-core/pull/535) -- Anonymous grafana [`#534`](https://github.com/axsaucedo/seldon-core/pull/534) -- Revert "option to use anonymous auth grafana (#530)" [`#532`](https://github.com/axsaucedo/seldon-core/pull/532) -- Update component code coverage and dependencies docs [`#531`](https://github.com/axsaucedo/seldon-core/pull/531) -- option to use anonymous auth grafana [`#530`](https://github.com/axsaucedo/seldon-core/pull/530) -- Updated headline [`b4d87b9`](https://github.com/axsaucedo/seldon-core/commit/b4d87b9861369f6332c10658a93e13ed95d540c3) -- Updated headline [`1c62ff0`](https://github.com/axsaucedo/seldon-core/commit/1c62ff0c67611b6a95add3e195f89941028a55c0) -- Updated headlines for spacy and aws eks [`f630181`](https://github.com/axsaucedo/seldon-core/commit/f630181c34a6920290765b04023b98d7f198718b) - -#### [v0.2.7](https://github.com/axsaucedo/seldon-core/compare/v0.2.6...v0.2.7) +- node exporter configurable port [`#617`](https://github.com/SeldonIO/seldon-core/pull/617) +- Require python 3.6 or above for python module [`#615`](https://github.com/SeldonIO/seldon-core/pull/615) +- Update python wrappers to include 3.7 [`#611`](https://github.com/SeldonIO/seldon-core/pull/611) +- update jackson libs to version 2.9.9 [`#609`](https://github.com/SeldonIO/seldon-core/pull/609) +- WIP: Integrate with Istio Ingress [`#588`](https://github.com/SeldonIO/seldon-core/pull/588) +- ambassador v1 api [`#603`](https://github.com/SeldonIO/seldon-core/pull/603) +- Update SeldonMessage with jsonData [`#595`](https://github.com/SeldonIO/seldon-core/pull/595) +- Kubeflow Seldon e2e NLP ML pipeline using re-usable components [`#589`](https://github.com/SeldonIO/seldon-core/pull/589) +- option to not set engine user [`#601`](https://github.com/SeldonIO/seldon-core/pull/601) +- take latest ambassador image [`#599`](https://github.com/SeldonIO/seldon-core/pull/599) +- Update Python builder image [`#568`](https://github.com/SeldonIO/seldon-core/pull/568) +- Python release update [`#594`](https://github.com/SeldonIO/seldon-core/pull/594) +- Fix Jupyter Notebook Headers [`#592`](https://github.com/SeldonIO/seldon-core/pull/592) +- Added missing link to Jupyter notebook [`#587`](https://github.com/SeldonIO/seldon-core/pull/587) +- Updating grafana to v6.1.6 in seldon core analytics [`#541`](https://github.com/SeldonIO/seldon-core/pull/541) +- AWS Elastic Kubernetes/Container Service Deep Mnist Example [`#581`](https://github.com/SeldonIO/seldon-core/pull/581) +- Added missed s2i folder to Scikitlearn SpaCy Text Example [`#582`](https://github.com/SeldonIO/seldon-core/pull/582) +- Example using Seldon for text classification with SpaCy tokenizer [`#578`](https://github.com/SeldonIO/seldon-core/pull/578) +- Remove request limits from operator [`#577`](https://github.com/SeldonIO/seldon-core/pull/577) +- Integrate use of Go Seldon Controller [`#559`](https://github.com/SeldonIO/seldon-core/pull/559) +- Fix PredictiveUnitState image name and version (#562) [`#576`](https://github.com/SeldonIO/seldon-core/pull/576) +- Update TF version for security [`#575`](https://github.com/SeldonIO/seldon-core/pull/575) +- updated openvino mode ensemble to 0.2 version [`#574`](https://github.com/SeldonIO/seldon-core/pull/574) +- updated openvino version to 2019.1 in python_openvino model wrapper [`#573`](https://github.com/SeldonIO/seldon-core/pull/573) +- Fix example deployment yaml [`#571`](https://github.com/SeldonIO/seldon-core/pull/571) +- fix typo [`#570`](https://github.com/SeldonIO/seldon-core/pull/570) +- option for R builds with plain docker [`#567`](https://github.com/SeldonIO/seldon-core/pull/567) +- redis now a statefulset as using redis helm chart [`#539`](https://github.com/SeldonIO/seldon-core/pull/539) +- reword explanation of ambassador [`#561`](https://github.com/SeldonIO/seldon-core/pull/561) +- option for docker build without s2i [`#555`](https://github.com/SeldonIO/seldon-core/pull/555) +- update jackson-databind 2.8.11.2 -> 2.9.8 for cve [`#547`](https://github.com/SeldonIO/seldon-core/pull/547) +- Update e2e tests s2i python image version [`#558`](https://github.com/SeldonIO/seldon-core/pull/558) +- Fix logging bug in Python wrapper [`#549`](https://github.com/SeldonIO/seldon-core/pull/549) +- Allow fully qualified class name to be used for the model serving image. [`#537`](https://github.com/SeldonIO/seldon-core/pull/537) +- add script to delete completed argo jobs [`#538`](https://github.com/SeldonIO/seldon-core/pull/538) +- update argocd and jenkins in cd demo and script for minikube [`#517`](https://github.com/SeldonIO/seldon-core/pull/517) +- option for anonymous access to grafana [`#535`](https://github.com/SeldonIO/seldon-core/pull/535) +- Anonymous grafana [`#534`](https://github.com/SeldonIO/seldon-core/pull/534) +- Revert "option to use anonymous auth grafana (#530)" [`#532`](https://github.com/SeldonIO/seldon-core/pull/532) +- Update component code coverage and dependencies docs [`#531`](https://github.com/SeldonIO/seldon-core/pull/531) +- option to use anonymous auth grafana [`#530`](https://github.com/SeldonIO/seldon-core/pull/530) +- Updated headline [`b4d87b9`](https://github.com/SeldonIO/seldon-core/commit/b4d87b9861369f6332c10658a93e13ed95d540c3) +- Updated headline [`1c62ff0`](https://github.com/SeldonIO/seldon-core/commit/1c62ff0c67611b6a95add3e195f89941028a55c0) +- Updated headlines for spacy and aws eks [`f630181`](https://github.com/SeldonIO/seldon-core/commit/f630181c34a6920290765b04023b98d7f198718b) + +#### [v0.2.7](https://github.com/SeldonIO/seldon-core/compare/v0.2.6...v0.2.7) > 29 April 2019 -- permission and timeout changes after trying on an openshift4 cluster [`#524`](https://github.com/axsaucedo/seldon-core/pull/524) -- use stable redis helm chart [`#521`](https://github.com/axsaucedo/seldon-core/pull/521) -- Update redis [`#446`](https://github.com/axsaucedo/seldon-core/pull/446) -- seldpon_grpc_endpoint -> seldon_grpc_endpoint [`#520`](https://github.com/axsaucedo/seldon-core/pull/520) -- Service Orchestrator Name Fix [`#516`](https://github.com/axsaucedo/seldon-core/pull/516) -- remove v1alpha3 and revert to v1alpha2 [`#513`](https://github.com/axsaucedo/seldon-core/pull/513) -- get tests running reliably [`#510`](https://github.com/axsaucedo/seldon-core/pull/510) -- default ambassador to singleNamespace [`#509`](https://github.com/axsaucedo/seldon-core/pull/509) -- Allow submodules to be imported in python module [`#503`](https://github.com/axsaucedo/seldon-core/pull/503) -- Allow class_names as method or attribute (deprecated) in Python module [`#502`](https://github.com/axsaucedo/seldon-core/pull/502) -- downgrade ambassador due to grpc unreliability [`#501`](https://github.com/axsaucedo/seldon-core/pull/501) -- Fix HPA Nullpointer [`#500`](https://github.com/axsaucedo/seldon-core/pull/500) -- still intermittent problems, timeout needs to be longer [`#498`](https://github.com/axsaucedo/seldon-core/pull/498) -- 484 metrics port [`#485`](https://github.com/axsaucedo/seldon-core/pull/485) -- add missing additionProperties to openAPI specs for CRDS [`#496`](https://github.com/axsaucedo/seldon-core/pull/496) -- ambassador v1 api [`#492`](https://github.com/axsaucedo/seldon-core/pull/492) -- Spelling [`#493`](https://github.com/axsaucedo/seldon-core/pull/493) -- Updates for various Python and Operator fixes [`#488`](https://github.com/axsaucedo/seldon-core/pull/488) -- Fix image link in readme [`#490`](https://github.com/axsaucedo/seldon-core/pull/490) -- ignore pickle files [`#483`](https://github.com/axsaucedo/seldon-core/pull/483) -- make ambassador a dependency [`#480`](https://github.com/axsaucedo/seldon-core/pull/480) -- WIP: Autoscaling [`#437`](https://github.com/axsaucedo/seldon-core/pull/437) -- remove old docs [`#482`](https://github.com/axsaucedo/seldon-core/pull/482) -- Fix status update for failed deployments [`#474`](https://github.com/axsaucedo/seldon-core/pull/474) -- gitignore for intellij [`#471`](https://github.com/axsaucedo/seldon-core/pull/471) -- Script to create Seldon API testing files from any Pandas dataframe [`#460`](https://github.com/axsaucedo/seldon-core/pull/460) -- python wrapper image fix update [`#469`](https://github.com/axsaucedo/seldon-core/pull/469) -- python wrapper image references updated from 0.5 to 0.5.1 [`#468`](https://github.com/axsaucedo/seldon-core/pull/468) -- Static Documentation Site [`#466`](https://github.com/axsaucedo/seldon-core/pull/466) -- Remove tornando dependency from Python setup.py [`#464`](https://github.com/axsaucedo/seldon-core/pull/464) -- Add types for predict, transform_input, transform_output [`#463`](https://github.com/axsaucedo/seldon-core/pull/463) -- WIP: Python wrappers rewrite [`#457`](https://github.com/axsaucedo/seldon-core/pull/457) -- Python builder [`#455`](https://github.com/axsaucedo/seldon-core/pull/455) -- pdate links in new docs [`3afff55`](https://github.com/axsaucedo/seldon-core/commit/3afff5504724cad2f6b163f6153337ac77356461) -- updated doc with more notebooks [`1cad7c5`](https://github.com/axsaucedo/seldon-core/commit/1cad7c5b329e11da9c78eb7bc91ef7c8932b4d8f) -- Update to include HPA in componentSepcs [`d81d296`](https://github.com/axsaucedo/seldon-core/commit/d81d29676663e1996cc07d8e51c4e62b21025ede) - -#### [v0.2.6](https://github.com/axsaucedo/seldon-core/compare/v0.2.5...v0.2.6) +- permission and timeout changes after trying on an openshift4 cluster [`#524`](https://github.com/SeldonIO/seldon-core/pull/524) +- use stable redis helm chart [`#521`](https://github.com/SeldonIO/seldon-core/pull/521) +- Update redis [`#446`](https://github.com/SeldonIO/seldon-core/pull/446) +- seldpon_grpc_endpoint -> seldon_grpc_endpoint [`#520`](https://github.com/SeldonIO/seldon-core/pull/520) +- Service Orchestrator Name Fix [`#516`](https://github.com/SeldonIO/seldon-core/pull/516) +- remove v1alpha3 and revert to v1alpha2 [`#513`](https://github.com/SeldonIO/seldon-core/pull/513) +- get tests running reliably [`#510`](https://github.com/SeldonIO/seldon-core/pull/510) +- default ambassador to singleNamespace [`#509`](https://github.com/SeldonIO/seldon-core/pull/509) +- Allow submodules to be imported in python module [`#503`](https://github.com/SeldonIO/seldon-core/pull/503) +- Allow class_names as method or attribute (deprecated) in Python module [`#502`](https://github.com/SeldonIO/seldon-core/pull/502) +- downgrade ambassador due to grpc unreliability [`#501`](https://github.com/SeldonIO/seldon-core/pull/501) +- Fix HPA Nullpointer [`#500`](https://github.com/SeldonIO/seldon-core/pull/500) +- still intermittent problems, timeout needs to be longer [`#498`](https://github.com/SeldonIO/seldon-core/pull/498) +- 484 metrics port [`#485`](https://github.com/SeldonIO/seldon-core/pull/485) +- add missing additionProperties to openAPI specs for CRDS [`#496`](https://github.com/SeldonIO/seldon-core/pull/496) +- ambassador v1 api [`#492`](https://github.com/SeldonIO/seldon-core/pull/492) +- Spelling [`#493`](https://github.com/SeldonIO/seldon-core/pull/493) +- Updates for various Python and Operator fixes [`#488`](https://github.com/SeldonIO/seldon-core/pull/488) +- Fix image link in readme [`#490`](https://github.com/SeldonIO/seldon-core/pull/490) +- ignore pickle files [`#483`](https://github.com/SeldonIO/seldon-core/pull/483) +- make ambassador a dependency [`#480`](https://github.com/SeldonIO/seldon-core/pull/480) +- WIP: Autoscaling [`#437`](https://github.com/SeldonIO/seldon-core/pull/437) +- remove old docs [`#482`](https://github.com/SeldonIO/seldon-core/pull/482) +- Fix status update for failed deployments [`#474`](https://github.com/SeldonIO/seldon-core/pull/474) +- gitignore for intellij [`#471`](https://github.com/SeldonIO/seldon-core/pull/471) +- Script to create Seldon API testing files from any Pandas dataframe [`#460`](https://github.com/SeldonIO/seldon-core/pull/460) +- python wrapper image fix update [`#469`](https://github.com/SeldonIO/seldon-core/pull/469) +- python wrapper image references updated from 0.5 to 0.5.1 [`#468`](https://github.com/SeldonIO/seldon-core/pull/468) +- Static Documentation Site [`#466`](https://github.com/SeldonIO/seldon-core/pull/466) +- Remove tornando dependency from Python setup.py [`#464`](https://github.com/SeldonIO/seldon-core/pull/464) +- Add types for predict, transform_input, transform_output [`#463`](https://github.com/SeldonIO/seldon-core/pull/463) +- WIP: Python wrappers rewrite [`#457`](https://github.com/SeldonIO/seldon-core/pull/457) +- Python builder [`#455`](https://github.com/SeldonIO/seldon-core/pull/455) +- pdate links in new docs [`3afff55`](https://github.com/SeldonIO/seldon-core/commit/3afff5504724cad2f6b163f6153337ac77356461) +- updated doc with more notebooks [`1cad7c5`](https://github.com/SeldonIO/seldon-core/commit/1cad7c5b329e11da9c78eb7bc91ef7c8932b4d8f) +- Update to include HPA in componentSepcs [`d81d296`](https://github.com/SeldonIO/seldon-core/commit/d81d29676663e1996cc07d8e51c4e62b21025ede) + +#### [v0.2.6](https://github.com/SeldonIO/seldon-core/compare/v0.2.5...v0.2.6) > 22 February 2019 -- Fix API Gateway Endpoint name [`#435`](https://github.com/axsaucedo/seldon-core/pull/435) -- Fix bug in parsing boolean params in Python wrapper [`#441`](https://github.com/axsaucedo/seldon-core/pull/441) -- openvino ensemble adjustments [`#444`](https://github.com/axsaucedo/seldon-core/pull/444) -- Cicd demo [`#382`](https://github.com/axsaucedo/seldon-core/pull/382) -- Update image names for openvino demo [`#442`](https://github.com/axsaucedo/seldon-core/pull/442) -- Update java wrapper version in docs [`#436`](https://github.com/axsaucedo/seldon-core/pull/436) -- Allow reusing containers in the inference graph [`#423`](https://github.com/axsaucedo/seldon-core/pull/423) -- Updates for openvino demo [`#431`](https://github.com/axsaucedo/seldon-core/pull/431) -- Engine merge meta puid [`#424`](https://github.com/axsaucedo/seldon-core/pull/424) -- updated ensemble pipeline with OpenVINO component [`#430`](https://github.com/axsaucedo/seldon-core/pull/430) -- Outlier service type [`#428`](https://github.com/axsaucedo/seldon-core/pull/428) -- Cluster Manager Cache Fix [`#408`](https://github.com/axsaucedo/seldon-core/pull/408) -- Ambassador Update: Canary, Shadow, Header Based Routing [`#409`](https://github.com/axsaucedo/seldon-core/pull/409) -- Add ability to fetch metadata from model and transformer components [`#407`](https://github.com/axsaucedo/seldon-core/pull/407) -- Fix api-tester not working via GRPC and Ambassador [`#405`](https://github.com/axsaucedo/seldon-core/pull/405) -- Fix s2i builder image local build to use latest Python source code [`#404`](https://github.com/axsaucedo/seldon-core/pull/404) -- setPredictorSpec is not needed anymore in EnginePredictor [`#401`](https://github.com/axsaucedo/seldon-core/pull/401) -- Provide Ksonnet Analytics Package [`#399`](https://github.com/axsaucedo/seldon-core/pull/399) -- Fix engine resources setting and update docs [`#400`](https://github.com/axsaucedo/seldon-core/pull/400) -- Allow JAEGER_AGENT_PORT env on default Jaeger configuration [`#397`](https://github.com/axsaucedo/seldon-core/pull/397) -- Outlier update [`#395`](https://github.com/axsaucedo/seldon-core/pull/395) -- removing resttemplate setter from predictionService [`#393`](https://github.com/axsaucedo/seldon-core/pull/393) -- Outlier mahalanobis [`#388`](https://github.com/axsaucedo/seldon-core/pull/388) -- gRPC load balancing via Ambassador [`#390`](https://github.com/axsaucedo/seldon-core/pull/390) -- Update ngraph s2i image and remove torch from demo [`#386`](https://github.com/axsaucedo/seldon-core/pull/386) -- ojAlgo upgrade to v47, and a few improvements [`#385`](https://github.com/axsaucedo/seldon-core/pull/385) -- Update from upstream [`#1`](https://github.com/axsaucedo/seldon-core/pull/1) -- Add docs for parameters in components [`#381`](https://github.com/axsaucedo/seldon-core/pull/381) -- seq2seq lstm outlier detector [`#374`](https://github.com/axsaucedo/seldon-core/pull/374) -- Adding test case for SeldonDeploymentWatcher [`#373`](https://github.com/axsaucedo/seldon-core/pull/373) -- WIP: Update ksonnet to ensure 1.8 k8s compatibility [`#375`](https://github.com/axsaucedo/seldon-core/pull/375) -- Add @Timed to 2 main REST endpoint to readd prometheus metrics [`#372`](https://github.com/axsaucedo/seldon-core/pull/372) -- WIP: Train on Sagemaker, Deploy on Seldon Core [`#368`](https://github.com/axsaucedo/seldon-core/pull/368) -- Update OpenVINO example for raw image bytes [`#370`](https://github.com/axsaucedo/seldon-core/pull/370) -- Fix debug logging in case study files [`#369`](https://github.com/axsaucedo/seldon-core/pull/369) -- release notes 0.2.5 [`#363`](https://github.com/axsaucedo/seldon-core/pull/363) -- Initial Go Wrapper Example for Seldon Core [`#358`](https://github.com/axsaucedo/seldon-core/pull/358) -- Mlflow Example [`#359`](https://github.com/axsaucedo/seldon-core/pull/359) -- Mistyped check causing NULL Pointer Exceptions with getNamespace function [`#366`](https://github.com/axsaucedo/seldon-core/pull/366) -- Fix URICache bug in engine [`#364`](https://github.com/axsaucedo/seldon-core/pull/364) -- add README files to outlier detectors [`#362`](https://github.com/axsaucedo/seldon-core/pull/362) -- Fix incorrect links in router docs [`#360`](https://github.com/axsaucedo/seldon-core/pull/360) -- Distributed Tracing, Profiling docs and OpenVINO Demo (WIP) [`#357`](https://github.com/axsaucedo/seldon-core/pull/357) -- Change mean_classifier to mock_classifier in tests and example for consistency [`#355`](https://github.com/axsaucedo/seldon-core/pull/355) -- Update CRDs to correct OpenAPISchema [`#354`](https://github.com/axsaucedo/seldon-core/pull/354) -- multi-armed bandit components [`#335`](https://github.com/axsaucedo/seldon-core/pull/335) -- Enable support for using local Python binaries when wrapping components [`#332`](https://github.com/axsaucedo/seldon-core/pull/332) -- Remove legacy testers [`#352`](https://github.com/axsaucedo/seldon-core/pull/352) -- Update build scripts to use latest core builder image [`#313`](https://github.com/axsaucedo/seldon-core/pull/313) -- Update example models to use python package [`#351`](https://github.com/axsaucedo/seldon-core/pull/351) -- Update docs and examples to use Python package [`#348`](https://github.com/axsaucedo/seldon-core/pull/348) -- Fix bug creating tf protos for e2e testing [`#345`](https://github.com/axsaucedo/seldon-core/pull/345) -- S2i 0.4 update [`#346`](https://github.com/axsaucedo/seldon-core/pull/346) -- Python release version [`#344`](https://github.com/axsaucedo/seldon-core/pull/344) -- add general outlier detectors and helm charts [`ba2173e`](https://github.com/axsaucedo/seldon-core/commit/ba2173ed970b62da786a8f8628470272b6abc1b9) -- clean up demo notebook [`479bd95`](https://github.com/axsaucedo/seldon-core/commit/479bd9581472e69d4bc9a73bf42c08d13f85db38) -- updated openvino prediction pipeline [`fde3aa7`](https://github.com/axsaucedo/seldon-core/commit/fde3aa7c5fd210f04dd6fce45c15bf6c2ee666a3) - -#### [v0.2.5](https://github.com/axsaucedo/seldon-core/compare/v0.2.4...v0.2.5) +- Fix API Gateway Endpoint name [`#435`](https://github.com/SeldonIO/seldon-core/pull/435) +- Fix bug in parsing boolean params in Python wrapper [`#441`](https://github.com/SeldonIO/seldon-core/pull/441) +- openvino ensemble adjustments [`#444`](https://github.com/SeldonIO/seldon-core/pull/444) +- Cicd demo [`#382`](https://github.com/SeldonIO/seldon-core/pull/382) +- Update image names for openvino demo [`#442`](https://github.com/SeldonIO/seldon-core/pull/442) +- Update java wrapper version in docs [`#436`](https://github.com/SeldonIO/seldon-core/pull/436) +- Allow reusing containers in the inference graph [`#423`](https://github.com/SeldonIO/seldon-core/pull/423) +- Updates for openvino demo [`#431`](https://github.com/SeldonIO/seldon-core/pull/431) +- Engine merge meta puid [`#424`](https://github.com/SeldonIO/seldon-core/pull/424) +- updated ensemble pipeline with OpenVINO component [`#430`](https://github.com/SeldonIO/seldon-core/pull/430) +- Outlier service type [`#428`](https://github.com/SeldonIO/seldon-core/pull/428) +- Cluster Manager Cache Fix [`#408`](https://github.com/SeldonIO/seldon-core/pull/408) +- Ambassador Update: Canary, Shadow, Header Based Routing [`#409`](https://github.com/SeldonIO/seldon-core/pull/409) +- Add ability to fetch metadata from model and transformer components [`#407`](https://github.com/SeldonIO/seldon-core/pull/407) +- Fix api-tester not working via GRPC and Ambassador [`#405`](https://github.com/SeldonIO/seldon-core/pull/405) +- Fix s2i builder image local build to use latest Python source code [`#404`](https://github.com/SeldonIO/seldon-core/pull/404) +- setPredictorSpec is not needed anymore in EnginePredictor [`#401`](https://github.com/SeldonIO/seldon-core/pull/401) +- Provide Ksonnet Analytics Package [`#399`](https://github.com/SeldonIO/seldon-core/pull/399) +- Fix engine resources setting and update docs [`#400`](https://github.com/SeldonIO/seldon-core/pull/400) +- Allow JAEGER_AGENT_PORT env on default Jaeger configuration [`#397`](https://github.com/SeldonIO/seldon-core/pull/397) +- Outlier update [`#395`](https://github.com/SeldonIO/seldon-core/pull/395) +- removing resttemplate setter from predictionService [`#393`](https://github.com/SeldonIO/seldon-core/pull/393) +- Outlier mahalanobis [`#388`](https://github.com/SeldonIO/seldon-core/pull/388) +- gRPC load balancing via Ambassador [`#390`](https://github.com/SeldonIO/seldon-core/pull/390) +- Update ngraph s2i image and remove torch from demo [`#386`](https://github.com/SeldonIO/seldon-core/pull/386) +- ojAlgo upgrade to v47, and a few improvements [`#385`](https://github.com/SeldonIO/seldon-core/pull/385) +- Update from upstream [`#1`](https://github.com/SeldonIO/seldon-core/pull/1) +- Add docs for parameters in components [`#381`](https://github.com/SeldonIO/seldon-core/pull/381) +- seq2seq lstm outlier detector [`#374`](https://github.com/SeldonIO/seldon-core/pull/374) +- Adding test case for SeldonDeploymentWatcher [`#373`](https://github.com/SeldonIO/seldon-core/pull/373) +- WIP: Update ksonnet to ensure 1.8 k8s compatibility [`#375`](https://github.com/SeldonIO/seldon-core/pull/375) +- Add @Timed to 2 main REST endpoint to readd prometheus metrics [`#372`](https://github.com/SeldonIO/seldon-core/pull/372) +- WIP: Train on Sagemaker, Deploy on Seldon Core [`#368`](https://github.com/SeldonIO/seldon-core/pull/368) +- Update OpenVINO example for raw image bytes [`#370`](https://github.com/SeldonIO/seldon-core/pull/370) +- Fix debug logging in case study files [`#369`](https://github.com/SeldonIO/seldon-core/pull/369) +- release notes 0.2.5 [`#363`](https://github.com/SeldonIO/seldon-core/pull/363) +- Initial Go Wrapper Example for Seldon Core [`#358`](https://github.com/SeldonIO/seldon-core/pull/358) +- Mlflow Example [`#359`](https://github.com/SeldonIO/seldon-core/pull/359) +- Mistyped check causing NULL Pointer Exceptions with getNamespace function [`#366`](https://github.com/SeldonIO/seldon-core/pull/366) +- Fix URICache bug in engine [`#364`](https://github.com/SeldonIO/seldon-core/pull/364) +- add README files to outlier detectors [`#362`](https://github.com/SeldonIO/seldon-core/pull/362) +- Fix incorrect links in router docs [`#360`](https://github.com/SeldonIO/seldon-core/pull/360) +- Distributed Tracing, Profiling docs and OpenVINO Demo (WIP) [`#357`](https://github.com/SeldonIO/seldon-core/pull/357) +- Change mean_classifier to mock_classifier in tests and example for consistency [`#355`](https://github.com/SeldonIO/seldon-core/pull/355) +- Update CRDs to correct OpenAPISchema [`#354`](https://github.com/SeldonIO/seldon-core/pull/354) +- multi-armed bandit components [`#335`](https://github.com/SeldonIO/seldon-core/pull/335) +- Enable support for using local Python binaries when wrapping components [`#332`](https://github.com/SeldonIO/seldon-core/pull/332) +- Remove legacy testers [`#352`](https://github.com/SeldonIO/seldon-core/pull/352) +- Update build scripts to use latest core builder image [`#313`](https://github.com/SeldonIO/seldon-core/pull/313) +- Update example models to use python package [`#351`](https://github.com/SeldonIO/seldon-core/pull/351) +- Update docs and examples to use Python package [`#348`](https://github.com/SeldonIO/seldon-core/pull/348) +- Fix bug creating tf protos for e2e testing [`#345`](https://github.com/SeldonIO/seldon-core/pull/345) +- S2i 0.4 update [`#346`](https://github.com/SeldonIO/seldon-core/pull/346) +- Python release version [`#344`](https://github.com/SeldonIO/seldon-core/pull/344) +- add general outlier detectors and helm charts [`ba2173e`](https://github.com/SeldonIO/seldon-core/commit/ba2173ed970b62da786a8f8628470272b6abc1b9) +- clean up demo notebook [`479bd95`](https://github.com/SeldonIO/seldon-core/commit/479bd9581472e69d4bc9a73bf42c08d13f85db38) +- updated openvino prediction pipeline [`fde3aa7`](https://github.com/SeldonIO/seldon-core/commit/fde3aa7c5fd210f04dd6fce45c15bf6c2ee666a3) + +#### [v0.2.5](https://github.com/SeldonIO/seldon-core/compare/v0.2.4...v0.2.5) > 16 December 2018 -- Update e2e tests and add Combiner to python wrappers [`#343`](https://github.com/axsaucedo/seldon-core/pull/343) -- Python wrapper update and openvino example [`#342`](https://github.com/axsaucedo/seldon-core/pull/342) -- Remove legacy python wrapper modules [`#339`](https://github.com/axsaucedo/seldon-core/pull/339) -- Create initial Python package [`#306`](https://github.com/axsaucedo/seldon-core/pull/306) -- Update S2I version in examples [`#338`](https://github.com/axsaucedo/seldon-core/pull/338) -- Cluster Wide Operator [`#334`](https://github.com/axsaucedo/seldon-core/pull/334) -- update python requests package version [`#331`](https://github.com/axsaucedo/seldon-core/pull/331) -- adding isolation forest and reorganize vae [`#327`](https://github.com/axsaucedo/seldon-core/pull/327) -- Fix bug in parent custom metrics [`#329`](https://github.com/axsaucedo/seldon-core/pull/329) -- Update java base images [`#292`](https://github.com/axsaucedo/seldon-core/pull/292) -- ResNet Latency test [`#328`](https://github.com/axsaucedo/seldon-core/pull/328) -- Add serving doc [`#326`](https://github.com/axsaucedo/seldon-core/pull/326) -- Update docs for API examples and latest protos [`#325`](https://github.com/axsaucedo/seldon-core/pull/325) -- Allow further options for binary and tensors in prediction API [`#321`](https://github.com/axsaucedo/seldon-core/pull/321) -- outlier detection component [`#320`](https://github.com/axsaucedo/seldon-core/pull/320) -- Fix grpc tensor convert for python2 [`#317`](https://github.com/axsaucedo/seldon-core/pull/317) -- Fix bug in parsing truth values for feedback [`#316`](https://github.com/axsaucedo/seldon-core/pull/316) -- Rolling Update Fixes [`#295`](https://github.com/axsaucedo/seldon-core/pull/295) -- WIP: Custom metric tags [`#311`](https://github.com/axsaucedo/seldon-core/pull/311) -- Fix tester docs to point to correct links [`#307`](https://github.com/axsaucedo/seldon-core/pull/307) -- Allow disable redis [`#305`](https://github.com/axsaucedo/seldon-core/pull/305) -- fix status remove functionality in operator [`#300`](https://github.com/axsaucedo/seldon-core/pull/300) -- Fix storing of Gauge metrics [`#299`](https://github.com/axsaucedo/seldon-core/pull/299) -- WIP: Create python 3.6 and 3.7 wrapper versions [`#290`](https://github.com/axsaucedo/seldon-core/pull/290) -- Custom Metrics [`#281`](https://github.com/axsaucedo/seldon-core/pull/281) -- Create initial python package [`83b6dd3`](https://github.com/axsaucedo/seldon-core/commit/83b6dd351cfb79e5ac33d3dfd471174c89dee600) -- test updates for cluster wide and single namespace notebooks [`05a8729`](https://github.com/axsaucedo/seldon-core/commit/05a8729e7127157a829d8fca9c0800b0331809d9) -- update during testing of ksonnet single and cluster wide deployments [`1021332`](https://github.com/axsaucedo/seldon-core/commit/10213325dade6498baea70925e645e4cc7770bcd) - -#### [v0.2.4](https://github.com/axsaucedo/seldon-core/compare/v0.2.3...v0.2.4) +- Update e2e tests and add Combiner to python wrappers [`#343`](https://github.com/SeldonIO/seldon-core/pull/343) +- Python wrapper update and openvino example [`#342`](https://github.com/SeldonIO/seldon-core/pull/342) +- Remove legacy python wrapper modules [`#339`](https://github.com/SeldonIO/seldon-core/pull/339) +- Create initial Python package [`#306`](https://github.com/SeldonIO/seldon-core/pull/306) +- Update S2I version in examples [`#338`](https://github.com/SeldonIO/seldon-core/pull/338) +- Cluster Wide Operator [`#334`](https://github.com/SeldonIO/seldon-core/pull/334) +- update python requests package version [`#331`](https://github.com/SeldonIO/seldon-core/pull/331) +- adding isolation forest and reorganize vae [`#327`](https://github.com/SeldonIO/seldon-core/pull/327) +- Fix bug in parent custom metrics [`#329`](https://github.com/SeldonIO/seldon-core/pull/329) +- Update java base images [`#292`](https://github.com/SeldonIO/seldon-core/pull/292) +- ResNet Latency test [`#328`](https://github.com/SeldonIO/seldon-core/pull/328) +- Add serving doc [`#326`](https://github.com/SeldonIO/seldon-core/pull/326) +- Update docs for API examples and latest protos [`#325`](https://github.com/SeldonIO/seldon-core/pull/325) +- Allow further options for binary and tensors in prediction API [`#321`](https://github.com/SeldonIO/seldon-core/pull/321) +- outlier detection component [`#320`](https://github.com/SeldonIO/seldon-core/pull/320) +- Fix grpc tensor convert for python2 [`#317`](https://github.com/SeldonIO/seldon-core/pull/317) +- Fix bug in parsing truth values for feedback [`#316`](https://github.com/SeldonIO/seldon-core/pull/316) +- Rolling Update Fixes [`#295`](https://github.com/SeldonIO/seldon-core/pull/295) +- WIP: Custom metric tags [`#311`](https://github.com/SeldonIO/seldon-core/pull/311) +- Fix tester docs to point to correct links [`#307`](https://github.com/SeldonIO/seldon-core/pull/307) +- Allow disable redis [`#305`](https://github.com/SeldonIO/seldon-core/pull/305) +- fix status remove functionality in operator [`#300`](https://github.com/SeldonIO/seldon-core/pull/300) +- Fix storing of Gauge metrics [`#299`](https://github.com/SeldonIO/seldon-core/pull/299) +- WIP: Create python 3.6 and 3.7 wrapper versions [`#290`](https://github.com/SeldonIO/seldon-core/pull/290) +- Custom Metrics [`#281`](https://github.com/SeldonIO/seldon-core/pull/281) +- Create initial python package [`83b6dd3`](https://github.com/SeldonIO/seldon-core/commit/83b6dd351cfb79e5ac33d3dfd471174c89dee600) +- test updates for cluster wide and single namespace notebooks [`05a8729`](https://github.com/SeldonIO/seldon-core/commit/05a8729e7127157a829d8fca9c0800b0331809d9) +- update during testing of ksonnet single and cluster wide deployments [`1021332`](https://github.com/SeldonIO/seldon-core/commit/10213325dade6498baea70925e645e4cc7770bcd) + +#### [v0.2.4](https://github.com/SeldonIO/seldon-core/compare/v0.2.3...v0.2.4) > 7 November 2018 -- Add optional service account for engine [`#287`](https://github.com/axsaucedo/seldon-core/pull/287) -- Add missing curl to engine Dockerfile [`#285`](https://github.com/axsaucedo/seldon-core/pull/285) -- Allow ambassador from other namespace to access SeldonDeployment [`#280`](https://github.com/axsaucedo/seldon-core/pull/280) -- Faster protobuffer to numpy conversion in python wrapper [`#278`](https://github.com/axsaucedo/seldon-core/pull/278) -- Ensure cluster role has unique name [`#276`](https://github.com/axsaucedo/seldon-core/pull/276) -- fix api-tester not using oauth-key and oauth-secret args [`#275`](https://github.com/axsaucedo/seldon-core/pull/275) -- Add OUTPUT_TRANSFORMER example [`#272`](https://github.com/axsaucedo/seldon-core/pull/272) -- Update when status is set [`#273`](https://github.com/axsaucedo/seldon-core/pull/273) -- Add Open API Definitions [`#271`](https://github.com/axsaucedo/seldon-core/pull/271) -- Update Custom Resources via k8s /status endpoint if possible [`#270`](https://github.com/axsaucedo/seldon-core/pull/270) -- Fixed small copy-paste error [`#266`](https://github.com/axsaucedo/seldon-core/pull/266) -- Update ambassador to 0.40.0 [`#265`](https://github.com/axsaucedo/seldon-core/pull/265) -- Add code coverage Jacoco to poms [`#264`](https://github.com/axsaucedo/seldon-core/pull/264) -- Fix vulnerability warnings with updates to engine and apife pom [`#263`](https://github.com/axsaucedo/seldon-core/pull/263) -- Add custom metrics proposal [`#261`](https://github.com/axsaucedo/seldon-core/pull/261) -- Intel Openvino Integration [`#260`](https://github.com/axsaucedo/seldon-core/pull/260) -- Python wrapper custom endpoints [`#257`](https://github.com/axsaucedo/seldon-core/pull/257) -- Sending Feedback to Models [`#254`](https://github.com/axsaucedo/seldon-core/pull/254) -- Python wrapper custom endpoints [`#252`](https://github.com/axsaucedo/seldon-core/pull/252) -- Engine java opts annotations and ambassador timeout annotation [`#250`](https://github.com/axsaucedo/seldon-core/pull/250) -- Update Ksonnet and Helm Charts [`#247`](https://github.com/axsaucedo/seldon-core/pull/247) -- Add requestPath to response meta data [`#246`](https://github.com/axsaucedo/seldon-core/pull/246) -- Fix outlier detection divide by zero and add initial mnist example (wip) [`#243`](https://github.com/axsaucedo/seldon-core/pull/243) -- Fix typos in docs [`#241`](https://github.com/axsaucedo/seldon-core/pull/241) -- GRPC API for javascript models with Nodejs s2i wrapper [`#224`](https://github.com/axsaucedo/seldon-core/pull/224) -- Add example helm charts for inference graphs [`#239`](https://github.com/axsaucedo/seldon-core/pull/239) -- Fix for defaulting changing Custom Resource [`#238`](https://github.com/axsaucedo/seldon-core/pull/238) -- Nvidia Inference Server and Tensorflow Serving Model Proxies [`#234`](https://github.com/axsaucedo/seldon-core/pull/234) -- Update epsilon-greedy example to Python 3 [`#231`](https://github.com/axsaucedo/seldon-core/pull/231) -- Image pull policy ksonnet fix [`#235`](https://github.com/axsaucedo/seldon-core/pull/235) -- Update kubectl_demo_minikube_rbac.ipynb [`#232`](https://github.com/axsaucedo/seldon-core/pull/232) -- Update kubectl_demo_minikube_rbac.ipynb [`#230`](https://github.com/axsaucedo/seldon-core/pull/230) -- Update helm example and charts [`042fb72`](https://github.com/axsaucedo/seldon-core/commit/042fb725d4f7ee5bc85f2981b6935b6a9ade01ca) -- remove cloud specific notebooks [`d106fdb`](https://github.com/axsaucedo/seldon-core/commit/d106fdb4a81c030a2d6f9127a0eddef5a49cab31) -- GRPC implementation [`b70d984`](https://github.com/axsaucedo/seldon-core/commit/b70d9844557307066007c10a2c22a2466faf6d71) - -#### [v0.2.3](https://github.com/axsaucedo/seldon-core/compare/v0.2.2...v0.2.3) +- Add optional service account for engine [`#287`](https://github.com/SeldonIO/seldon-core/pull/287) +- Add missing curl to engine Dockerfile [`#285`](https://github.com/SeldonIO/seldon-core/pull/285) +- Allow ambassador from other namespace to access SeldonDeployment [`#280`](https://github.com/SeldonIO/seldon-core/pull/280) +- Faster protobuffer to numpy conversion in python wrapper [`#278`](https://github.com/SeldonIO/seldon-core/pull/278) +- Ensure cluster role has unique name [`#276`](https://github.com/SeldonIO/seldon-core/pull/276) +- fix api-tester not using oauth-key and oauth-secret args [`#275`](https://github.com/SeldonIO/seldon-core/pull/275) +- Add OUTPUT_TRANSFORMER example [`#272`](https://github.com/SeldonIO/seldon-core/pull/272) +- Update when status is set [`#273`](https://github.com/SeldonIO/seldon-core/pull/273) +- Add Open API Definitions [`#271`](https://github.com/SeldonIO/seldon-core/pull/271) +- Update Custom Resources via k8s /status endpoint if possible [`#270`](https://github.com/SeldonIO/seldon-core/pull/270) +- Fixed small copy-paste error [`#266`](https://github.com/SeldonIO/seldon-core/pull/266) +- Update ambassador to 0.40.0 [`#265`](https://github.com/SeldonIO/seldon-core/pull/265) +- Add code coverage Jacoco to poms [`#264`](https://github.com/SeldonIO/seldon-core/pull/264) +- Fix vulnerability warnings with updates to engine and apife pom [`#263`](https://github.com/SeldonIO/seldon-core/pull/263) +- Add custom metrics proposal [`#261`](https://github.com/SeldonIO/seldon-core/pull/261) +- Intel Openvino Integration [`#260`](https://github.com/SeldonIO/seldon-core/pull/260) +- Python wrapper custom endpoints [`#257`](https://github.com/SeldonIO/seldon-core/pull/257) +- Sending Feedback to Models [`#254`](https://github.com/SeldonIO/seldon-core/pull/254) +- Python wrapper custom endpoints [`#252`](https://github.com/SeldonIO/seldon-core/pull/252) +- Engine java opts annotations and ambassador timeout annotation [`#250`](https://github.com/SeldonIO/seldon-core/pull/250) +- Update Ksonnet and Helm Charts [`#247`](https://github.com/SeldonIO/seldon-core/pull/247) +- Add requestPath to response meta data [`#246`](https://github.com/SeldonIO/seldon-core/pull/246) +- Fix outlier detection divide by zero and add initial mnist example (wip) [`#243`](https://github.com/SeldonIO/seldon-core/pull/243) +- Fix typos in docs [`#241`](https://github.com/SeldonIO/seldon-core/pull/241) +- GRPC API for javascript models with Nodejs s2i wrapper [`#224`](https://github.com/SeldonIO/seldon-core/pull/224) +- Add example helm charts for inference graphs [`#239`](https://github.com/SeldonIO/seldon-core/pull/239) +- Fix for defaulting changing Custom Resource [`#238`](https://github.com/SeldonIO/seldon-core/pull/238) +- Nvidia Inference Server and Tensorflow Serving Model Proxies [`#234`](https://github.com/SeldonIO/seldon-core/pull/234) +- Update epsilon-greedy example to Python 3 [`#231`](https://github.com/SeldonIO/seldon-core/pull/231) +- Image pull policy ksonnet fix [`#235`](https://github.com/SeldonIO/seldon-core/pull/235) +- Update kubectl_demo_minikube_rbac.ipynb [`#232`](https://github.com/SeldonIO/seldon-core/pull/232) +- Update kubectl_demo_minikube_rbac.ipynb [`#230`](https://github.com/SeldonIO/seldon-core/pull/230) +- Update helm example and charts [`042fb72`](https://github.com/SeldonIO/seldon-core/commit/042fb725d4f7ee5bc85f2981b6935b6a9ade01ca) +- remove cloud specific notebooks [`d106fdb`](https://github.com/SeldonIO/seldon-core/commit/d106fdb4a81c030a2d6f9127a0eddef5a49cab31) +- GRPC implementation [`b70d984`](https://github.com/SeldonIO/seldon-core/commit/b70d9844557307066007c10a2c22a2466faf6d71) + +#### [v0.2.3](https://github.com/SeldonIO/seldon-core/compare/v0.2.2...v0.2.3) > 17 September 2018 -- Update SeldonDeployment status for lifecycle conditions [`#223`](https://github.com/axsaucedo/seldon-core/pull/223) -- Nodejs s2i wrapper for JavaScript models [`#218`](https://github.com/axsaucedo/seldon-core/pull/218) -- Update use of python wrappers to version 0.2 [`#222`](https://github.com/axsaucedo/seldon-core/pull/222) -- Support for ONNX exported models for inference [`#221`](https://github.com/axsaucedo/seldon-core/pull/221) -- Private repo build and run [`#220`](https://github.com/axsaucedo/seldon-core/pull/220) -- Update seldon metrics [`#217`](https://github.com/axsaucedo/seldon-core/pull/217) -- fix oauth_port check in api-tester [`#213`](https://github.com/axsaucedo/seldon-core/pull/213) -- Add configurable timeouts for REST and gRPC [`#211`](https://github.com/axsaucedo/seldon-core/pull/211) -- Config circular bug [`#210`](https://github.com/axsaucedo/seldon-core/pull/210) -- Allow Annotations to allow customizations [`#197`](https://github.com/axsaucedo/seldon-core/pull/197) -- Update for flatbuffers python wrappers [`#205`](https://github.com/axsaucedo/seldon-core/pull/205) -- Experimental Flatbuffers based protocol for python wrapper [`#204`](https://github.com/axsaucedo/seldon-core/pull/204) -- Change wrappers to be versioned and update examples and docs [`#201`](https://github.com/axsaucedo/seldon-core/pull/201) -- Update istio example notebook [`#200`](https://github.com/axsaucedo/seldon-core/pull/200) -- Removed subtype from deployment example [`#195`](https://github.com/axsaucedo/seldon-core/pull/195) -- updated advanced graphs [`3453b36`](https://github.com/axsaucedo/seldon-core/commit/3453b36bd799b21651364490e04ca5ba368df468) -- Adding MNIST example [`043b21d`](https://github.com/axsaucedo/seldon-core/commit/043b21da96c905f792a319bc0d52695946440d95) -- add nodejs wrapper version in readme and add heading to nodejs example notebook [`04ecaa1`](https://github.com/axsaucedo/seldon-core/commit/04ecaa1d26c7caab79e2fad4b1beef9f79d4e9d6) - -#### [v0.2.2](https://github.com/axsaucedo/seldon-core/compare/v0.2.1...v0.2.2) +- Update SeldonDeployment status for lifecycle conditions [`#223`](https://github.com/SeldonIO/seldon-core/pull/223) +- Nodejs s2i wrapper for JavaScript models [`#218`](https://github.com/SeldonIO/seldon-core/pull/218) +- Update use of python wrappers to version 0.2 [`#222`](https://github.com/SeldonIO/seldon-core/pull/222) +- Support for ONNX exported models for inference [`#221`](https://github.com/SeldonIO/seldon-core/pull/221) +- Private repo build and run [`#220`](https://github.com/SeldonIO/seldon-core/pull/220) +- Update seldon metrics [`#217`](https://github.com/SeldonIO/seldon-core/pull/217) +- fix oauth_port check in api-tester [`#213`](https://github.com/SeldonIO/seldon-core/pull/213) +- Add configurable timeouts for REST and gRPC [`#211`](https://github.com/SeldonIO/seldon-core/pull/211) +- Config circular bug [`#210`](https://github.com/SeldonIO/seldon-core/pull/210) +- Allow Annotations to allow customizations [`#197`](https://github.com/SeldonIO/seldon-core/pull/197) +- Update for flatbuffers python wrappers [`#205`](https://github.com/SeldonIO/seldon-core/pull/205) +- Experimental Flatbuffers based protocol for python wrapper [`#204`](https://github.com/SeldonIO/seldon-core/pull/204) +- Change wrappers to be versioned and update examples and docs [`#201`](https://github.com/SeldonIO/seldon-core/pull/201) +- Update istio example notebook [`#200`](https://github.com/SeldonIO/seldon-core/pull/200) +- Removed subtype from deployment example [`#195`](https://github.com/SeldonIO/seldon-core/pull/195) +- updated advanced graphs [`3453b36`](https://github.com/SeldonIO/seldon-core/commit/3453b36bd799b21651364490e04ca5ba368df468) +- Adding MNIST example [`043b21d`](https://github.com/SeldonIO/seldon-core/commit/043b21da96c905f792a319bc0d52695946440d95) +- add nodejs wrapper version in readme and add heading to nodejs example notebook [`04ecaa1`](https://github.com/SeldonIO/seldon-core/commit/04ecaa1d26c7caab79e2fad4b1beef9f79d4e9d6) + +#### [v0.2.2](https://github.com/SeldonIO/seldon-core/compare/v0.2.1...v0.2.2) > 18 July 2018 -- Ksonnet update [`#191`](https://github.com/axsaucedo/seldon-core/pull/191) -- Remove ambassador role and rolebinding from helm script [`#190`](https://github.com/axsaucedo/seldon-core/pull/190) -- Update istio example [`#189`](https://github.com/axsaucedo/seldon-core/pull/189) -- Update maven goals to generate licences [`#188`](https://github.com/axsaucedo/seldon-core/pull/188) -- Fix typo [`#187`](https://github.com/axsaucedo/seldon-core/pull/187) -- Istio updates [`#186`](https://github.com/axsaucedo/seldon-core/pull/186) -- initial ksonnet update [`243ff3f`](https://github.com/axsaucedo/seldon-core/commit/243ff3fae3469f35205add8ff91b84186d4c7718) -- update istio example [`473b30a`](https://github.com/axsaucedo/seldon-core/commit/473b30a1f543145494c537384bd813a0e0cb263c) -- add ambassador to ksonnet component [`5e77f8b`](https://github.com/axsaucedo/seldon-core/commit/5e77f8b627dc61af6396f091419ec7566b00414c) +- Ksonnet update [`#191`](https://github.com/SeldonIO/seldon-core/pull/191) +- Remove ambassador role and rolebinding from helm script [`#190`](https://github.com/SeldonIO/seldon-core/pull/190) +- Update istio example [`#189`](https://github.com/SeldonIO/seldon-core/pull/189) +- Update maven goals to generate licences [`#188`](https://github.com/SeldonIO/seldon-core/pull/188) +- Fix typo [`#187`](https://github.com/SeldonIO/seldon-core/pull/187) +- Istio updates [`#186`](https://github.com/SeldonIO/seldon-core/pull/186) +- initial ksonnet update [`243ff3f`](https://github.com/SeldonIO/seldon-core/commit/243ff3fae3469f35205add8ff91b84186d4c7718) +- update istio example [`473b30a`](https://github.com/SeldonIO/seldon-core/commit/473b30a1f543145494c537384bd813a0e0cb263c) +- add ambassador to ksonnet component [`5e77f8b`](https://github.com/SeldonIO/seldon-core/commit/5e77f8b627dc61af6396f091419ec7566b00414c) -#### [v0.2.1](https://github.com/axsaucedo/seldon-core/compare/v0.2.0...v0.2.1) +#### [v0.2.1](https://github.com/SeldonIO/seldon-core/compare/v0.2.0...v0.2.1) > 9 July 2018 -- Licences generation in poms [`#185`](https://github.com/axsaucedo/seldon-core/pull/185) -- Update api testing utils to allow shape parameter [`#184`](https://github.com/axsaucedo/seldon-core/pull/184) -- Ensure ambassador names are unique in resources created [`#182`](https://github.com/axsaucedo/seldon-core/pull/182) -- Remove Application from helm chart [`#181`](https://github.com/axsaucedo/seldon-core/pull/181) -- Updated Helm Chart and auto create of CRD [`#178`](https://github.com/axsaucedo/seldon-core/pull/178) -- initial commit to create CRD on cluster manager startup [`c587b1a`](https://github.com/axsaucedo/seldon-core/commit/c587b1a0ab9b419b3d92975b0b5acfa7954088e5) -- update Helm seldon-core helm chart - yaml, use release names, rbacs updates [`48fe403`](https://github.com/axsaucedo/seldon-core/commit/48fe403cd3701fc6d7f746e225a6499850475146) -- update delete services - there is an issue with the proto client for delete API calls [`d496831`](https://github.com/axsaucedo/seldon-core/commit/d4968310850dd51dbeee4cd412e0f80ba2dc233a) +- Licences generation in poms [`#185`](https://github.com/SeldonIO/seldon-core/pull/185) +- Update api testing utils to allow shape parameter [`#184`](https://github.com/SeldonIO/seldon-core/pull/184) +- Ensure ambassador names are unique in resources created [`#182`](https://github.com/SeldonIO/seldon-core/pull/182) +- Remove Application from helm chart [`#181`](https://github.com/SeldonIO/seldon-core/pull/181) +- Updated Helm Chart and auto create of CRD [`#178`](https://github.com/SeldonIO/seldon-core/pull/178) +- initial commit to create CRD on cluster manager startup [`c587b1a`](https://github.com/SeldonIO/seldon-core/commit/c587b1a0ab9b419b3d92975b0b5acfa7954088e5) +- update Helm seldon-core helm chart - yaml, use release names, rbacs updates [`48fe403`](https://github.com/SeldonIO/seldon-core/commit/48fe403cd3701fc6d7f746e225a6499850475146) +- update delete services - there is an issue with the proto client for delete API calls [`d496831`](https://github.com/SeldonIO/seldon-core/commit/d4968310850dd51dbeee4cd412e0f80ba2dc233a) -#### [v0.2.0](https://github.com/axsaucedo/seldon-core/compare/v0.1.8...v0.2.0) +#### [v0.2.0](https://github.com/SeldonIO/seldon-core/compare/v0.1.8...v0.2.0) > 29 June 2018 -- fix crd.libsonnet error [`#177`](https://github.com/axsaucedo/seldon-core/pull/177) -- Distributed deployment and Istio [`#173`](https://github.com/axsaucedo/seldon-core/pull/173) -- initial istio canary example [`af8d087`](https://github.com/axsaucedo/seldon-core/commit/af8d087936d852c3a8847d9f434d3ae9c3edc51c) -- updated istio example for canary [`0fed1ea`](https://github.com/axsaucedo/seldon-core/commit/0fed1ea04706d144297cf03da39d3eb1530d7cad) -- updates to allow engine to use svc names for all calls [`553ea88`](https://github.com/axsaucedo/seldon-core/commit/553ea88b24e390df5ede1325dda45c7cd91526e6) +- fix crd.libsonnet error [`#177`](https://github.com/SeldonIO/seldon-core/pull/177) +- Distributed deployment and Istio [`#173`](https://github.com/SeldonIO/seldon-core/pull/173) +- initial istio canary example [`af8d087`](https://github.com/SeldonIO/seldon-core/commit/af8d087936d852c3a8847d9f434d3ae9c3edc51c) +- updated istio example for canary [`0fed1ea`](https://github.com/SeldonIO/seldon-core/commit/0fed1ea04706d144297cf03da39d3eb1530d7cad) +- updates to allow engine to use svc names for all calls [`553ea88`](https://github.com/SeldonIO/seldon-core/commit/553ea88b24e390df5ede1325dda45c7cd91526e6) -#### [v0.1.8](https://github.com/axsaucedo/seldon-core/compare/v0.1.7...v0.1.8) +#### [v0.1.8](https://github.com/SeldonIO/seldon-core/compare/v0.1.7...v0.1.8) > 27 June 2018 -- Remove java wrapper library from code base [`#172`](https://github.com/axsaucedo/seldon-core/pull/172) -- Remove nd4j and replace with oj matrix library [`#171`](https://github.com/axsaucedo/seldon-core/pull/171) -- Fix prometheus helm install [`#169`](https://github.com/axsaucedo/seldon-core/pull/169) -- Update notebooks for minikube and ambassador [`#166`](https://github.com/axsaucedo/seldon-core/pull/166) -- Release script python3 compatibility [`#163`](https://github.com/axsaucedo/seldon-core/pull/163) -- Updates to 0.1.1 wrapper. H2O fixes. [`#161`](https://github.com/axsaucedo/seldon-core/pull/161) -- add update to core.jsonnet when setting version [`#159`](https://github.com/axsaucedo/seldon-core/pull/159) -- remove java wrapper library from code base [`bd62d88`](https://github.com/axsaucedo/seldon-core/commit/bd62d8878589daa268c40c7d332613cf6431d007) -- update notebooks for minikube and ambassador [`40c7e19`](https://github.com/axsaucedo/seldon-core/commit/40c7e19b235318a1ac4c9c28f836ea5da062a9ca) -- remove PMML example [`d61291d`](https://github.com/axsaucedo/seldon-core/commit/d61291d511adb6a1d269bac9a3f72324ac026761) +- Remove java wrapper library from code base [`#172`](https://github.com/SeldonIO/seldon-core/pull/172) +- Remove nd4j and replace with oj matrix library [`#171`](https://github.com/SeldonIO/seldon-core/pull/171) +- Fix prometheus helm install [`#169`](https://github.com/SeldonIO/seldon-core/pull/169) +- Update notebooks for minikube and ambassador [`#166`](https://github.com/SeldonIO/seldon-core/pull/166) +- Release script python3 compatibility [`#163`](https://github.com/SeldonIO/seldon-core/pull/163) +- Updates to 0.1.1 wrapper. H2O fixes. [`#161`](https://github.com/SeldonIO/seldon-core/pull/161) +- add update to core.jsonnet when setting version [`#159`](https://github.com/SeldonIO/seldon-core/pull/159) +- remove java wrapper library from code base [`bd62d88`](https://github.com/SeldonIO/seldon-core/commit/bd62d8878589daa268c40c7d332613cf6431d007) +- update notebooks for minikube and ambassador [`40c7e19`](https://github.com/SeldonIO/seldon-core/commit/40c7e19b235318a1ac4c9c28f836ea5da062a9ca) +- remove PMML example [`d61291d`](https://github.com/SeldonIO/seldon-core/commit/d61291d511adb6a1d269bac9a3f72324ac026761) -#### [v0.1.7](https://github.com/axsaucedo/seldon-core/compare/v0.1.6...v0.1.7) +#### [v0.1.7](https://github.com/SeldonIO/seldon-core/compare/v0.1.6...v0.1.7) > 4 June 2018 -- Add install guide [`#156`](https://github.com/axsaucedo/seldon-core/pull/156) -- WIP : PySpark and PMML example [`#155`](https://github.com/axsaucedo/seldon-core/pull/155) -- Fix gRPC tests for wrappers and update sklearn iris example to show use [`#150`](https://github.com/axsaucedo/seldon-core/pull/150) -- Minikube RBAC updates and Notebooks for Model examples [`#147`](https://github.com/axsaucedo/seldon-core/pull/147) -- change ClusterRoleBinding to RoleBinding [`#146`](https://github.com/axsaucedo/seldon-core/pull/146) -- Java wrappers [`#138`](https://github.com/axsaucedo/seldon-core/pull/138) -- MNIST loadtest [`#143`](https://github.com/axsaucedo/seldon-core/pull/143) -- Openshift article on using s2i in seldon-core [`#140`](https://github.com/axsaucedo/seldon-core/pull/140) -- add notebook for azure demo [`#135`](https://github.com/axsaucedo/seldon-core/pull/135) -- update ksonnet defaults to 0.1.6 [`#131`](https://github.com/axsaucedo/seldon-core/pull/131) -- Typos fix [`#128`](https://github.com/axsaucedo/seldon-core/pull/128) -- initial PySpark PMML Example including updates to wrappers [`db6636b`](https://github.com/axsaucedo/seldon-core/commit/db6636bc42fdb8efb269c3b1a52aed9cba344489) -- update models with notebook [`ee8c7f8`](https://github.com/axsaucedo/seldon-core/commit/ee8c7f87681ca2885b8450501bb262dae111a70f) -- initial java wrappers implementation [`34d1a27`](https://github.com/axsaucedo/seldon-core/commit/34d1a2787bdc99d1905190a26617397fc0f3e0f4) - -#### [v0.1.6](https://github.com/axsaucedo/seldon-core/compare/v0.1.5...v0.1.6) +- Add install guide [`#156`](https://github.com/SeldonIO/seldon-core/pull/156) +- WIP : PySpark and PMML example [`#155`](https://github.com/SeldonIO/seldon-core/pull/155) +- Fix gRPC tests for wrappers and update sklearn iris example to show use [`#150`](https://github.com/SeldonIO/seldon-core/pull/150) +- Minikube RBAC updates and Notebooks for Model examples [`#147`](https://github.com/SeldonIO/seldon-core/pull/147) +- change ClusterRoleBinding to RoleBinding [`#146`](https://github.com/SeldonIO/seldon-core/pull/146) +- Java wrappers [`#138`](https://github.com/SeldonIO/seldon-core/pull/138) +- MNIST loadtest [`#143`](https://github.com/SeldonIO/seldon-core/pull/143) +- Openshift article on using s2i in seldon-core [`#140`](https://github.com/SeldonIO/seldon-core/pull/140) +- add notebook for azure demo [`#135`](https://github.com/SeldonIO/seldon-core/pull/135) +- update ksonnet defaults to 0.1.6 [`#131`](https://github.com/SeldonIO/seldon-core/pull/131) +- Typos fix [`#128`](https://github.com/SeldonIO/seldon-core/pull/128) +- initial PySpark PMML Example including updates to wrappers [`db6636b`](https://github.com/SeldonIO/seldon-core/commit/db6636bc42fdb8efb269c3b1a52aed9cba344489) +- update models with notebook [`ee8c7f8`](https://github.com/SeldonIO/seldon-core/commit/ee8c7f87681ca2885b8450501bb262dae111a70f) +- initial java wrappers implementation [`34d1a27`](https://github.com/SeldonIO/seldon-core/commit/34d1a2787bdc99d1905190a26617397fc0f3e0f4) + +#### [v0.1.6](https://github.com/SeldonIO/seldon-core/compare/v0.1.5...v0.1.6) > 29 March 2018 -- Fix parsing of image version in engine [`#119`](https://github.com/axsaucedo/seldon-core/pull/119) -- Rbac fixes [`#127`](https://github.com/axsaucedo/seldon-core/pull/127) -- R wrappers [`#124`](https://github.com/axsaucedo/seldon-core/pull/124) -- Anonymous usage metrics collection [`#125`](https://github.com/axsaucedo/seldon-core/pull/125) -- S2i examples [`#118`](https://github.com/axsaucedo/seldon-core/pull/118) -- S2i integration [`#115`](https://github.com/axsaucedo/seldon-core/pull/115) -- change benchmark notebook name [`#111`](https://github.com/axsaucedo/seldon-core/pull/111) -- Benchmarking seldon-core [`#110`](https://github.com/axsaucedo/seldon-core/pull/110) -- 55 outlier detection [`#105`](https://github.com/axsaucedo/seldon-core/pull/105) -- Made notebooks compatible with python 3 [`#102`](https://github.com/axsaucedo/seldon-core/pull/102) -- Removed draft notebook, added tests notebook, added requirements.txt [`d8f086b`](https://github.com/axsaucedo/seldon-core/commit/d8f086b5e3b239cbae43ebb843f662b9c9ee36a6) -- Finalised online mahalanobis distance [`c720a36`](https://github.com/axsaucedo/seldon-core/commit/c720a36fdadd0f2d8c012b788b3d39fec1bd0dfa) -- updates for docs and accidentaly notebook change [`6db1af0`](https://github.com/axsaucedo/seldon-core/commit/6db1af0490987427689241ee64ed4d5a69a42d10) - -#### [v0.1.5](https://github.com/axsaucedo/seldon-core/compare/v0.1.4...v0.1.5) +- Fix parsing of image version in engine [`#119`](https://github.com/SeldonIO/seldon-core/pull/119) +- Rbac fixes [`#127`](https://github.com/SeldonIO/seldon-core/pull/127) +- R wrappers [`#124`](https://github.com/SeldonIO/seldon-core/pull/124) +- Anonymous usage metrics collection [`#125`](https://github.com/SeldonIO/seldon-core/pull/125) +- S2i examples [`#118`](https://github.com/SeldonIO/seldon-core/pull/118) +- S2i integration [`#115`](https://github.com/SeldonIO/seldon-core/pull/115) +- change benchmark notebook name [`#111`](https://github.com/SeldonIO/seldon-core/pull/111) +- Benchmarking seldon-core [`#110`](https://github.com/SeldonIO/seldon-core/pull/110) +- 55 outlier detection [`#105`](https://github.com/SeldonIO/seldon-core/pull/105) +- Made notebooks compatible with python 3 [`#102`](https://github.com/SeldonIO/seldon-core/pull/102) +- Removed draft notebook, added tests notebook, added requirements.txt [`d8f086b`](https://github.com/SeldonIO/seldon-core/commit/d8f086b5e3b239cbae43ebb843f662b9c9ee36a6) +- Finalised online mahalanobis distance [`c720a36`](https://github.com/SeldonIO/seldon-core/commit/c720a36fdadd0f2d8c012b788b3d39fec1bd0dfa) +- updates for docs and accidentaly notebook change [`6db1af0`](https://github.com/SeldonIO/seldon-core/commit/6db1af0490987427689241ee64ed4d5a69a42d10) + +#### [v0.1.5](https://github.com/SeldonIO/seldon-core/compare/v0.1.4...v0.1.5) > 19 February 2018 -- ksonnet updates for namespaces and RBAC [`#98`](https://github.com/axsaucedo/seldon-core/pull/98) -- Handle namespaced deployments [`#97`](https://github.com/axsaucedo/seldon-core/pull/97) -- 88 python 3 compatibility [`#94`](https://github.com/axsaucedo/seldon-core/pull/94) -- Maximophone 88 python 3 compatibility [`#1`](https://github.com/axsaucedo/seldon-core/pull/1) -- allow apife to be optional in helm install [`#93`](https://github.com/axsaucedo/seldon-core/pull/93) -- remove redundant assignment [`#87`](https://github.com/axsaucedo/seldon-core/pull/87) -- clean jupyter notebooks [`e07c4f7`](https://github.com/axsaucedo/seldon-core/commit/e07c4f7cd95f30847fb33d3ca8330723c565f991) -- test all notebooks [`b36ac62`](https://github.com/axsaucedo/seldon-core/commit/b36ac62419a14c5db99d003f88ff7fc9de92c4f2) -- Changes for minikube demo in seldon namespace [`c1cdf75`](https://github.com/axsaucedo/seldon-core/commit/c1cdf7539e7ab89c1a438a26b0277be4aa007a68) +- ksonnet updates for namespaces and RBAC [`#98`](https://github.com/SeldonIO/seldon-core/pull/98) +- Handle namespaced deployments [`#97`](https://github.com/SeldonIO/seldon-core/pull/97) +- 88 python 3 compatibility [`#94`](https://github.com/SeldonIO/seldon-core/pull/94) +- Maximophone 88 python 3 compatibility [`#1`](https://github.com/SeldonIO/seldon-core/pull/1) +- allow apife to be optional in helm install [`#93`](https://github.com/SeldonIO/seldon-core/pull/93) +- remove redundant assignment [`#87`](https://github.com/SeldonIO/seldon-core/pull/87) +- clean jupyter notebooks [`e07c4f7`](https://github.com/SeldonIO/seldon-core/commit/e07c4f7cd95f30847fb33d3ca8330723c565f991) +- test all notebooks [`b36ac62`](https://github.com/SeldonIO/seldon-core/commit/b36ac62419a14c5db99d003f88ff7fc9de92c4f2) +- Changes for minikube demo in seldon namespace [`c1cdf75`](https://github.com/SeldonIO/seldon-core/commit/c1cdf7539e7ab89c1a438a26b0277be4aa007a68) -#### [v0.1.4](https://github.com/axsaucedo/seldon-core/compare/v0.1.3...v0.1.4) +#### [v0.1.4](https://github.com/SeldonIO/seldon-core/compare/v0.1.3...v0.1.4) > 5 February 2018 -- ksonnet notebook with Ambassador [`#81`](https://github.com/axsaucedo/seldon-core/pull/81) -- 54 epsilon greedy [`#78`](https://github.com/axsaucedo/seldon-core/pull/78) -- Ksonnet - initial integration [`#79`](https://github.com/axsaucedo/seldon-core/pull/79) -- Release v0.1.2 prep [`#66`](https://github.com/axsaucedo/seldon-core/pull/66) -- updates into Release 0.1 [`#63`](https://github.com/axsaucedo/seldon-core/pull/63) -- initial ksonnet files [`9274d47`](https://github.com/axsaucedo/seldon-core/commit/9274d4752a48926b44cdd215364fd9ed5a09cc81) -- further ksonnet integration - factored out the raw json [`72f900a`](https://github.com/axsaucedo/seldon-core/commit/72f900a300eefdf7697879a947742ac35692d5b2) -- Updated epsilon greedy notebook. Added documentation, added epsilon parameter in json deployment [`b4037ba`](https://github.com/axsaucedo/seldon-core/commit/b4037ba11ceb1a3354dfca0aab228561185d97b4) +- ksonnet notebook with Ambassador [`#81`](https://github.com/SeldonIO/seldon-core/pull/81) +- 54 epsilon greedy [`#78`](https://github.com/SeldonIO/seldon-core/pull/78) +- Ksonnet - initial integration [`#79`](https://github.com/SeldonIO/seldon-core/pull/79) +- Release v0.1.2 prep [`#66`](https://github.com/SeldonIO/seldon-core/pull/66) +- updates into Release 0.1 [`#63`](https://github.com/SeldonIO/seldon-core/pull/63) +- initial ksonnet files [`9274d47`](https://github.com/SeldonIO/seldon-core/commit/9274d4752a48926b44cdd215364fd9ed5a09cc81) +- further ksonnet integration - factored out the raw json [`72f900a`](https://github.com/SeldonIO/seldon-core/commit/72f900a300eefdf7697879a947742ac35692d5b2) +- Updated epsilon greedy notebook. Added documentation, added epsilon parameter in json deployment [`b4037ba`](https://github.com/SeldonIO/seldon-core/commit/b4037ba11ceb1a3354dfca0aab228561185d97b4) -#### [v0.1.3](https://github.com/axsaucedo/seldon-core/compare/v0.1.2...v0.1.3) +#### [v0.1.3](https://github.com/SeldonIO/seldon-core/compare/v0.1.2...v0.1.3) > 26 January 2018 -- Split Helm scripts into 3 - core, analytics and kafka [`#75`](https://github.com/axsaucedo/seldon-core/pull/75) -- 57 wrapping auto docs [`#68`](https://github.com/axsaucedo/seldon-core/pull/68) -- add engine resources to proto and modify cluster manager [`#72`](https://github.com/axsaucedo/seldon-core/pull/72) -- Release 0.1 branch merge [`#22`](https://github.com/axsaucedo/seldon-core/pull/22) -- split helm notebooks into three core,analytics and kafka [`f362d80`](https://github.com/axsaucedo/seldon-core/commit/f362d805676e24ce21176fe332f0483e5bfb4c4e) -- revery kubectl demo notebook [`02d29cb`](https://github.com/axsaucedo/seldon-core/commit/02d29cbeb0824e2036acb0597e5569b065fdae8c) -- Updated python wrappers for autodocumentation. A readme file is generated when wrapping and all wrapping arguments are added as labels in the dockerfile [`be912e4`](https://github.com/axsaucedo/seldon-core/commit/be912e44bbba1e8e5fcc41b78e4119c7a729070a) +- Split Helm scripts into 3 - core, analytics and kafka [`#75`](https://github.com/SeldonIO/seldon-core/pull/75) +- 57 wrapping auto docs [`#68`](https://github.com/SeldonIO/seldon-core/pull/68) +- add engine resources to proto and modify cluster manager [`#72`](https://github.com/SeldonIO/seldon-core/pull/72) +- Release 0.1 branch merge [`#22`](https://github.com/SeldonIO/seldon-core/pull/22) +- split helm notebooks into three core,analytics and kafka [`f362d80`](https://github.com/SeldonIO/seldon-core/commit/f362d805676e24ce21176fe332f0483e5bfb4c4e) +- revery kubectl demo notebook [`02d29cb`](https://github.com/SeldonIO/seldon-core/commit/02d29cbeb0824e2036acb0597e5569b065fdae8c) +- Updated python wrappers for autodocumentation. A readme file is generated when wrapping and all wrapping arguments are added as labels in the dockerfile [`be912e4`](https://github.com/SeldonIO/seldon-core/commit/be912e44bbba1e8e5fcc41b78e4119c7a729070a) -#### [v0.1.2](https://github.com/axsaucedo/seldon-core/compare/v0.1.1...v0.1.2) +#### [v0.1.2](https://github.com/SeldonIO/seldon-core/compare/v0.1.1...v0.1.2) > 23 January 2018 -- Complex graphs [`#61`](https://github.com/axsaucedo/seldon-core/pull/61) -- add travis build status [`#64`](https://github.com/axsaucedo/seldon-core/pull/64) -- add current release branch to travis builds [`#62`](https://github.com/axsaucedo/seldon-core/pull/62) -- change validation to handle no method check [`#60`](https://github.com/axsaucedo/seldon-core/pull/60) -- update Quantity processing to allow non strings and catch exceptions in parsing protos [`#53`](https://github.com/axsaucedo/seldon-core/pull/53) -- Dockerize the entier wrapping process of building sklearn_iris example [`#51`](https://github.com/axsaucedo/seldon-core/pull/51) -- travis builds updated to use core-builder:0.2 [`#49`](https://github.com/axsaucedo/seldon-core/pull/49) -- use core-builder container for release script [`#46`](https://github.com/axsaucedo/seldon-core/pull/46) -- add dependencies for the release script [`#44`](https://github.com/axsaucedo/seldon-core/pull/44) -- Fixed json deployment [`#42`](https://github.com/axsaucedo/seldon-core/pull/42) -- Updating minikube get started for newest version of the wrappers [`#41`](https://github.com/axsaucedo/seldon-core/pull/41) -- helm yaml files updated for release script usage [`#39`](https://github.com/axsaucedo/seldon-core/pull/39) -- release script code [`#38`](https://github.com/axsaucedo/seldon-core/pull/38) -- Update to python wrapping: put the build and push docker image comman… [`#36`](https://github.com/axsaucedo/seldon-core/pull/36) -- 17 wrappers docs [`#37`](https://github.com/axsaucedo/seldon-core/pull/37) -- seldon-core-examples repo added to main project [`#34`](https://github.com/axsaucedo/seldon-core/pull/34) -- add CI/CD docs [`#32`](https://github.com/axsaucedo/seldon-core/pull/32) -- Travis update [`#31`](https://github.com/axsaucedo/seldon-core/pull/31) -- Update docs crd [`#29`](https://github.com/axsaucedo/seldon-core/pull/29) -- 17 wrappers update [`#27`](https://github.com/axsaucedo/seldon-core/pull/27) -- 17 wrappers docs [`#28`](https://github.com/axsaucedo/seldon-core/pull/28) -- Created new complex deployment examples, created new notebook advanced_graphs, created visualizer tool for displaying graphs [`ee76cde`](https://github.com/axsaucedo/seldon-core/commit/ee76cded72876da876ae5c1e7866b36b331b22cd) -- Fixed bug in complex graph json example. Added complex graph without canary and outlier detector examples [`9e1653e`](https://github.com/axsaucedo/seldon-core/commit/9e1653e8097c4c53ffa440e637820016cd013d0c) -- Updated example resources for advanced graphs, Added explanations on complex graphs notebook [`679b2dd`](https://github.com/axsaucedo/seldon-core/commit/679b2dd1475aa83f65483e1b724a026fe2abd7af) - -#### [v0.1.1](https://github.com/axsaucedo/seldon-core/compare/v0.1.0...v0.1.1) +- Complex graphs [`#61`](https://github.com/SeldonIO/seldon-core/pull/61) +- add travis build status [`#64`](https://github.com/SeldonIO/seldon-core/pull/64) +- add current release branch to travis builds [`#62`](https://github.com/SeldonIO/seldon-core/pull/62) +- change validation to handle no method check [`#60`](https://github.com/SeldonIO/seldon-core/pull/60) +- update Quantity processing to allow non strings and catch exceptions in parsing protos [`#53`](https://github.com/SeldonIO/seldon-core/pull/53) +- Dockerize the entier wrapping process of building sklearn_iris example [`#51`](https://github.com/SeldonIO/seldon-core/pull/51) +- travis builds updated to use core-builder:0.2 [`#49`](https://github.com/SeldonIO/seldon-core/pull/49) +- use core-builder container for release script [`#46`](https://github.com/SeldonIO/seldon-core/pull/46) +- add dependencies for the release script [`#44`](https://github.com/SeldonIO/seldon-core/pull/44) +- Fixed json deployment [`#42`](https://github.com/SeldonIO/seldon-core/pull/42) +- Updating minikube get started for newest version of the wrappers [`#41`](https://github.com/SeldonIO/seldon-core/pull/41) +- helm yaml files updated for release script usage [`#39`](https://github.com/SeldonIO/seldon-core/pull/39) +- release script code [`#38`](https://github.com/SeldonIO/seldon-core/pull/38) +- Update to python wrapping: put the build and push docker image comman… [`#36`](https://github.com/SeldonIO/seldon-core/pull/36) +- 17 wrappers docs [`#37`](https://github.com/SeldonIO/seldon-core/pull/37) +- seldon-core-examples repo added to main project [`#34`](https://github.com/SeldonIO/seldon-core/pull/34) +- add CI/CD docs [`#32`](https://github.com/SeldonIO/seldon-core/pull/32) +- Travis update [`#31`](https://github.com/SeldonIO/seldon-core/pull/31) +- Update docs crd [`#29`](https://github.com/SeldonIO/seldon-core/pull/29) +- 17 wrappers update [`#27`](https://github.com/SeldonIO/seldon-core/pull/27) +- 17 wrappers docs [`#28`](https://github.com/SeldonIO/seldon-core/pull/28) +- Created new complex deployment examples, created new notebook advanced_graphs, created visualizer tool for displaying graphs [`ee76cde`](https://github.com/SeldonIO/seldon-core/commit/ee76cded72876da876ae5c1e7866b36b331b22cd) +- Fixed bug in complex graph json example. Added complex graph without canary and outlier detector examples [`9e1653e`](https://github.com/SeldonIO/seldon-core/commit/9e1653e8097c4c53ffa440e637820016cd013d0c) +- Updated example resources for advanced graphs, Added explanations on complex graphs notebook [`679b2dd`](https://github.com/SeldonIO/seldon-core/commit/679b2dd1475aa83f65483e1b724a026fe2abd7af) + +#### [v0.1.1](https://github.com/SeldonIO/seldon-core/compare/v0.1.0...v0.1.1) > 10 January 2018 -- Release 0.1 branch merge [`#22`](https://github.com/axsaucedo/seldon-core/pull/22) -- version 0.1.1 prep [`#21`](https://github.com/axsaucedo/seldon-core/pull/21) -- Health checks grpc [`#19`](https://github.com/axsaucedo/seldon-core/pull/19) -- ci updates [`#18`](https://github.com/axsaucedo/seldon-core/pull/18) -- 5 fix average combiner [`#14`](https://github.com/axsaucedo/seldon-core/pull/14) -- Create CODE_OF_CONDUCT.md [`#12`](https://github.com/axsaucedo/seldon-core/pull/12) -- change helm install to use local helm chart [`c81def3`](https://github.com/axsaucedo/seldon-core/commit/c81def336964f0844a8ab83095b9af4b8a60824a) -- add RBAC serviceaccount [`6f5199b`](https://github.com/axsaucedo/seldon-core/commit/6f5199b2997bdaee42fe797313aa1b1385a0946e) -- ensure grpc channels updated on deployment add/remove [`bc170b5`](https://github.com/axsaucedo/seldon-core/commit/bc170b51668f972267b876b2061fcf4ce90a52d5) +- Release 0.1 branch merge [`#22`](https://github.com/SeldonIO/seldon-core/pull/22) +- version 0.1.1 prep [`#21`](https://github.com/SeldonIO/seldon-core/pull/21) +- Health checks grpc [`#19`](https://github.com/SeldonIO/seldon-core/pull/19) +- ci updates [`#18`](https://github.com/SeldonIO/seldon-core/pull/18) +- 5 fix average combiner [`#14`](https://github.com/SeldonIO/seldon-core/pull/14) +- Create CODE_OF_CONDUCT.md [`#12`](https://github.com/SeldonIO/seldon-core/pull/12) +- change helm install to use local helm chart [`c81def3`](https://github.com/SeldonIO/seldon-core/commit/c81def336964f0844a8ab83095b9af4b8a60824a) +- add RBAC serviceaccount [`6f5199b`](https://github.com/SeldonIO/seldon-core/commit/6f5199b2997bdaee42fe797313aa1b1385a0946e) +- ensure grpc channels updated on deployment add/remove [`bc170b5`](https://github.com/SeldonIO/seldon-core/commit/bc170b51668f972267b876b2061fcf4ce90a52d5) #### v0.1.0 > 3 January 2018 -- Refactored metadata pipeline, refactored outlier detection unit, created new… [`#10`](https://github.com/axsaucedo/seldon-core/pull/10) -- Resolve "Expose API as gRPC from api frontend" [`#12`](https://github.com/axsaucedo/seldon-core/pull/12) -- Resolve "Documentation creation for protobufs" [`#11`](https://github.com/axsaucedo/seldon-core/pull/11) -- Resolve "Implement transformers" [`#8`](https://github.com/axsaucedo/seldon-core/pull/8) -- Resolve "Review protobufs for deployments to be aligned with k8s types" [`#7`](https://github.com/axsaucedo/seldon-core/pull/7) -- Resolve "Refactor engine to accomodate new deployment protos" [`#5`](https://github.com/axsaucedo/seldon-core/pull/5) -- Resolve "Implement Prediction Proto v0.2" [`#4`](https://github.com/axsaucedo/seldon-core/pull/4) -- Resolve "Make engine errors more explicit" [`#3`](https://github.com/axsaucedo/seldon-core/pull/3) -- Merge branch '41-engine_metadata' into 'master' [`#41`](https://github.com/axsaucedo/seldon-core/issues/41) -- Merge branch '43-expose-api-as-grpc-from-api-frontend' into 'master' [`#43`](https://github.com/axsaucedo/seldon-core/issues/43) -- Merge branch '22-documentation-creation-for-protobufs' into 'master' [`#22`](https://github.com/axsaucedo/seldon-core/issues/22) -- Merge branch '33-transformers' into 'master' [`#33`](https://github.com/axsaucedo/seldon-core/issues/33) -- Merge branch '19-protobuf-review' into 'master' [`#19`](https://github.com/axsaucedo/seldon-core/issues/19) -- Merge branch '30-refactor_engine_deployment_proto' into 'master' [`#30`](https://github.com/axsaucedo/seldon-core/issues/30) -- Merge branch '28-prediction_proto_update' into 'master' [`#28`](https://github.com/axsaucedo/seldon-core/issues/28) -- Merge branch '13-engine_errors_handling' into 'master' [`#13`](https://github.com/axsaucedo/seldon-core/issues/13) -- change docs to basic markdown [`91f015a`](https://github.com/axsaucedo/seldon-core/commit/91f015a4bae5ab0b69bf66f76710f564eb76e044) -- add docdock theme [`2b06918`](https://github.com/axsaucedo/seldon-core/commit/2b06918122dcfa2968d4e7a467103dc204e69910) -- initial hugo docs test [`822211a`](https://github.com/axsaucedo/seldon-core/commit/822211ae28edb9472a2d3d0663c06f80cba6b7c4) +- Refactored metadata pipeline, refactored outlier detection unit, created new… [`#10`](https://github.com/SeldonIO/seldon-core/pull/10) +- Resolve "Expose API as gRPC from api frontend" [`#12`](https://github.com/SeldonIO/seldon-core/pull/12) +- Resolve "Documentation creation for protobufs" [`#11`](https://github.com/SeldonIO/seldon-core/pull/11) +- Resolve "Implement transformers" [`#8`](https://github.com/SeldonIO/seldon-core/pull/8) +- Resolve "Review protobufs for deployments to be aligned with k8s types" [`#7`](https://github.com/SeldonIO/seldon-core/pull/7) +- Resolve "Refactor engine to accomodate new deployment protos" [`#5`](https://github.com/SeldonIO/seldon-core/pull/5) +- Resolve "Implement Prediction Proto v0.2" [`#4`](https://github.com/SeldonIO/seldon-core/pull/4) +- Resolve "Make engine errors more explicit" [`#3`](https://github.com/SeldonIO/seldon-core/pull/3) +- Merge branch '41-engine_metadata' into 'master' [`#41`](https://github.com/SeldonIO/seldon-core/issues/41) +- Merge branch '43-expose-api-as-grpc-from-api-frontend' into 'master' [`#43`](https://github.com/SeldonIO/seldon-core/issues/43) +- Merge branch '22-documentation-creation-for-protobufs' into 'master' [`#22`](https://github.com/SeldonIO/seldon-core/issues/22) +- Merge branch '33-transformers' into 'master' [`#33`](https://github.com/SeldonIO/seldon-core/issues/33) +- Merge branch '19-protobuf-review' into 'master' [`#19`](https://github.com/SeldonIO/seldon-core/issues/19) +- Merge branch '30-refactor_engine_deployment_proto' into 'master' [`#30`](https://github.com/SeldonIO/seldon-core/issues/30) +- Merge branch '28-prediction_proto_update' into 'master' [`#28`](https://github.com/SeldonIO/seldon-core/issues/28) +- Merge branch '13-engine_errors_handling' into 'master' [`#13`](https://github.com/SeldonIO/seldon-core/issues/13) +- change docs to basic markdown [`91f015a`](https://github.com/SeldonIO/seldon-core/commit/91f015a4bae5ab0b69bf66f76710f564eb76e044) +- add docdock theme [`2b06918`](https://github.com/SeldonIO/seldon-core/commit/2b06918122dcfa2968d4e7a467103dc204e69910) +- initial hugo docs test [`822211a`](https://github.com/SeldonIO/seldon-core/commit/822211ae28edb9472a2d3d0663c06f80cba6b7c4)