Skip to content

Releases: FRINXio/FRINX-machine

Frinx Machine v2.1

19 Apr 13:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0...v2.1

Frinx Machine v2.0

19 Sep 15:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10...v2.0

Frinx Machine v1.10

15 Jul 13:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9...v1.10

Frinx Machine v1.9

17 Feb 12:47
a26d670
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8...v1.9

Frinx Machine v1.8

15 Nov 13:55
Compare
Choose a tag to compare

Main changes:

  • Uniconfig 4.2.9
  • Changed API for Workflow Manager
  • Updated monitoring services
  • Updated device inventory backend
  • ...

More info in CHANGELOG.md

Frinx Machine v1.7

21 Sep 11:08
Compare
Choose a tag to compare

Main changes:

Uniconfig 4.2.8
Device Inventory
Monitoring services
KrakenD base v1.4.0

Added possibility to deploy multiple Uniconfig zones
Possibility to deploy multiple Uniconfig-controller instances per zone

v1.6

12 May 12:56
Compare
Choose a tag to compare

Main changes:

  • New UI design
  • Used frinx-frontend service instead of frinx-dashboard and uniconfig-ui
  • Add Resource Manager to FM
  • Improved multi-node deployment
  • Improved docker bench security
  • Production/Development resource reservation switch

Used components:
uniconfig:4.2.6.frinx
fm-base-workers:1.0.10
krakend:1.2.0 # used in dockerfile
elasticsearch:6.7.1
frinx-frontend:1.0.0
postgres:12.2
workflow-proxy:1.0.3
resource-manager:1.0.0

FRINX-machine v1.5

12 Mar 12:19
Compare
Choose a tag to compare

Main changes:
used KrakenD instead of API Gateway
optimized worker polling in fm-base-workers

Used components:
uniconfig:4.2.6.frinx
fm-base-workers:1.0.9
krakend:1.2.0
elasticsearch:6.7.1
frinx-dashboard:1.0.1
postgres:12.2
workflow-proxy:1.0.3
uniconfig-ui:2.0.3

FRINX-machine v1.4

04 Feb 15:56
Compare
Choose a tag to compare

Main changes:

  • changed API gateway endpoints:
    /uniconfig/api/* -> /api/uniconfig/*
  • set HTTP as default

Used components:
fm-base-workers:1.0.7
api-gateway:2.0.0
elasticsearch:6.7.1
frinx-dashboard:1.0.1
postgres:12.2
uniconfig-ui:2.0.2
uniconfig:4.2.6.frinx

FRINX-machine v1.3

16 Dec 11:46
75e3cc3
Compare
Choose a tag to compare

Moving from docker compose to docker swarm with benefits like:

  • multi-node deployment (separation of UniConfig from Workflow Manager)
  • health checks and restart policy
  • better monitoring of services

Cleanup of project:

  • separation of other projects to their own repositories
  • removing of git submodules
  • using versioning of components

The main goal is to keep only deployment specific parts here while using docker images of components.

Used components:
fm-base-workers 1.0.6
frinx-dashboard 1.0.1
uniconfig 4.2.5.frinx
uniconfig-ui 1.1.9
api-gateway 1.0.0
postgres 12.2
elasticsearch 6.7.1