Skip to content

Commit

Permalink
Merge pull request chef-boneyard#37 from hw-cookbooks/new/release
Browse files Browse the repository at this point in the history
Release v0.3.3
  • Loading branch information
Aaron Baer committed Mar 15, 2014
2 parents 0e7daf8 + d8fd688 commit a544201
Show file tree
Hide file tree
Showing 22 changed files with 18 additions and 224 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms:
suites:
- name: default
run_list:
- recipe[route53-test]
- recipe[route53_wrapper]
attributes:
route53:
zone_id: "THEZONEID"
Expand Down
4 changes: 0 additions & 4 deletions Berksfile

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.3
* support for alias records
* build-essential to correct fog build errors
* install specific fog version by setting attribute
* test-kitchen support and begin enhanced testing frameworks
## v0.3.2
* Add missing "name" attribute to metadata
* install correct libxml2 and libxslt package names for rhel family
Expand Down
2 changes: 1 addition & 1 deletion Cheffile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
site 'http://community.opscode.com/api/v1'

cookbook 'route53', path: '.'
cookbook 'route53-test', path: 'test/cookbooks/route53-test'
cookbook 'route53_wrapper', path: 'examples/cookbooks/route53_wrapper'
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ group :integration do
gem "kitchen-docker"
gem "librarian-chef"
end

group :test do
gem "chefspec"
gem "fog", :git => 'https://github.com/fog/fog.git'
gem "berkshelf"
end
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env rake

begin
require 'emeril/rake'
rescue LoadError
puts ">>>>> Emeril gem not loaded, omitting tasks" unless ENV['CI']
end
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name 'route53-test'
name 'route53_wrapper'
maintainer 'Heavy Water Operations'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs/Configures route53-test'
description 'Installs/Configures route53_wrapper test cookbook'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Cookbook Name:: route53-test
# Cookbook Name:: route53_wrapper
# Recipe:: default
#
# Copyright 2014, Heavy Water Operations
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
license "Apache 2.0"
description "Installs/Configures route53"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.3.2"
version "0.3.3"

depends 'build-essential'
14 changes: 0 additions & 14 deletions spec/default_spec.rb

This file was deleted.

25 changes: 0 additions & 25 deletions spec/existing_record_different_type_spec.rb

This file was deleted.

15 changes: 0 additions & 15 deletions spec/existing_record_same_type_spec.rb

This file was deleted.

15 changes: 0 additions & 15 deletions spec/new_record_spec.rb

This file was deleted.

31 changes: 0 additions & 31 deletions spec/spec_helper.rb

This file was deleted.

18 changes: 0 additions & 18 deletions spec/support/mock-route53-data.yml

This file was deleted.

57 changes: 0 additions & 57 deletions spec/support/shared_context.rb

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/cookbooks/route53_test/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions test/fixtures/cookbooks/route53_test/metadata.rb

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions test/fixtures/cookbooks/route53_test/recipes/new_record.rb

This file was deleted.

0 comments on commit a544201

Please sign in to comment.