Skip to content

Commit

Permalink
Add a bit of context to CLI and Nod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kosticmarin committed Nov 28, 2023
1 parent 972827e commit cc49c14
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,32 @@ Released 2023-11-23.
- Fix mTLS root cert store ([@kosticmarin](https://github.com/kosticmarin))
- Fix clippy PartialOrd, cargo update ([@withtypes](https://github.com/withtypes))


#### CLI Changes

New Lunatic CLI commands were added that interact with the Lunatic Cloud.

Login your Lunatic CLI and connect it with Your account on Lunatic Cloud.
```
lunatic login
```

Setup your project on Lunatic Cloud
```
lunatic app create hello-lunatic
```

Deploy Your application.
```
lunatic deploy
```

#### Privileged and Unprivileged Nodes

Privileged nodes can process distributed messages from any environment, while unprivileged nodes on registration receive a list of allowed environments. Any message that an unprivileged node process and which comes from an environment to which the node does not have access will result in an error.

By default control servers implementations, provided in this repository (see crates lunatic-control-axum and lunatic-control-submilliseconds), register only privileged nodes with no limitations.

## v0.13.0

Released 2023-05-03.
Expand Down

0 comments on commit cc49c14

Please sign in to comment.