Releases: sitle/chef-bareos
Releases · sitle/chef-bareos
3.0.3
Ian Smith
- Decided to change who owned all of the graphite_plugin bits
- Bareos plugin still seems to have some debugging code that will not only PRINT your password to the command line if done by hand, but will also EMAIL your main director password to whatever account owns, say, a cronjob (i.e. root). Seems like a security flaw? I submitted bugfix bareos/bareos-contrib/#14 to address this issue, waiting for merge. If you need an immediate fixed source, use my GitBytes/bareos-contrib fork. Sorry about that..
- Pretty much wherever root was, I changed to bareos in the plugin recipe.
- Cleanup README and CHANGELOG raw syntax for GitHub and Supermarket rendering
- Add new chefspec/rspec unit tests, cleanup existing tests
- Removed unused
.rspec
config file - Removed
repo_spec
test, never quite worked right - Added
:documentation
andcolor
output to chefspec/rspec testing - Added
graphite_plugin_spec
test - Condensed and cleaned up
default_spec
test, tests both therepo
andclient
recipes on top of the implieddefault
recipe - Added ability to easily run tests against a variety of preset supported platforms via
spec/unit/support/supported_platforms
definition file (seedefault_spec
test for example usage)
- Removed unused
- Add new/optimize serverspec integration tests
- Condense tests for overall functionality of Bareos
- New graphite plugin testing: plugin, config, cronjob
- Bump patch version to
3.0.3
(tag v3.0.3)
, cronjob
Bump patch version to 3.0.3 (tag v3.0.3)
3.0.2
Ian Smith
- Complete re-work of cookbook, which includes the rework bits from version 2.0
- Adding various features including:
- Templates populated from hash tables
- Up to date README
- Graphite plugin deployment recipe
- Migrate to postgresql cookbook version 4+
- Better testing (rspec), testing against current ruby, need some more rspec tests but no time
- Various other updates and enhancements, see README for details
- Supermarket Release...finally
- _NOTE_ This release adds functionality that is not backwards compatible. Version lock until you have time to test the migration to version 3.0+
0.1.2
Initiale release
0.1.0 Update rreadme file.