|
1 | | -# v0.5.0 |
| 1 | +# v0.6.0 |
2 | 2 |
|
3 | 3 | ## What's Changed |
4 | 4 |
|
5 | 5 | ### 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 | + |
6 | 50 | * Add support for all namespaces, except user namespaces |
7 | 51 | * Add support for MirageOS |
8 | 52 | * Add support for `urunc_deploy` and allow the easy installation and configuration of `urunc`, along with monitors, in existing Kubernetes clusters. |
|
32 | 76 | * Add Knative tutorial in our docs |
33 | 77 | * Update documentation regarding unikernel packaging, adding various examples and cases |
34 | 78 |
|
35 | | - |
36 | 79 | **Full Changelog**: https://github.com/nubificus/urunc/compare/v0.4.0...v0.5.0 |
37 | 80 |
|
38 | | -# Previous Releases: |
39 | | - |
40 | 81 | ## v0.4.0 |
41 | 82 |
|
42 | 83 | ## What's Changed |
|
0 commit comments