What's Changed
* K8s by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/58
* Added GCP and Minikube output by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/59
* Fix Docker Compose relative directory problem by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/60
* Script for deploy-bundle generation by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/65
* Add version number to template generation by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/67
* Adds basic metering infrastructure by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/68
* Update templates to 0.11 by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/69
* Features/metering all llms by JackColquitt in https://github.com/trustgraph-ai/trustgraph/pull/70
* Fix/revert template change by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/71
* Fix/template config vol broken by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/72
* Fix/cohere temperature not string by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/73
* Add metering to templates by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/74
* Feature/rag metering by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/75
* Fix/graph rag uses wrong prompt by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/77
* Feature/track processor state by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/78
* Metering for all LLMs by JackColquitt in https://github.com/trustgraph-ai/trustgraph/pull/76
* Streamline startup by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/79
* Feature/subpackages by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/80
* Feature/simpler subpackages by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/81
* Maint/auto pkg versions by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/82
* Feature/pkgsplit by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/83
* Maint/fix build env by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/84
* Fix VertexAI package. Add Python packaging to Makefile. by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/85
* Add twine upload target by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/86
* Make util pathnames have tg- prefix by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/87
* Maint/rename pkg by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/88
* Feature/metering dashboard by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/89
* Put Docker Compose config resources in the docker-compose directory by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/90
* Load multiple files by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/91
* Change LLM latency dashboard to be rate & bump version by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/92
* Fix/processor state specify prom by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/93
* Maint/remove cruft by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/94
* Add missing rdflib import by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/95
* Fix/broken kg extract topics by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/97
**Full Changelog**: https://github.com/trustgraph-ai/trustgraph/compare/v0.9.5...v0.11.18
What's Changed
* K8s by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/58
* Added GCP and Minikube output by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/59
* Fix Docker Compose relative directory problem by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/60
* Script for deploy-bundle generation by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/65
* Add version number to template generation by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/67
* Adds basic metering infrastructure by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/68
* Update templates to 0.11 by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/69
* Features/metering all llms by JackColquitt in https://github.com/trustgraph-ai/trustgraph/pull/70
* Fix/revert template change by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/71
* Fix/template config vol broken by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/72
* Fix/cohere temperature not string by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/73
* Add metering to templates by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/74
* Feature/rag metering by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/75
* Fix/graph rag uses wrong prompt by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/77
* Feature/track processor state by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/78
* Metering for all LLMs by JackColquitt in https://github.com/trustgraph-ai/trustgraph/pull/76
* Streamline startup by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/79
* Feature/subpackages by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/80
* Feature/simpler subpackages by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/81
* Maint/auto pkg versions by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/82
* Feature/pkgsplit by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/83
* Maint/fix build env by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/84
* Fix VertexAI package. Add Python packaging to Makefile. by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/85
* Add twine upload target by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/86
* Make util pathnames have tg- prefix by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/87
* Maint/rename pkg by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/88
* Feature/metering dashboard by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/89
* Put Docker Compose config resources in the docker-compose directory by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/90
* Load multiple files by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/91
* Change LLM latency dashboard to be rate & bump version by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/92
* Fix/processor state specify prom by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/93
* Maint/remove cruft by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/94
* Add missing rdflib import by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/95
* Fix/broken kg extract topics by cybermaggedon in https://github.com/trustgraph-ai/trustgraph/pull/97
**Full Changelog**: https://github.com/trustgraph-ai/trustgraph/compare/v0.9.5...v0.11.19