Skip to content

Releases: netboxlabs/diode

helm-chart-diode-1.0.0

24 Apr 19:42
fc98b53
Compare
Choose a tag to compare

🚀 Major improvements:

  • Introduced key backend services and infrastructure components:
    • Diode Auth – authentication gateway for secure access control
    • Ory Hydra – OAuth2 authorization server for robust token management
    • PostgreSQL – new database backend offering scalable, reliable storage

diode-reconciler/v1.0.0

24 Apr 20:00
fc98b53
Compare
Choose a tag to compare

1.0.0 (2025-04-24)

🚀 Major improvements and breaking changes:

  • Added support for PostgreSQL as the database backend
  • Expanded support for NetBox object types: broader compatibility with additional NetBox models to enhance integration capabilities
  • OAuth2 authentication added: introduces support for OAuth2, enabling more secure and flexible authentication workflows (API key authentication deprecated)

diode-ingester/v1.0.0

24 Apr 20:07
fc98b53
Compare
Choose a tag to compare

1.0.0 (2025-04-24)

🚀 Major improvements and breaking changes:

  • Added support for PostgreSQL as the database backend
  • Expanded support for NetBox object types: broader compatibility with additional NetBox models to enhance integration capabilities
  • OAuth2 authentication added: introduces support for OAuth2, enabling more secure and flexible authentication workflows (API key authentication deprecated)

diode-auth/v1.0.0

24 Apr 19:47
fc98b53
Compare
Choose a tag to compare

1.0.0 (2025-04-24)

🚀 Major improvements and breaking changes:

  • Added support for PostgreSQL as the database backend
  • Expanded support for NetBox object types: broader compatibility with additional NetBox models to enhance integration capabilities
  • OAuth2 authentication added: introduces support for OAuth2, enabling more secure and flexible authentication workflows (API key authentication deprecated)

helm-chart-diode-0.1.0

15 Oct 20:47
6a85137
Compare
Choose a tag to compare

A Helm chart for Diode

diode-reconciler/v0.6.0

26 Sep 20:14
ae69e71
Compare
Choose a tag to compare

0.6.0 (2024-09-26)

Bug Fixes

  • docker-compose - add missing environment variable (#177) (3f4235f)
  • extract ingested entity from proto (#173) (d78ce81)

Features

  • add authz for retrieving ingestion logs (#165) (c170a04)
  • add diode-reconciler to ingress nginx config (#174) (4be8d62)
  • add golangci-lint gci linter (go package import order) (#170) (7959b28)
  • generate reconciler protobuf for sdk in diode-netbox-plugin (#164) (71ac37e)
  • implement reconciler retrieve ingestion logs (#166) (c091b45)
  • ingest entity UNSPECIFIED state (#168) (678577f)
  • ingestion log state queued (#176) (45fdcac)
  • ingestion logs and migrations (#167) (3171be5)
  • ingestion logs pagination and metrics adjustments (#171) (9983fcf)
  • redis FT.SEARCH index adjustments (#175) (9afb78e)
  • store generated changeset into ingestion log (#172) (44e1bcd)

diode-ingester/v0.6.0

26 Sep 20:15
ae69e71
Compare
Choose a tag to compare

0.6.0 (2024-09-26)

Bug Fixes

  • docker-compose - add missing environment variable (#177) (3f4235f)
  • extract ingested entity from proto (#173) (d78ce81)

Features

  • add authz for retrieving ingestion logs (#165) (c170a04)
  • add diode-reconciler to ingress nginx config (#174) (4be8d62)
  • add golangci-lint gci linter (go package import order) (#170) (7959b28)
  • generate reconciler protobuf for sdk in diode-netbox-plugin (#164) (71ac37e)
  • implement reconciler retrieve ingestion logs (#166) (c091b45)
  • ingest entity UNSPECIFIED state (#168) (678577f)
  • ingestion log state queued (#176) (45fdcac)
  • ingestion logs and migrations (#167) (3171be5)
  • ingestion logs pagination and metrics adjustments (#171) (9983fcf)
  • redis FT.SEARCH index adjustments (#175) (9afb78e)
  • store generated changeset into ingestion log (#172) (44e1bcd)

diode-reconciler/v0.5.0

05 Sep 14:36
b14d11a
Compare
Choose a tag to compare

0.5.0 (2024-09-05)

Bug Fixes

  • docker - configure redis append only file directory (f3eb39d)
  • docker - ingress-nginx listening to correct port (#152) (f5b97d2)

Features

  • add authorization for reconciler service (#159) (037ee27)
  • add cluster objects integration tests (#161) (10eac34)
  • add integration test for Virtual Machine Objects (#162) (07d1808)
  • Add new schema data to ingest-entity (#150) (7a139e3)
  • add RetrieveIngestionLogs to reconciler proto (#154) (910327b)
  • add virtualization object types support (#155) (be4fd4d)
  • reorg proto structure (#158) (bae91c5)
  • store reconciliation errors in redis (#153) (a3316e5)

diode-ingester/v0.5.0

05 Sep 14:35
b14d11a
Compare
Choose a tag to compare

0.5.0 (2024-09-05)

Bug Fixes

  • docker - configure redis append only file directory (f3eb39d)
  • docker - ingress-nginx listening to correct port (#152) (f5b97d2)

Features

  • add authorization for reconciler service (#159) (037ee27)
  • add cluster objects integration tests (#161) (10eac34)
  • add integration test for Virtual Machine Objects (#162) (07d1808)
  • Add new schema data to ingest-entity (#150) (7a139e3)
  • add RetrieveIngestionLogs to reconciler proto (#154) (910327b)
  • add virtualization object types support (#155) (be4fd4d)
  • reorg proto structure (#158) (bae91c5)
  • store reconciliation errors in redis (#153) (a3316e5)

diode-reconciler/v0.4.0

02 Aug 16:24
d69fab9
Compare
Choose a tag to compare

0.4.0 (2024-08-02)

Bug Fixes

Features