# Changelog All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `_. ## Version 1.1.1 Add support for specifying databasedb affinity. This can be used, for example, to require or prefer databaseds to be scheduled onto the same node as tangodb. ## Version 1.1.0 Add support for providing tangodb credentials using pre-existing kubernetes Secrets. ## Version 1.0.8 Bugfix: Make device property and attribute property templating work again. ## Version 1.0.7 Add support for configuring the service account used by a device server. ## Version 1.0.6 Render configuration.json as pretty multi-line JSON. ## Version 1.0.5 This version add the clusterIP parameter for a device server and databaseds. ## Version 1.0.4 Convert itango in ska-tango-base into statefulset. ## Version 1.0.3 Add support for specifying device server logging verbosity, for debugging purposes. ## Version 1.0.2 This version add the loadBalancerIP parameter for a device server and databaseds. It also allow to set databaseds specific annotations to the service as well as the device server. ## Version 1.0.1 This version add the podSecurityGroup to the template for the ska-tango-operator. ## Version 1.0.0 This version introduces by default: * a config checksum in the template annotations of the statefulset generated so that, in case of a new revision, pods restart when configuration changes occur (generation of the checksum can be skipped with the parameter skipGenerateDSConfigChecksum) * the ability to replace the dsconfig configuration with the one available in the chart (all local changes to the DB would be lost). The update or replace option can be set using the parameter dsconfigUpdate The parameters skipGenerateDSConfigChecksum and dsconfigUpdate can be set in the global values, the device server definition, and the instance definition. ## Version 0.4.24 * Adds support for annotations on DeviceServer instances created through the operator ## Version 0.4.23 * Switch to skao kubectl ## Version 0.4.22 * Support preexisting secrets ## Version 0.4.21 * Support instance environment variables ## Version 0.4.20 * Includes list, get, watch rights for service account ## Version 0.4.19 * Changed the liveness probe for the databaseds. * Fix bug in minikube for secrets. * Remove PV creation ## Version 0.4.18 * Versioned templates ## Version 0.4.17 * Tolerations and affinity override ## Version 0.4.16 * Support volume in instances ## Version 0.4.15 * ExposeDS variable (service is LB) per instance ## Version 0.4.14 * Support image override per instance ## Version 0.4.14 * Support image override per instance ## Version 0.4.13 * Refactored secret management using the Vault Secret Operator. ## Version 0.4.12 * Dependencies can now be specified for individual device servers * tcpProbes instead of tango_admin ## Previous * Previous versions are available in the ska-tango-images repository.