Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97b0be94d0de
Choose a base ref
...
head repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d28be21bf7a
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 16, 2015

  1. (rubygems-chef) upgrade all clients to 12.0.3

    Sam Kottler committed Feb 16, 2015
    Copy the full SHA
    34a01d8 View commit details
  2. bump rubygems-chef

    Sam Kottler committed Feb 16, 2015
    Copy the full SHA
    848bc40 View commit details
  3. Merge branch 'master' of github.com:rubygems/rubygems-infrastructure

    * 'master' of github.com:rubygems/rubygems-infrastructure:
      allow passwordless sudo
    Sam Kottler committed Feb 16, 2015
    Copy the full SHA
    0d28be2 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 Berksfile.lock
  2. +1 −1 cookbooks/rubygems-chef/metadata.rb
  3. +1 −1 cookbooks/rubygems-chef/recipes/default.rb
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -254,7 +254,7 @@ GRAPH
memcached (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-sensu (>= 0.0.0)
rubygems-chef (0.0.38)
rubygems-chef (0.0.39)
chef-client (>= 0.0.0)
chef-vault (>= 0.0.0)
omnibus_updater (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-chef'
maintainer 'RubyGems.org ops team'

version '0.0.38'
version '0.0.39'

depends 'chef-client'
depends 'chef-vault'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -27,6 +27,6 @@
action [:stop, :disable]
end

node.default['omnibus_updater']['version'] = '11.16.2'
node.default['omnibus_updater']['version'] = '12.0.3'
node.default['omnibus_updater']['restart_chef_service'] = true
include_recipe 'omnibus_updater'