This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Releases: AMRC-FactoryPlus/acs-cluster-manager
Releases · AMRC-FactoryPlus/acs-cluster-manager
v0.0.4
What's Changed
- Fix sealing secrets to edge clusters by @amrc-benmorrow in #17
- Create Sparkplug Address entry for cluster Group by @amrc-benmorrow in #19
Full Changelog: v0.0.3...v0.0.4
v0.0.3
- 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
Update sparkplug-app.
v0.0.3-dev.1
Update utilities.
Deploy an edge cluster from the ConfigDB
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
v0.0.2-dev.2 Update deps
Test cosign
Fix cosign on build * Remove the update-version action. * Build on any release.
Initial release
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.
v0.0.1-rc.1 Add the build pipeline actions. (#2)