Skip to content

Commit

Permalink
update to habitat 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Jul 17, 2018
1 parent 7ea7581 commit a104df9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ This cookbook provides resources for working with [Habitat](https://habitat.sh).

### Habitat

- Habitat version: 0.57.0
- Habitat version: 0.59.0

This cookbook is developed lockstep with the latest release of Habitat to ensure compatibility, going forward from 0.33.0 of the cookbook and 0.33.2 of Habitat itself. When new versions of Habitat are released, the version should be updated in these files:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.54.0
0.59.0
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Habitat related resources for chef-client'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.57.0'
version '0.59.0'

%w(ubuntu debian redhat centos suse scientific oracle amazon opensuse opensuseleap).each do |os|
supports os
Expand Down
2 changes: 1 addition & 1 deletion resources/install.rb
Expand Up @@ -80,7 +80,7 @@
end

action_class do
HAB_VERSION = '0.57.0'.freeze
HAB_VERSION = '0.59.0'.freeze

def hab_version
HAB_VERSION
Expand Down
2 changes: 1 addition & 1 deletion test/integration/config/default_spec.rb
Expand Up @@ -10,7 +10,7 @@
# This needs to be updated each time Habitat is released so we ensure we're getting the version
# required by this cookbook.
describe command('hab -V') do
its('stdout') { should match(%r{^hab 0.57.0/}) }
its('stdout') { should match(%r{^hab 0.59.0/}) }
its('exit_status') { should eq 0 }
end

Expand Down
2 changes: 1 addition & 1 deletion test/integration/package/default_spec.rb
Expand Up @@ -10,7 +10,7 @@
# This needs to be updated each time Habitat is released so we ensure we're getting the version
# required by this cookbook.
describe command('hab -V') do
its('stdout') { should match(%r{^hab 0.57.0/}) }
its('stdout') { should match(%r{^hab 0.59.0/}) }
its('exit_status') { should eq 0 }
end

Expand Down

0 comments on commit a104df9

Please sign in to comment.