This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
139 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## v0.7.1 | ||
|
||
**Released:** 03/06/2020 | ||
|
||
The first patch release in the `v0.7.X` series pulls in an important fix for the long-standing | ||
networking issues in Ignite, with [#638](https://github.com/weaveworks/ignite/pull/638) merged | ||
you should be able to seamlessly integrate with different CNI providers and implement multi-node | ||
networking with Ignite VMs. | ||
|
||
`v0.7.1` also brings improvements to the GitOps functionality courtesy of [@luxas](https://github.com/luxas) | ||
and link checking improvements by [@dholbach](https://github.com/dholbach). Thanks! | ||
|
||
### Enhancements | ||
|
||
- Shadow the bogus /etc/resolv.conf of centos:8 to fix `wksctl` ([#611](https://github.com/weaveworks/ignite/pull/611), [@twelho](https://github.com/twelho)) | ||
- Rename the `gitops-toolkit` dependency to `libgitops` ([#612](https://github.com/weaveworks/ignite/pull/612), [@twelho](https://github.com/twelho)) | ||
- Use the new knownhosts package in fluxcd/toolkit ([#617](https://github.com/weaveworks/ignite/pull/617), [@luxas](https://github.com/luxas)) | ||
- Use the new libgitops GitDirectory implementation ([#615](https://github.com/weaveworks/ignite/pull/615), [@luxas](https://github.com/luxas)) | ||
|
||
### Bug Fixes | ||
|
||
- Fix CNI networking issues (MAC duplication + bridge ageing) ([#638](https://github.com/weaveworks/ignite/pull/638), [@twelho](https://github.com/twelho)) | ||
|
||
### Documentation | ||
|
||
- Check links using GH Action ([#573](https://github.com/weaveworks/ignite/pull/573), [@dholbach](https://github.com/dholbach)) |