Skip to content

Commit

Permalink
changes for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 1, 2020
1 parent 92e94b1 commit 4c619ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.0.0 (2020-12-01)

Initial release
7 changes: 7 additions & 0 deletions albatross.opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ depexts: [
["libnl3" "libnl3-devel"] {os-family = "centos"}
]
synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5"
description: """
The goal of albatross is robust deployment of [MirageOS](https://mirage.io)
unikernels using [Solo5](https://github.com/solo5/solo5). Resources managed
by albatross are network interfaces of kind `tap`, which are connected to
already existing bridges, block devices, memory, and CPU. Each unikernel is
pinned (`cpuset` / `taskset`) to a specific core.
"""

0 comments on commit 4c619ee

Please sign in to comment.