summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-08-28 16:23:10 -0400
committerBryan McLellan <btm@loftninjas.org>2014-08-28 16:23:10 -0400
commit6c94d324e476c8ef4595078012d7758efb708f66 (patch)
tree44879e6205fae864390dc542eae7472c429fcb9f
parenta44e979aea238939e9f260696ee34e471eb3d0cc (diff)
parent97881f6961f3678f5baa9d07ce317885db72314c (diff)
downloadohai-6c94d324e476c8ef4595078012d7758efb708f66.tar.gz
Merge pull request #402 from opscode/btm/fix-master-changelog
Update CHANGELOG for the last two releases
-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)