Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryWJackson committed Nov 14, 2012
2 parents a15daae + 3b16835 commit 1710c8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v4.5.1:
* Clean up on 12.04 template - do dist-upgrade, include omnibus bin in $PATH, nicer first-boot.json
* Removing superfluous raise on duplicate machines during load

# v4.5.0: upgraded to 12.04 bootstrap
* First stab at 12.04 from @nickmarden's pull #171 - uses omnibus, not autobuild ruby
* Removed bad 11.10 bootstrap script - used incompatible ruby install
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.0
4.5.1
4 changes: 2 additions & 2 deletions ironfan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "ironfan"
s.version = "4.5.0"
s.version = "4.5.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Infochimps"]
s.date = "2012-11-07"
s.date = "2012-11-14"
s.description = "Ironfan allows you to orchestrate not just systems but clusters of machines. It includes a powerful layer on top of knife and a collection of cloud cookbooks."
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down
1 change: 0 additions & 1 deletion lib/ironfan/provider/ec2/machine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def self.load!(cluster=nil)
next unless Ironfan.chef_config[:include_terminated]
remember machine, :append_id => "terminated:#{machine.id}"
elsif recall? machine.name
raise 'duplicate'
machine.bogus << :duplicate_machines
recall(machine.name).bogus << :duplicate_machines
remember machine, :append_id => "duplicate:#{machine.id}"
Expand Down

0 comments on commit 1710c8d

Please sign in to comment.