Skip to content

Commit

Permalink
Changelog, bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Jan 24, 2012
1 parent 99c5308 commit e6b88e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## v3.0.11: We Raid at Dawn

* You can now assemble raid groups in the cluster definition:
- node metadata instructing the volumes recipe to build the raid volume
- marks the component volumes as non-mountable, in the appropriate raid group, etc
* Changed the order of `cluster_role` and `facet_role` in the run list. It now goes:
- `:first` roles (cluster then facet)
- `:normal` roles (cluster then facet)
- special roles: `cluster_role` then `facet_role`
- `:last` roles (cluster then facet)
* knife cluster launch uses ClusterBootstrap, not knife's vanilla bootstrap.
* can now do group('group_that_wants').authorized_by_group('group_that_grants') so that in cluster A I can request access to cluster B without gaining its group myself.
* push the organization (if set) into the node metadata

## v3.0.10: Cloud fixes

* security groups are now created/updated in knife cluster sync. This can't help you apply then to a node afer launch though -- nothing can, the API doesn't allow it.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.10
3.0.11

0 comments on commit e6b88e0

Please sign in to comment.