Skip to content

Releases: AMRC-FactoryPlus/amrc-connectivity-stack

v3.0.1-rc.2

20 Jun 07:51
1c6dd11
Compare
Choose a tag to compare
v3.0.1-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.1-rc.1...v3.0.1-rc.2

v3.0.1-rc.1

19 Jun 11:57
Compare
Choose a tag to compare
v3.0.1-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0...v3.0.1-rc.1

v3.1.0-dev.4

19 Apr 15:15
0eb29e1
Compare
Choose a tag to compare
v3.1.0-dev.4 Pre-release
Pre-release

What's Changed

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)

19 Apr 14:54
399aa96
Compare
Choose a tag to compare
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)

19 Apr 14:23
04e3637
Compare
Choose a tag to compare
Commit bcad293 introduced a bug in that it was trying to await in a
constructor. Refactor to avoid this.

v3.1.0-dev.1

19 Apr 13:32
8be5ade
Compare
Choose a tag to compare
v3.1.0-dev.1 Pre-release
Pre-release
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

02 Apr 11:08
Compare
Choose a tag to compare

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

28 Mar 13:36
5d912be
Compare
Choose a tag to compare
v3.0.0-rc.12 Pre-release
Pre-release
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

27 Mar 12:32
eb7a517
Compare
Choose a tag to compare
v3.0.0-rc.9 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-rc.8...v3.0.0-rc.9

v3.0.0-rc.8

27 Mar 10:03
34dccc7
Compare
Choose a tag to compare
v3.0.0-rc.8 Pre-release
Pre-release
Remove a missed gitRepoGroup (#153)