Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Latest commit

 

History

History
74 lines (48 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

74 lines (48 loc) · 1.77 KB

0.8.0

  • Bump Berkshelf requirement to ~> 4.0

0.7.0

  • Enhancements

    • Add --connect-attribute flag (-a) to specify using public hostname or ipv4 when connecting to nodes
  • Bug Fixes

    • Silence erroneous error and warning outputs

0.6.3

  • Bug Fixes
    • Fix issue with running berkflow commands on Windows

0.6.2

  • Enhancements
    • Add --skip-chef-run flag to blo upgrade command

0.6.1

  • Enhancements

    • Bump required versions of Ridley/Ridley-Connectors. See their changelog for a complete list of fixes.
  • Bug Fixes

    • Honor ssl verify configuration when communicating to Chef Server

0.6.0

  • Enhancements
    • Improve output in Thor release task
  • Bug Fixes
    • No longer prefix "v" to version tags. This was removed from the SemVer spec in 2.0.0

0.5.0

  • Enhancements
    • Add version command
    • Bump Octokit constraint ~> 3.0

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