Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 949 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 949 Bytes

0.4.0

  • Enhancements
    • Finalize support for Berkshelf 3.0

0.3.0

  • Enhancements
    • Lock gem dependencies to stable versions

0.2.0

  • Features

    • blo install command - installs a package generated by berks package into your configured Chef Server
  • Enhancements

    • Support latest as a version number in upgrade. This will upgrade the environment to the latest version of the given cookbook
    • Leaving the version blank in upgrade will upgrade the environment to the latest version
    • Upgrade won't occur if the environment is already at the given version. Override with the --force flag
    • blo install aliased to blo in
    • blo upgrade aliased to blo up
  • Bug Fixes

    • Now possible to install from the generated Gemfile. Previously was using many unreleased gems and dependencies.

0.1.0

Initial release

  • Features
    • blo upgrade command - upgrade an existing Chef Environment to the given cookbook version