Releases: open-ch/influxdb-schema-updater
Releases · open-ch/influxdb-schema-updater
Test Bugfix v1.0.4
Minor Bugfix v1.0.3
Bugfixes:
- properly handle quoted identifiers
Minor Bugfix v1.0.2
Bugfixes:
- do not create autogen retention policy if not explicitly requested
Minor Bugfix v1.0.1
Bugfixes:
- ignore irrelevant
fill(null)
in continuous query definitions
Initial release
The InfluxDB schema updater is a small DevOps tool to manage the schema of an InfluxDB instance with a set of configuration files.
This is the initial release featuring following modes:
- normal mode only add and update objects, but do not delete anything
- dryrun mode only show what would need to be changed
- force mode also delete objects
- diff mode output the code it would run in the InfluxDB