Skip to content

Releases: zuazo/boxbilling-cookbook

release v1.0.0 (2015-09-01)

01 Sep 18:30
Compare
Choose a tag to compare

Build Status

  • Install BoxBilling 4 by default, adds node['boxbilling']['version'] attribute (breaking change).
  • Update chef links to use chef.io domain.
  • Update contact information and links after migration.
  • metadata: Add source_url and issues_url.
  • Documentation:
    • README:
    • Use markdown tables.
    • Improve description.
  • Testing:
    • Replace all bats integration tests by Serverspec and infrataster tests.
    • Fix already initialized constant warning.
    • Gemfile: Update RuboCop to 0.33.0.
    • Move ChefSpec tests to test/unit.
    • Add a Guardfile.
    • Rakefile: Add clean task.
    • Travis CI: Run tests on Ruby 2.2.

release v0.9.0 (2015-05-19)

19 May 05:39
Compare
Choose a tag to compare
  • Add custom HTTP headers support in nginx.
  • Update RuboCop to version 0.31.0.

release v0.8.0 (2015-03-13)

13 Mar 12:26
Compare
Choose a tag to compare
  • RecipeHelpers#boxbilling_upload_cookbook_file: Upload files to the root directory instead of bb-uploads (disallowed in robots.txt).

release v0.7.0 (2015-02-23)

23 Feb 11:17
Compare
Choose a tag to compare
  • Fix boxbilling_api[admin/system/params] notifications.
  • Disable PHP inside bb-uploads and bb-data directories.

release v0.6.0 (2015-02-13)

13 Feb 13:59
Compare
Choose a tag to compare
  • boxbilling_api:
    • Use returned id when updating after a create.
    • Fix method name typo.
    • Use passed args when reading list.
    • Improved handling of borderline cases.
    • Fix condition on same_item?.
    • Handle paths that have slug field.

release v0.5.0 (2015-02-08)

08 Feb 19:06
Compare
Choose a tag to compare
  • Update boxbilling when 'download_url' points to a new version.
  • boxbilling_api: Add same_item? to compare primary keys, support for 'admin/email/template'.
  • Calculate debug mode.
  • Fix all RuboCop offenses (big code refactor).
  • README: Add codeclimate badge.

release v0.4.1 (2015-01-21)

21 Jan 10:43
Compare
Choose a tag to compare
  • Fix disabling nginx default site.

release v0.4.0 (2015-01-20)

20 Jan 10:55
Compare
Choose a tag to compare
  • Add nginx support.
  • Small improvements.
  • Unit tests against Chef 11 and 12.

release v0.3.0 (2015-01-03)

03 Jan 16:37
Compare
Choose a tag to compare
  • htaccess: Fix Apache 2.4 support.
  • Fix Ubuntu 14 support.
  • Add Fedora and RedHat support.
  • Add integration tests.
  • Update to use ssl_certificate cookbook version 1.1.0.
  • metadata: Use pessimistic operator for cookbook versions.
  • Enable ChefSpec coverage.
  • Gemfile: Use foodcritic fixed version.
  • Update license year.

release v0.2.1 (2014-12-25)

25 Dec 20:09
Compare
Choose a tag to compare
  • boxbilling_api: fix encrypted attributes decryption outside chef solo.