Skip to content

Commit 54466f0

Browse files
Georgios Ntoutsoscmainas
authored andcommitted
ci(release): urunc v0.6.0
PR: #201 Signed-off-by: Georgios Ntoutsos <[email protected]> Reviewed-by: Charalampos Mainas <[email protected]> Approved-by: Charalampos Mainas <[email protected]>
1 parent f8268a2 commit 54466f0

File tree

2 files changed

+46
-5
lines changed

2 files changed

+46
-5
lines changed

CHANGELOG.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,52 @@
1-
# v0.5.0
1+
# v0.6.0
22

33
## What's Changed
44

55
### New features
6+
7+
* Add support for mewz unikernels
8+
* Add support for cli options at the runtime
9+
* Add support for environment variables, by passing the environment variables of the container in the unikernel
10+
* Add support for existing containers, by booting a minimal Linux VM
11+
* Add support for the creation and chroot to a new rootfs for monitor execution
12+
* Add support for mounting volumes in the container's rootfs
13+
* Add support for using the container's rootfs as the rootfs of the guest through 9pfs shared-fs.
14+
15+
### Breaking changes
16+
17+
* Replace `useDMBlock` annotation with `mountRootfs`.
18+
19+
### Internals
20+
21+
* Improve logging and error handling
22+
* Update Unikraft cli handling to replicate kraftkit's behavior
23+
24+
### CIC/CD
25+
26+
* Add workflow to publish docs automatically
27+
* Migrate to GH runners for all CI actions
28+
* fix invocation and update urunc-deploy building action
29+
* Improve CI, by removing hardcoded repo values, running workflows in the correct context and removing org secret dependencies
30+
31+
### Misc
32+
33+
* Add security policy
34+
* Give a new look in urunc's documentation, with the new logo, colors footer and easier copying of commands
35+
* Update knative tutorial
36+
* Add project governance
37+
* Fix typos and update urunc documentation
38+
* Update README with new info about urunc's community, Slack channel, roadmap and OpenSSF badge.
39+
40+
**Full Changelog**: https://github.com/urunc-dev/urunc/compare/v0.5.0...v0.6.0
41+
42+
# Previous Releases:
43+
44+
## v0.5.0
45+
46+
## What's Changed
47+
48+
### New features
49+
650
* Add support for all namespaces, except user namespaces
751
* Add support for MirageOS
852
* Add support for `urunc_deploy` and allow the easy installation and configuration of `urunc`, along with monitors, in existing Kubernetes clusters.
@@ -32,11 +76,8 @@
3276
* Add Knative tutorial in our docs
3377
* Update documentation regarding unikernel packaging, adding various examples and cases
3478

35-
3679
**Full Changelog**: https://github.com/nubificus/urunc/compare/v0.4.0...v0.5.0
3780

38-
# Previous Releases:
39-
4081
## v0.4.0
4182

4283
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

0 commit comments

Comments
 (0)