summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-08-28 15:50:44 -0400
committerBryan McLellan <btm@loftninjas.org>2014-08-28 15:50:44 -0400
commit97881f6961f3678f5baa9d07ce317885db72314c (patch)
tree44879e6205fae864390dc542eae7472c429fcb9f
parenta44e979aea238939e9f260696ee34e471eb3d0cc (diff)
downloadohai-97881f6961f3678f5baa9d07ce317885db72314c.tar.gz
Update CHANGELOG for the last two releases
Ohai 7.2.0 shipped with Chef 11.14.2 Ohai 7.2.2 was built with Chef 11.14.4 but wasn't released due to some missing commits in Chef Ohai 7.2.4 was shipped with Chef 11.14.6
-rw-r--r--CHANGELOG.md24
1 files changed, 15 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b50b0ff..603a8e62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,6 @@
## Unreleased:
-* [**Phil Dibowitz**:](https://github.com/jaymzh)
- Use lsblk instead of blkid if available.
-* [**Phil Dibowitz**:](https://github.com/jaymzh)
- linux::filesystem now reads all of /proc/mounts instead of just 4K
* [**sawanoboly**](https://github.com/sawanoboly)
Retrieve OpenStack-specific metadata.
* [**Olle Lundberg**](https://github.com/lndbrg)
@@ -19,11 +15,21 @@
* [**Christian Vozar**](https://github.com/christianvozar):
Add Go language plugin.
* [**Phil Dibowitz**](https://github.com/jaymzh):
- linux::network should handle ECMP routes
-* [**Phil Dibowitz**](https://github.com/jaymzh):
regression: qualify device names from lsblk
-
-## Last Release: 7.2.0
+
+## Release 7.2.4
+
+* [**Phil Dibowitz**](https://github.com/jaymzh):
+ linux::network should handle ECMP routes
+
+## Release 7.2.2
+
+* [**Phil Dibowitz**:](https://github.com/jaymzh)
+ Use lsblk instead of blkid if available.
+* [**Phil Dibowitz**:](https://github.com/jaymzh)
+ linux::filesystem now reads all of /proc/mounts instead of just 4K
+
+## Release: 7.2.0
* [**Lance Bragstad**:](https://github.com/lbragstad)
Added platform_family support for ibm_powerkvm (OHAI-558)
@@ -64,7 +70,7 @@
* Be reluctant to call something an LXC host (OHAI-573)
-## Previous Release: 7.0.4
+## Release: 7.0.4
* Added platform_family support for ibm_powerkvm (OHAI-558)
* cannot disable Lsb plugin (OHAI-565)