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-servercontainer image has been renamed toquery-server. New images will no longer be published under thestream-servername. - the
streamServicevalues namespace has been renamed toqueryService. Values defined in the legacystreamServicenamespace will continue to work.streamServicevalues override default values defined in thequeryServicenamespace before templating. - breaking The
stream-serviceapplication and deployment are removed, and replaced with anquery-servicedeployment. Any auto-scaler which uses thestream-servicedeployment name as ascaleTargetRefwill no longer have any effect. To upgrade safely:- Add a new autoscaler that targets the
query-servicedeployment. - 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
streamKubernetes service is duplicated with the namequery. New deployments should set up ingress to thequeryservice, but thestreamservice remains for backwards compatibility. - breaking The service account name has changed from
stream-servicetoquery-service. If you are using OIDC on AWS you must update your namespace_service_accounts field to support the name change.