Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: AMRC-FactoryPlus/acs-cluster-manager

v0.0.4

21 Feb 14:08
6632965
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

30 Jan 16:33
f5a104e
Compare
Choose a tag to compare
  • Rename service to cluster-manager.
  • Handle bootstrapping better. Start successfully even before service-setup has run, but make sure we restart when it does.
  • Pull in updated versions of our dependencies. These fix problems with reconnecting to MQTT and with devices not being known to the Directory yet.

v0.0.3-dev.2: Pull a new version of sparkplug-app

30 Jan 16:22
f5a104e
Compare
Choose a tag to compare

Update sparkplug-app.

v0.0.3-dev.1

30 Jan 11:46
b5a51ba
Compare
Choose a tag to compare
v0.0.3-dev.1 Pre-release
Pre-release

Update utilities.

Deploy an edge cluster from the ConfigDB

11 Jan 14:38
a274075
Compare
Choose a tag to compare

Change this service to be driven by the ConfigDB. Instead of an API endpoint to create a new cluster, watch the ConfigDB for cluster configuration entries and create the cluster from there.

Supply a bootstrap shell script to set up the link between an edge cluster and the central services.

Test deps

11 Jan 14:20
a274075
Compare
Choose a tag to compare
Test deps Pre-release
Pre-release
v0.0.2-dev.2

Update deps

Test cosign

11 Jan 13:29
3800848
Compare
Choose a tag to compare
Test cosign Pre-release
Pre-release
Fix cosign on build

* Remove the update-version action.
* Build on any release.

Initial release

12 Jul 09:54
769f357
Compare
Choose a tag to compare

Support deployment of edge clusters.

  • Create a cluster repo on the Git server, based on a cluster template in the ConfigDB.
  • Create an account for the edge Flux to use to access git.
  • Commit initial manifests to the cluster repo to pull from this repo and other shared repos.
  • Allow sealing secrets to the edge cluster and committing them to the cluster repo.
  • Create credentials for the edge Flux account.

Test release to try the pipeline.

12 Jul 09:45
769f357
Compare
Choose a tag to compare
Pre-release
v0.0.1-rc.1

Add the build pipeline actions. (#2)