Primary Site v0.0.77
This primary site release changes the name of the stream-server
to query-server
. It contains breaking changes, read the changelog to see if manual intervention is required for your deployment.
Changed
- The
stream-server
container image has been renamed toquery-server
. New images will no longer be published under thestream-server
name. - the
streamService
values namespace has been renamed toqueryService
. Values defined in the legacystreamService
namespace will continue to work.streamService
values override default values defined in thequeryService
namespace before templating. - breaking The
stream-service
application and deployment are removed, and replaced with anquery-service
deployment. Any auto-scaler which uses thestream-service
deployment name as ascaleTargetRef
will no longer have any effect. To upgrade safely:- Add a new autoscaler that targets the
query-service
deployment. - Upgrade and test your deployment.
- Schedule a date in the future to remove the old autoscaler. After removing the old autoscaler, this chart should not be rolled back past this version.
- Add a new autoscaler that targets the
- The
stream
Kubernetes service is duplicated with the namequery
. New deployments should set up ingress to thequery
service, but thestream
service remains for backwards compatibility.