Skip to content

Commit

Permalink
Merge pull request #394 from rightscale/ivory_14_08_acu162167_prepare…
Browse files Browse the repository at this point in the history
…_rc3

acu162167 - bump right_link version and update docs
  • Loading branch information
akarpik committed Apr 14, 2014
2 parents c13ecf5 + 4cc0af3 commit c8d5a38
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
right_link (6.0.1)
right_link (6.0.2)
chef (>= 0.10.10)
encryptor (~> 1.1)
extlib (~> 0.9.15)
Expand Down
21 changes: 19 additions & 2 deletions RELEASES.rdoc
@@ -1,9 +1,26 @@
= 6.0.2 (RightLink 6.0 release candidate 3)

Released 2014-04-14

== Changes to Existing Functionality

* HTTP client in right_agent uses non-blocking i/o via EM::HttpRequest
* Enhance error output for right_script and powershell providers in chef recipes

== Known Limitations

* Sometimes RightLink fails to sync up time using System NTP service so it uses RS_ISLAND instead

== Bug fixes

* rubygems not being configured to use rightscale mirror
* rs_state sometimes errors out incorrectly
* RightLink does not create an empty /etc/apt/sources.list during repository configuration

= 6.0.1 (RightLink 6.0 release candidate 2)

Released 2014-04-03

== New Features

== Changes to Existing Functionality

* Enable Chef report and error handlers.
Expand Down
2 changes: 1 addition & 1 deletion right_link.gemspec
Expand Up @@ -2,7 +2,7 @@

spec = Gem::Specification.new do |s|
s.name = 'right_link'
s.version = '6.0.1'
s.version = '6.0.2'
s.platform = Gem::Platform::RUBY

s.authors = ['RightScale']
Expand Down

0 comments on commit c8d5a38

Please sign in to comment.