v1.2.1
Changelog
v1.2.1 (2020-07-01)
Fixed bugs:
- upgrading from 1.1 to 1.2 with existing sdep leads to volume mount error #2017
- Seldon Operator automatic update from v1.1.0 to v1.2.0 causes seldondeployment failures #2009
- Changing predictor.replicas causes all deployment pods to be replaced #2008
- requests per second from seldon_api_executor_cient_requests_count not right? #2004
- Cannot connect to metrics port 6000 for custom models wrapped with s2i. #1988
- Helm switch rbac.create=false does not fully work #1982
- serviceAccount.name not used in Helm chart templates #1977
- executor service not targeting to executor #1975
- Issue in "seldon-container-engine" with MLFLOW_SERVER #1922
- Permission denied while reading ./openapi/seldon.json in seldon-container-engine #1855
- Allow custom pip dependencies in MLFLOW_SERVER #1547
- Stop integration tests if setup fails #1417
Closed issues:
- upgrading notes for 1.2.1 #2051
- Dependabot can't resolve your Go dependency files #2003
- Set executor port from model deployment file #1974
- Readiness probe failed seldon-container-engine while deploying the pipeline #1963
- Potential dependency conflicts between seldon-core and opentracing #1867
- Add documentation that explains how to configure the named port #1853
- Built-in header based routing #1739
- Update release process #1732
- Include prepackeged servers in GA and version using version.txt #1726
- Can't create resources under v1.18 #1678
- Use zap.New instead of zap.Logger #1657
- Wrong package for YAML #1609
- Batch Processing Exploration for Seldon Core #1413
- Offline Batch Integration #1391
- Add Health and Status endpoints to grpc spec #1387
Merged pull requests:
- upgrading to 1.2.1 #2052 (ryandawsonuk)
- fix notebook server_examples to not fail on MLFlow server #2050 (RafalSkolasinski)
- fix typo in upgrading #2035 (cliveseldon)
- Fix version of sphinx #2025 (cliveseldon)
- Example and script to patch the bug when upgrading 1.1 to 1.2 #2021 (axsaucedo)
- volume mount names upgrade fix #2019 (ryandawsonuk)
- Allow predictor replica changes to not cause rolling update #2016 (cliveseldon)
- Fix for ensuring old clusterwide webhook is deleted #2013 (cliveseldon)
- Use correct YAML package #2010 (adriangonz)
- Update requirements.txt and readme file for KerasSpamClassifier #2002 (maorlipchuk)
- Bump github.com/prometheus/common from 0.7.0 to 0.10.0 in /executor #2001 (dependabot-preview[bot])
- Bump google.golang.org/grpc from 1.28.0 to 1.29.1 in /executor #2000 (dependabot-preview[bot])
- Bump github.com/golang/protobuf from 1.3.5 to 1.4.2 in /executor #1998 (dependabot-preview[bot])
- Bump github.com/gorilla/mux from 1.7.3 to 1.7.4 in /executor #1997 (dependabot-preview[bot])
- Redhat v1.2.0 #1996 (cliveseldon)
- Add executor to dependabot #1984 (adriangonz)
- Update seldon-core-operator Helm to fix bugs #1983 (cliveseldon)
- Switch on executor enabled for service ports #1981 (glindsell)
- Updating master for v1.2.1-dev #1979 (RafalSkolasinski)
- Updating master for v1.2.1-rc #1978 (axsaucedo)
- Added CORS headers to enable Front-End inputs on Go Engine #1952 (ericandrewmeadows)
- Support custom pip environment in MLFLOW_SERVER #1929 (ttapjinda)