Releases: transpara/tinstaller-releases
Release 0.245.1
Joint Release Notes
Aggregated updates from 0.245.0 to 0.245.1
tInstaller
Version: 0.245.0 → 0.245.1
Release: 0.245.1
0.245.1 (2026-03-13)
fix
- clarify --namespace flag comment in install-control-plane (9bf8d330755e0e8419ec77b3cd92d4b05258e944) — @dieguscl
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.26 |
0.200.52 |
| tview | 0.18.0 |
0.19.0 |
Release 0.245.0
Joint Release Notes
Aggregated updates from 0.244.0 to 0.245.0
tInstaller
Version: 0.244.0 → 0.245.0
Release: 0.245.0
0.245.0 (2026-03-13)
fix
- update component versions — operator 0.0.271, tstore-interface 0.200.20, tai-gateway 0.201.0 (bec94c988c7e17a993a75bf5b4605981d1fde5bc) — @dieguscl
feat
- add install-control-plane.sh shell script (b26dbfc09b1ee0af2e0799a71a80fe6a625cbefd) — @dieguscl
tstore-interface
Version: 0.200.19 → 0.200.20
Release: 0.200.20
What's Changed
- Enforce tstore-admin role on mutation endpoints, streamline auth by @aabrodskiy in transpara/tstore-interface#173
- Bump Python dependency versions by @aabrodskiy in transpara/tstore-interface#174
- Use transpara-sdk TAuthTokenVerification instead of local implementation by @aabrodskiy in transpara/tstore-interface#175
Full Changelog: transpara/tstore-interface@0.200.19...0.200.20
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.26 |
0.200.52 |
| tview | 0.18.0 |
0.19.0 |
Release 0.244.0
Joint Release Notes
Aggregated updates from 0.243.0 to 0.244.0
tInstaller
Version: 0.243.0 → 0.244.0
Release: 0.244.0
0.244.0 (2026-03-12)
fix
- move Headlamp install after Keycloak/scraper (a5cfac39d5e2f06c0e356d9704df45363d5b0127) — @dieguscl
- move Headlamp install to very last step (4db8c7c2bd800caba27eb63f0fadc9871cce66e4) — @dieguscl
- remove URL rewrite from tai-gateway HTTPRoute (e1fdfcce38112b360433aa6d3a7499823faf1fed) — @dieguscl
- set BASE_PATH to /tai/api/v1 for tai-gateway (4426d37fabc6864dc5f3357f8acad24632993dd3) — @dieguscl
- set BASE_PATH=/tai on tai-gateway deployment (a5ddc0f6f502bb859f760793ae0699af170c4f04) — @dieguscl
- wait for headlamp-tauth-secret before reading it (fe47ef4c58510491a010941867b05c5850541c37) — @dieguscl
feat
- add HTTPRoute for TAI Gateway on /tai/api/v1 (bb815e2039eab4f696c5c363a466bb582e7df7b8) — @dieguscl
chore
- update tview 0.17.0 → 0.18.0 (823b3cb5a71a83289af00b1b2fd92eaa3d46c943) — @dieguscl
tview
Version: 0.17.0 → 0.18.0
Release: 0.18.0
0.18.0 (2026-03-12)
Features
- add dev-only QA store state exposure for Playwright agent (ccffe3e)
- add Playwright QA evidence capture fixtures and spec (effba4b)
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.26 |
0.200.52 |
| tstore-interface | 0.200.19 |
0.200.20 |
Release 0.243.0
Joint Release Notes
Aggregated updates from 0.242.1 to 0.243.0
tInstaller
Version: 0.242.1 → 0.243.0
Release: 0.243.0
0.243.0 (2026-03-12)
chore
- update component versions (f3ec351c4c5522ca41f3cbd99af9e35ed2b89714) — @dieguscl
- update versions (operator 0.0.269, fill digests) (69d7abd96b336e3bc11a8da5c82e38da5e3e320f) — @dieguscl
feat
- replace KeycloakRealmImport with partialImport via scraper (2379868628909f716d8fcd35731504291fb61af8) — @dieguscl
tsystem
Version: 0.317.3 → 0.318.0
Release: 0.318.0
0.318.0 (2026-03-12)
Features
- add odbc.get_schema action to extractor actions system (#180) (4061be2)
- preserve component IDs across deletion and recreation (3d84029)
- preserve component IDs across deletion and recreation (#175) (dd75d24)
- switch base image to Docker Hardened Images (DHI) (#184) (e5f452a)
Bug Fixes
- combine k8s_integration and asyncio markers, fix E402 lint (89eb009)
- include tcalc storage class in CR YAML (#185) (ba9ca53)
- use longhorn-cnpg storage class for tcalc-db when longhorn is selected (92724f1)
Code Refactoring
- use pytest marker for K8s integration tests (#177) (dd78996)
- use pytest marker instead of hardcoded --ignore for K8s tests (74dbb82)
Maintenance & Dependencies
- merge release into main (resolve CLAUDE.md conflict) (5c13973)
- resolve CLAUDE.md conflict for release merge (4e90066)
tstudio-py
Version: 0.201.25 → 0.201.26
Release: 0.201.26
tgraph-api
Version: 0.201.19 → 0.201.20
Release: 0.201.20
What's Changed
- [Backend] Add authorship node properties + preview_image attribute to Dashboard (#291)
- Move
author_id,author_name,created_datefrom attribute system to node properties on Dashboard - New
DashboardUpsertclass with coalesce pattern — authorship is immutable after first creation - Dashboard upsert, copy-paste, and import all stamp the current user's authorship
- New
preview_imageattribute onDashboardAttributes(URL or base64) AuthorshipAttributesmixin added tobase_model.pyfor future reuse- Added 16 integration tests covering authorship create, coalesce preservation, preview_image CRUD, copy-paste/import stamping, batch operations, delete, and backward compatibility
- Move
Full Changelog: transpara/tgraph-api@0.201.19...0.201.20
tview
Version: 0.16.0 → 0.17.0
Release: 0.17.0
0.17.0 (2026-03-12)
Features
- dashboard: add multi-select widgets, upsert refactoring, optimistic hierarchy, and navigation (91b09b5)
- dashboard: add recently-visited ordering, exclusive default, and widget render fixes (33d4e68)
- dashboard: enhance dashboard functionality and UI components (8d0d1cb)
- dashboard: enhance widget toolbar functionality and visibility (8d7415c)
Bug Fixes
- Changed the navigation action in the DashboardLink component to use object_id instead of dashboard_link, ensuring correct routing behavior. (1fbe078)
- handle undefined text_size in DashboardLink and Link components (ef80d9b)
tauth-scraper
Version: 1.1.0 → 1.2.0
Release: 1.2.0
1.2.0 (2026-03-12)
Features
- add partialImport support for realm config migration (7749e61)
tstore-interface
Version: 0.200.17 → 0.200.19
Release: 0.200.18
What's Changed
- Optimize get_lookups query performance, fix datasets/get-all endpoint by @aabrodskiy in transpara/tstore-interface#171
Full Changelog: transpara/tstore-interface@0.200.17...0.200.18
Release: 0.200.19
What's Changed
- Split get_lookups into separate count and data queries by @aabrodskiy in transpara/tstore-interface#172
Full Changelog: transpara/tstore-interface@0.200.18...0.200.19
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.26 |
0.200.52 |
| tview | 0.17.0 |
0.18.0 |
Release 0.242.1
Joint Release Notes
Aggregated updates from 0.242.0 to 0.242.1
tInstaller
Version: 0.242.0 → 0.242.1
Release: 0.242.1
0.242.1 (2026-03-11)
refactor
- switch update_versions.sh from Docker Hub to registry.transpara.com (#111) (6b148e1f56520f73b6e71b57c84514853d092305) — @dieguscl
tsystem
Version: 0.316.2 → 0.317.3
Release: 0.317.0
0.317.0 (2026-03-11)
Features
Release: 0.317.1
0.317.1 (2026-03-11)
Maintenance & Dependencies
Release: 0.317.2
0.317.2 (2026-03-11)
Maintenance & Dependencies
Release: 0.317.3
0.317.3 (2026-03-11)
Maintenance & Dependencies
tgraph-api
Version: 0.201.16 → 0.201.19
Release: 0.201.17
What's Changed
- allow list on attribute value
- add list to raw lookup
- fix: rename widget display names for object_id, kpi_ids, group_ids, tmodel_type (#284) by @transpara in transpara/tgraph-api#285
Full Changelog: transpara/tgraph-api@0.201.16...0.201.17
Release: 0.201.18
What's Changed
- feat: add source flag to get-interfaces + merge-interfaces endpoint with merge history (#288)
GET /interface/get-allnow returnssourcefield (tsystem|graph) on each interfaceGET /interface/get-allincludesmerged_interface_idswhen present (including on tSystem interfaces with graph merge history)- New
POST /interface/mergeendpoint to consolidate duplicate graph interfaces - Swaps
interfaceproperty on all referencing Attribute/KPI nodes - Records merge history on base Interface node (accumulates across merges)
- Deletes merged Interface nodes from graph
Full Changelog: transpara/tgraph-api@0.201.17...0.201.18
Release: 0.201.19
What's Changed
- fix: Interface get-by-property falls back to tSystem for missing IDs (#292)
POST /interface/get-by-propertynow checks graph first, then falls back to tSystem for any IDs not found in graph- Response includes
sourcefield (tsystem|graph) on each interface, consistent withget-all - Graceful handling when graph query throws or tSystem is unreachable
- Only applies to
property=idlookups (tSystem has no equivalent filter for other properties)
Full Changelog: transpara/tgraph-api@0.201.18...0.201.19
tview
Version: 0.15.1 → 0.16.0
Release: 0.16.0
0.16.0 (2026-03-11)
Features
- add dashboard thumbnail and enhance social toolbar icons (cdf8673)
- add home page with activity feed (7bdc662)
- add interactive GeoMap to home page map card (71f37c5)
- replace placeholder charts with real D3 components on home page (db75848)
- use real KPICard and Rollup components in home feed cards (824384c)
Bug Fixes
- exclude Playwright files from TypeScript compilation (c90031e)
- match home page background to sidebar/header and improve search bar styling (98bef3c), closes #F6F9FB
- resolve TypeScript build errors in pageHeader and feedSearchBar (da00702)
- restore conditional background color in layout for home page (21b1f0a)
- update home page link and adjust layout background color (520fbd9)
- update layout background color condition for home page (accc75a)
- update root path redirection in middleware (3839f7c)
Chores
- add HTML design replicas for explorer page (0e35d9e)
- update .gitignore and add launch configuration for Claude (d49ad9d)
Refactoring
- extract AI insights into standalone component (bd59823)
- simplify TrendChartContent component layout (ef2cf48)
- update FeedCard component structure and styling (eb5fcb5)
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.25 |
0.200.52 |
| tgraph-api | 0.201.19 |
0.201.20 |
| tstore-interface | 0.200.17 |
0.200.19 |
Release 0.242.0
Joint Release Notes
Aggregated updates from 0.241.1 to 0.242.0
tInstaller
Version: 0.241.1 → 0.242.0
Release: 0.242.0
0.242.0 (2026-03-11)
merge
- resolve conflicts with main in bundle_images.sh (656a3280b6b2bdaced30be69ff84172d9fd5741d) — @dieguscl
feat
- add Harbor sync script, reg.kyverno.io mirrors, and T22/T23 tests (17ccb2e9817c808a53dde9768fbadf513e85221d) — @MichaelSaucier
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.25 |
0.200.52 |
Release 0.241.1
Joint Release Notes
Aggregated updates from 0.241.0 to 0.241.1
tInstaller
Version: 0.241.0 → 0.241.1
Release: 0.241.1
0.241.1 (2026-03-11)
chore
- update transpara-operator to 0.0.266, tgraph-api to 0.201.16 (e445fc5ce23122a960b0a7a405afb562e39c4d35) — @dieguscl
tgraph-api
Version: 0.201.15 → 0.201.16
Release: 0.201.16
What's Changed
- extend solar trigger schema for offset_minutes by @aabrodskiy in transpara/tgraph-api#283
Full Changelog: transpara/tgraph-api@0.201.15...0.201.16
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.25 |
0.200.52 |
Release 0.241.0
Joint Release Notes
Aggregated updates from 0.240.0 to 0.241.0
tInstaller
Version: 0.240.0 → 0.241.0
Release: 0.241.0
0.241.0 (2026-03-11)
feat
- create tai-gateway-llm-config secret with migration from openai-secret (#107) (73795090f1d6e438898d9a5275b1dd4aeffbc641) — @dieguscl
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tstudio-py | 0.201.25 |
0.200.52 |
| tgraph-api | 0.201.15 |
0.201.16 |
Release 0.240.0
Joint Release Notes
Aggregated updates from 0.239.0 to 0.240.0
tInstaller
Version: 0.239.0 → 0.240.0
Release: 0.240.0
0.240.0 (2026-03-11)
fix
- add creation-wait loops for tstudio and tauth pods in e2e workflow (0f787074ab72ae55d402f833a070fd9e527f0d8b) — @dieguscl
- check aria-expanded before toggling Calculations sidebar section (ea031020091a675510933b3309a2b4d80765b2bb) — @dieguscl
- correct tstore-db-interface pod label selector in e2e workflow (fe9dc32bd9be797697fe8061bbdcebb5d2452a98) — @dieguscl
- correct tsystem 0.316.1 digest (stale digest from pre-release build) (2f738102cf9418736fcaabfc1b0eefc3c478da95) — @dieguscl
- rewrite update_versions.sh to correctly manage digests (4500ba6f2c06cf6d0c3301427c9914dba183c72c) — @dieguscl
- use correct label selector for tstudio pod in e2e workflow (05f1d21ae03a5ffb2839abcb80cf5a09916de43b) — @dieguscl
- use correct label selectors and specific locators in e2e workflow (87eea6825b36023b0d6472f8a8e0ca9529c0ffdd) — @dieguscl
- use full image name emqx/emqx for digest references in EMQX template (e097c113099e8a19d12c0c77228669613ee31102) — @dieguscl
- use ImagesRepo in tauth-scraper template instead of hardcoded registry (24d1c6ec623c2531e148f75b578e4f5a54188dac) — @dieguscl
chore
- update transpara-operator to 0.0.264 (87ab052d77704ac6ec9d2493464c60d09aca549d) — @dieguscl
- update transpara-operator to 0.0.265 (84e749878822ab448b93ce5888b8fe21387f4bc9) — @dieguscl
- update tsystem-api to 0.315.0 (idempotent migrations fix) (2ca678698993f4c221a3dea769f7cc5f6710b994) — @dieguscl
- update tsystem-api to 0.316.2, operator to 0.0.265 (26fda7c298b35616801485285fd3be6a37938b0f) — @dieguscl
- update versions (extractor-odbc 0.195.0, extractor-telegraf 0.182.0, pin digests) (80c8ba30bafca8f986c3ec51e704f54dbdf9299c) — @dieguscl
- update versions (tgraph-api 0.201.15, tview 0.15.1, tstudio-vibe 0.201.25) (51ed1c49c8c66b1f59954762bdeb77dde21fee7c) — @dieguscl
- update versions (tsystem 0.314.0, tgraph-api 0.201.13, tview 0.15.0) (b520f0eacfef40c523d5c16cf88ec977d959cdf4) — @dieguscl
- update versions (tsystem-api 0.316.1, tcalc 0.201.6) (c5994d3481fe644b5a825167d4fda1eea715bb17) — @dieguscl
feat
- add digest support to all installer templates (3ce7371c54444a6226d63f019b1984bc9523869b) — @dieguscl
- add Playwright E2E tests to installation workflow (fadcb97978b9ec3384f2cf33a4cf2e149bd92b9c) — @dieguscl
- notify Teams channel on new releases (e7adc69d1cade474fbd683bdcd5e331f6949d3af) — @dieguscl
- separate digest and tag fields in versions.yaml (c951bc73af6ac4be6c303ae4c8ce3fd9ca7cf02b) — @dieguscl
refactor
- remove all OLM (Operator Lifecycle Manager) code (29a64e6a043f3f78ec32a4e0e8a6c6e6c7eac736) — @dieguscl
tsystem
Version: 0.312.8 → 0.316.2
Release: 0.313.0
0.313.0 (2026-03-09)
Features
Bug Fixes
Release: 0.314.0
0.314.0 (2026-03-10)
Features
- ai-config: add AI Gateway config endpoints for providers and MCP servers (#160) (36b8a0e)
- enforce base_path uniqueness and auto-generate empty base_paths (#159) (af83c47)
Bug Fixes
- pass release branch ref to reusable release workflow (ea66e5e)
Maintenance & Dependencies
Release: 0.315.0
0.315.0 (2026-03-10)
Features
- add digest support for image references across all components (92ea3f8)
Bug Fixes
- extractor base_path and proxy_endpoint use Helm fullname strategy (#167) (af8278d), closes #166
- hardcode release branch ref for semantic-release workflow (1e80ee1)
- make database migrations idempotent (a482bf5)
- reorder k8s_uid migration to run before ORM queries (#165) (f09ae1c), closes #164
Release: 0.316.0
0.316.0 (2026-03-11)
Features
Bug Fixes
- handle missing base_path in extractor pre-deployment logic (#169) (5a50c04)
- use savepoints in migrations to avoid rolling back entire transaction (dd0f19f)
Maintenance & Dependencies
Release: 0.316.1
0.316.1 (2026-03-11)
Bug Fixes
- remove legacy PVC from tcalc-api deployment (9ebda7e)
- trigger release→main sync only after successful release (5982246)
Release: 0.316.2
0.316.2 (2026-03-11)
Bug Fixes
tstudio-py
Version: 0.201.23 → 0.201.25
Release: 0.201.25
tgraph-api
Version: 0.201.4@sha256:33db4e95e09da4ff9e58d6988df06dc5fad240daea959d4c19ba567fc4b9ac75 → 0.201.15
Release: 0.201.15
What's Changed
- Added
input_type=InputType.DATETIME_INPUTtodate_range_context_fromanddate_range_context_toonWidgetAttributes, so the frontend renders datetime pickers for these fields across all widget subtypes
Full Changelog: transpara/tgraph-api@0.201.14...0.201.15
tcalc
Version: 0.201.4 → 0.201.6
Release: 0.201.5
What's Changed
- docs: add Calculation Creation UX design spec v1.1 by @aabrodskiy in transpara/tcalc#155
- Upload full wireframes of Calculation designs by @aabrodskiy in transpara/tcalc#156
- Implement Solar Trigger with offset support by @aabrodskiy in transpara/tcalc#161
Full Changelog: transpara/tcalc@0.201.4...0.201.5
Release: 0.201.6
What's Changed
- Support extended solar event tags by @aabrodskiy in transpara/tcalc#162
Full Changelog: transpara/tcalc@0.201.5...0.201.6
tview
Version: 0.14.0@sha256:3cbfcd4134ebc1441adcd6429012d50e86de12e672c1d110d328a8f831b63b9a → 0.15.1
Release: 0.15.1
0.15.1 (2026-03-10)
Refactoring
- dashboard: update dashboards and widgets flow for new backend structure (97eec89)
- update dashboard handling and API integration (db107f6)
tauth-scraper
Version: 1.1.0@sha256:a66d48467755bdf7b37ac7bb55e2598569f51920e31b498763fb80bfd71b58ea → 1.1.0
Release: 1.1.0
1.1.0 (2025-11-10)
Features
- support refresh all flag when set to false (7f2a82e)
tstore-interface
Version: 0.200.17@sha256:802d5305ddf75c577813f9df232fd848f96dd04b5ccfd7cb8a29726b78fe83df → 0.200.17
Release: 0.200.17
What's Changed
- Push image to Harbor on release by @aabrodskiy in https://github.com/transpara...
Release 0.239.0
Joint Release Notes
Aggregated updates from 0.238.0 to 0.239.0
tInstaller
Version: 0.238.0 → 0.239.0
Release: 0.239.0
0.239.0 (2026-03-09)
feat
- pin remaining public image digests + add 3 components to update script (#105) (2ca519e2fd919393f095e7f70c1c9315d1c3d99d) — @miguetronic
- pin Transpara images to tag@sha256 digest + add format validation test (#103) (cb8194069576354222cf7f5c619f47d88aedad2c) — @miguetronic
tgraph-api
Version: 0.201.4 → 0.201.4@sha256:33db4e95e09da4ff9e58d6988df06dc5fad240daea959d4c19ba567fc4b9ac75
Release: 0.201.5
What's Changed
- fix: Neo4j async driver event loop mismatch causing
RuntimeErrorunder load (#266, closes #265)- Moved
AsyncGraphDatabase.driver()creation from module import time to a FastAPI startup event - The driver's internal asyncio primitives now bind to uvicorn's actual event loop, preventing
RuntimeError: bound to a different event loopafter ~5 min of operation or under connection pressure
- Moved
Full Changelog: transpara/tgraph-api@0.201.4...0.201.5
Release: 0.201.6
What's Changed
- fix: lazily initialize Neo4j async driver on first
MGOperationsuse (#267)MGOperations.__init__now callsinit_async_driver()if the driver hasn't been created yet- Fixes
AttributeError: 'NoneType' object has no attribute 'session'in non-FastAPI contexts (pre_startup.py,tgraph_event)
Full Changelog: transpara/tgraph-api@0.201.5...0.201.6
Release: 0.201.7
What's Changed
- fix: use thread-local async drivers to handle multiple event loops (#269)
- Each thread/event loop now gets its own
AsyncDriverinstance viathreading.local() - Fixes
RuntimeError: bound to a different event loopinvector_gateway/scalar_gateway__fetch_syncpaths that run async code inThreadPoolExecutorthreads with their own event loops
- Each thread/event loop now gets its own
Full Changelog: transpara/tgraph-api@0.201.6...0.201.7
tview
Version: 0.14.0 → 0.14.0@sha256:3cbfcd4134ebc1441adcd6429012d50e86de12e672c1d110d328a8f831b63b9a
Release: 0.15.0
0.15.0 (2026-03-09)
Features
- add optional name field to ad-hoc trend pens for custom legend labels (17284a1)
- add share link feature with short URL generation (a6cc0e3)
- add shortlinks data file and initialize with sample links (22eceb0)
- enhance trend forecast panel with confidence and model controls (3a9bd06)
- support per-widget date ranges on dashboard (9641d2e)
Bug Fixes
- remove unnecessary blank line from .gitignore (bf9060b)
- show explorer header actions and redirect root to /explorer (17d29f2)
Chores
- update runtime env config and time utils (f4b080f)
tauth-scraper
Version: 1.1.0 → 1.1.0@sha256:a66d48467755bdf7b37ac7bb55e2598569f51920e31b498763fb80bfd71b58ea
tstore-interface
Version: 0.200.17 → 0.200.17@sha256:802d5305ddf75c577813f9df232fd848f96dd04b5ccfd7cb8a29726b78fe83df
extractor-telegraf
Version: 0.181.4 → 0.181.4@sha256:fd7f96d4a62f242bf2550624d8b2be183f567b5acd4633f4b9381d0f0e6917c3
Release: 0.182.0
0.182.0 (2026-02-23)
Features
- workflows: add release-and-push-harbor workflow and update existing workflows (5622cf6)
extractor_odbc
Version: 0.194.0 → 0.194.0@sha256:8c88267c23adaf3206befc2fc38fd7f4e6fc9eaf4e97b67e2d0dde78b21e5ee0
Version Status
Components in versions.yaml that are behind their latest release:
| Component | versions.yaml | Latest Release |
|---|---|---|
| tsystem | 0.312.8 |
0.313.0 |
| tstudio-py | 0.201.23 |
0.200.52 |
| tgraph-api | 0.201.4@sha256:33db4e95e09da4ff9e58d6988df06dc5fad240daea959d4c19ba567fc4b9ac75 |
0.201.7 |
| tview | 0.14.0@sha256:3cbfcd4134ebc1441adcd6429012d50e86de12e672c1d110d328a8f831b63b9a |
0.15.0 |
| tauth-scraper | 1.1.0@sha256:a66d48467755bdf7b37ac7bb55e2598569f51920e31b498763fb80bfd71b58ea |
1.1.0 |
| tstore-interface | 0.200.17@sha256:802d5305ddf75c577813f9df232fd848f96dd04b5ccfd7cb8a29726b78fe83df |
0.200.17 |
| extractor-telegraf | 0.181.4@sha256:fd7f96d4a62f242bf2550624d8b2be183f567b5acd4633f4b9381d0f0e6917c3 |
0.182.0 |
| extractor_odbc | 0.194.0@sha256:8c88267c23adaf3206befc2fc38fd7f4e6fc9eaf4e97b67e2d0dde78b21e5ee0 |
0.194.0 |