Releases: Hydrospheredata/hydro-serving-manager
Releases · Hydrospheredata/hydro-serving-manager
3.0.3
3.0.2
Releasing serving-manager:3.0.2
3.0.1
What's Changed
- build: base image, workdir, apk-tools upgrade by @rufusnufus in #109
- build: upgrade libcrypto1.1, libssl1.1, openssl by @rufusnufus in #110
- build: downgrade base image by @akastav in #111
- fix: make combined fetcher safe. fix tests by @KineticCookie in #114
- build: upgrade packages by @rufusnufus in #112
New Contributors
- @rufusnufus made their first contribution in #109
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Chore/app servable metadata by @KineticCookie in #68
- Make k8s services for servables headless by @tidylobster in #69
- bump threshold to 15sec by @akastav in #70
- Chore/bump 2.13.3 by @Vixtir in #71
- Feature/default depconf by @KineticCookie in #72
- remove spray by @Vixtir in #73
- Add Meta for instant <=> timestamp by @Vixtir in #74
- Fix/psql convertions by @Vixtir in #77
- Change old model version's signature value to new, without predict by @Vixtir in #78
- Rewrite docker image reference parsing by @tidylobster in #80
- chore: add migrations for signatures by @Vixtir in #79
- feature: add migration tool for reviving application contract by @Vixtir in #81
- Configuration and start.sh rework by @KineticCookie in #82
- Fix toProto function from contract by @Vixtir in #84
- Fix/depconf ref by @KineticCookie in #83
- Monitoring servables by @Vixtir in #86
- fix: changing servable status by @Vixtir in #87
- fix: status changing by @Vixtir in #89
- fix: increase skuber's event stream's bufsize by @Vixtir in #90
- Fix model metadata parsing by @KineticCookie in #92
- HikariCP configurations + JMX bean by @KineticCookie in #94
- Add stacktrace to JSON parser by @KineticCookie in #97
- fix: use explicit ModelVersion encoding, because of ADT by @Vixtir in #96
- feature: use ModelVersion's id instead of full ModelVersion structure… by @Vixtir in #95
- Servables state by @Vixtir in #93
- Implement support for healthcheck events and fix 'create' status handling by @KineticCookie in #99
- switch ci to actions by @akastav in #100
- ci: update actions by @akastav in #102
- fix: servable monitoring by @Vixtir in #103
- fix: change host replacing logic by @Vixtir in #105
- ci: add restore docker cache and fetch depth 0 by @akastav in #107
- readme: add more info by @KineticCookie in #106
- fix: handle clouddriver error in servable service by @KineticCookie in #108
New Contributors
- @tidylobster made their first contribution in #69
- @Vixtir made their first contribution in #71
Full Changelog: 2.4.0...3.0.0
2.4.0
What's Changed
- Application and Servable deployment configuration by @KineticCookie in #42
- Fix/app migration by @KineticCookie in #48
- Fix swagger crash due to invalid class name by @KineticCookie in #49
- Add depconf fields to views. Remove swagger generator, use swagger.json by @KineticCookie in #50
- Add monitoring servables removal by @KineticCookie in #47
- Move implicit format and add more exception info by @KineticCookie in #51
- Fix depconf for servable by @KineticCookie in #52
- Fix/servable depconf db by @KineticCookie in #54
- Depconf for metricspecs and Application metricspec check by @KineticCookie in #55
- DepConf: Change resource limits and requests to Map by @KineticCookie in #56
- Add kind to hpa target by @KineticCookie in #57
- Feature/grpc lb support by @KineticCookie in #59
- Handle app errors so graph is correctly populated with servables by @KineticCookie in #60
- Move Publishers into corresponding repositories. by @KineticCookie in #61
- Batch Size Configuration into Manager by @techkuz in #45
- FIX: Add default MC instances by @techkuz in #63
- Environment variables for Deployment Configuration by @KineticCookie in #58
- Metadata is not saved when creating an Application by @KineticCookie in #43
- Rename batchSize by @techkuz in #65
- 2.4.0 preparations by @KineticCookie in #67
- Add dep conf events by @KineticCookie in #66
New Contributors
Full Changelog: 2.3.0...2.4.0
2.1.0
- Servable API
- Model build/Model runtime logs API
- Bugfixes