Releases: AMRC-FactoryPlus/amrc-connectivity-stack
Releases · AMRC-FactoryPlus/amrc-connectivity-stack
v3.0.1-rc.2
What's Changed
- Lock down @types/readable-stream by @amrc-benmorrow in #278
Full Changelog: v3.0.1-rc.1...v3.0.1-rc.2
v3.0.1-rc.1
What's Changed
- Fix edge rest driver by @AlexGodbehere in #277
- Tidy up a bit by @amrc-benmorrow in #236
- Fix await error in the Edge Agent by @amrc-benmorrow #251
- Fix an await in the git server by @amrc-benmorrow in #253
Full Changelog: v3.0.0...v3.0.1-rc.1
v3.1.0-dev.4
What's Changed
- Add Activity Monitor to NOTES.txt template by @AlexGodbehere in #254
- Fix an await in the git server by @amrc-benmorrow in #253
- Add Activity Monitor to Admin landing page by @amrc-benmorrow in #255
Full Changelog: v3.1.0-dev.3...v3.1.0-dev.4
v3.1.0-dev.3: [Activity Monitor] Switch from Nginx to Node.js serve (#252)
In the Dockerfile, the base image has been changed from Nginx to Node.js. The configuration files specific to Nginx have been removed and replaced with 'serve', a simple Node.js static file server. This removes the overhead of having to configure Nginx for a simple static file serving scenario.
v3.1.0-dev.2: Fix await error in the Edge Agent (#251)
Commit bcad293 introduced a bug in that it was trying to await in a constructor. Refactor to avoid this.
v3.1.0-dev.1
Update TLS configuration documentation (#250) The documentation for the TLS configuration in the installation guide has been updated to specify that the cluster's DNS needs to be resolvable via the internet, not that it needs access to the internet. This is required because the HTTP challenge to prove ownership needs to resolve.
v3.0.0
V3 of the AMRC Connectivity Stack introduces a number of new components to enable effective management of edge clusters. Prior to this version, the chart was designed to be installed onto a single central cluster that consisted of all central nodes and all edge nodes. This was not ideal for a number of reasons, including the fact that it was impossible to utilise cloud-based clusters with on-premise edge nodes, in most cases.
See the readme for more information.
v3.0.0-rc.12
Move to our fork of isomorphic-git (#160) We have created a fork of isomorphic-git as we need an urgent bug fix. Move to using this.
v3.0.0-rc.9
What's Changed
- Remove orphan directories by @AlexGodbehere in #154
- Fix the image tag defaulting to chart version by @amrc-benmorrow in #157
Full Changelog: v3.0.0-rc.8...v3.0.0-rc.9
v3.0.0-rc.8
Remove a missed gitRepoGroup (#153)