Comment 21 for bug 1426424

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cookbook-openstack-common (master)

Reviewed: https://review.openstack.org/159946
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-common/commit/?id=ea8dfaa4015324d2e469bbd05a002b58eb0180d5
Submitter: Jenkins
Branch: master

commit ea8dfaa4015324d2e469bbd05a002b58eb0180d5
Author: Mark Vanderwiel <email address hidden>
Date: Fri Feb 27 12:35:29 2015 -0600

    Initial kilo updates

    MetaData changes
    - bump metadata versions to 11

    Gemfile changes
    - bump robocop to 0.29.1
    - bump chef to 11.18.6 close to 12 but not quite (need infra changes for 12)
    - bump berks to 3.2.1 to get fix for running twice (destination already exists)

    Rubocop changes
    - add .robucop_todo.yml for future cleanup
        - rubocop --auto-gen-config and add an inherit_from: .rubocop_todo.yml in your .rubocop.yml
    - add .bundle/**/* to .rubocop.yml
    - add .cookbooks/**/* to robocop.yml
    - fixup berks-cookbooks/** with /**/*

    Changelog changes
    - delete Changelog.rb

    Other codes changes
    - change juno to kilo where appropriate
    - cleanup any obvious old deprecated code

    Change-Id: I146aa7f7ba4024115c1297103e176a72336fbe5d
    Partial-Bug: #1426424