Skip to content

Commit

Permalink
fix the link titles
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Jul 12, 2019
1 parent b1a50df commit ec7c6bd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/releases/v0.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ We hope to see this trend continue, all help is very welcome to this community-d

### New Features / UX Improvements

- It is now possible to access and talk to the Firecracker socket, and metrics/logs FIFOs. (https://github.com/weaveworks/ignite/pull/132, https://github.com/patrobinson)
- Verify that the VM _actually_ did start before `ignite start/run` reports success (https://github.com/weaveworks/ignite/pull/139, https://github.com/twelho)
- Provide better UX and error messages for the `ignite ssh` command (https://github.com/weaveworks/ignite/pull/149, https://github.com/twelho)
- It is now possible to access and talk to the Firecracker socket, and metrics/logs FIFOs. ([#132](https://github.com/weaveworks/ignite/pull/132), [@patrobinson](https://github.com/patrobinson))
- Verify that the VM _actually_ did start before `ignite start/run` reports success ([#139](https://github.com/weaveworks/ignite/pull/139), [@twelho](https://github.com/twelho))
- Provide better UX and error messages for the `ignite ssh` command ([#149](https://github.com/weaveworks/ignite/pull/149), [@twelho](https://github.com/twelho))


### Bugfixes

- Set the `-F` flag to `mkfs.ext4`, as it is required on RHEL platforms. (https://github.com/weaveworks/ignite/pull/131, https://github.com/junaid18183)
- Generate RSA keys instead of ED25519 on FIPS machines. (https://github.com/weaveworks/ignite/pull/136, https://github.com/junaid18183)
- Make the filtering framework respect exact matches (https://github.com/weaveworks/ignite/pull/138, https://github.com/twelho)
- Don't fail although there are inactive network interfaces in the container (https://github.com/weaveworks/ignite/pull/146, https://github.com/luxas)
- Set the `-F` flag to `mkfs.ext4`, as it is required on RHEL platforms. ([#131](https://github.com/weaveworks/ignite/pull/131), [@junaid18183](https://github.com/junaid18183))
- Generate RSA keys instead of ED25519 on FIPS machines. ([#136](https://github.com/weaveworks/ignite/pull/136), [@junaid18183](https://github.com/junaid18183))
- Make the filtering framework respect exact matches ([#138](https://github.com/weaveworks/ignite/pull/138), [@twelho](https://github.com/twelho))
- Don't fail although there are inactive network interfaces in the container ([#146](https://github.com/weaveworks/ignite/pull/146), [@luxas](https://github.com/luxas))


### Docs improvements

- Add a next action link for better developer-workflow in `installation.md` (https://github.com/weaveworks/ignite/pull/118, https://github.com/alexellis)
- Error out if the Ignite binary download fails (https://github.com/weaveworks/ignite/pull/120, https://github.com/alexellis)
- Improve wording in the `README.md` (https://github.com/weaveworks/ignite/pull/125, https://github.com/seeekr)
- Fix link to the `prometheus.md` doc (https://github.com/weaveworks/ignite/pull/126, https://github.com/webwurst)
- Fix typo in `docs/README.md` (https://github.com/weaveworks/ignite/pull/128, https://github.com/andrelop)
- Added demo video to docs/usage.md (https://github.com/weaveworks/ignite/pull/140, https://github.com/paavan98pm)
- Add docs on how to check for KVM support in the CPU/kernel (https://github.com/weaveworks/ignite/pull/145, https://github.com/luxas)
- Add a next action link for better developer-workflow in `installation.md` ([#118](https://github.com/weaveworks/ignite/pull/118), [@alexellis](https://github.com/alexellis))
- Error out if the Ignite binary download fails ([#120](https://github.com/weaveworks/ignite/pull/120), [@alexellis](https://github.com/alexellis))
- Improve wording in the `README.md` ([#125](https://github.com/weaveworks/ignite/pull/125), [@seeekr](https://github.com/seeekr))
- Fix link to the `prometheus.md` doc ([#126](https://github.com/weaveworks/ignite/pull/126), [@webwurst](https://github.com/webwurst))
- Fix typo in `docs/README.md` ([#128](https://github.com/weaveworks/ignite/pull/128), [@andrelop](https://github.com/andrelop))
- Added demo video to docs/usage.md ([#140](https://github.com/weaveworks/ignite/pull/140), [@paavan98pm](https://github.com/paavan98pm))
- Add docs on how to check for KVM support in the CPU/kernel ([#145](https://github.com/weaveworks/ignite/pull/145), [@luxas](https://github.com/luxas))


## Trying it out / Next Steps!
Expand Down

0 comments on commit ec7c6bd

Please sign in to comment.