Releases Tags
-
v0.0.1 (Release Candidate 2)
released this 4 months ago | 11 commits to main since this release
-
A fix has been implemented on garage's side for the panics we've been seeing while applying cluster topology changes. See this issue. As part of the fix we have fully upgraded to garage v0.8.0, and are no longer using a release candidate.
-
The output of the
version
sub-command has been improved.
Downloads
-
-
v0.0.1 (Release Candidate 1)
released this 4 months ago | 18 commits to main since this release
-
A fix has been implemented for an issue we ran into testing, where garage was panicking during a layout change. The ultimate fix should be on garage's side (see this issue), but this change will work in the meantime.
-
Some updates to logging have been made, including the introduction of log levels in the cryptic-net daemon.
-
The startup sequence for the daemon has been adjusted so that putting bootstrap info into garage and applying garage layout changes don't happen simultaneously. Now layout changes are applied first, and putting bootstrap info happens second.
-
Waiting for a garage instances to start up during daemon start up was previously resulting in a tight loop of calls to garage's status endpoint. There is now a sleep in that loop.
-
Fix
garage mc
subcommand not setting the S3 API secret key properly by default.
Downloads
-
-
v0.0.1 (Release Candidate 0)
released this 4 months ago | 24 commits to main since this release
Release candidate for initial release of cryptic-net! After a period of initial feedback and potential bug handling an official v0.0.1 will be released.
At this juncture the cryptic-net's most basic features are complete, including:
- Ability to create a new network.
- Ability to add hosts to the network.
- Automatic management of keys and certificates for each host.
- Automatic provisioning of storage resources via configuration file.
- Automatic configuration of nebula lighthoust via configuration file.
- Propogation of host configurations to other hosts in the network, and reload upon changes to those configurations.
Downloads