- Bump Berkshelf requirement to
~> 4.0
-
Enhancements
- Add
--connect-attribute
flag (-a
) to specify using public hostname or ipv4 when connecting to nodes
- Add
-
Bug Fixes
- Silence erroneous error and warning outputs
- Bug Fixes
- Fix issue with running berkflow commands on Windows
- Enhancements
- Add --skip-chef-run flag to
blo upgrade
command
- Add --skip-chef-run flag to
-
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
- 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
- Enhancements
- Add version command
- Bump Octokit constraint ~> 3.0
- Enhancements
- Finalize support for Berkshelf 3.0
- Enhancements
- Lock gem dependencies to stable versions
-
Features
blo install
command - installs a package generated byberks 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 toblo in
blo upgrade
aliased toblo up
- Support
-
Bug Fixes
- Now possible to install from the generated Gemfile. Previously was using many unreleased gems and dependencies.
Initial release
- Features
blo upgrade
command - upgrade an existing Chef Environment to the given cookbook version