File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55[ Unreleased] [ unreleased ]
66------------------------
77
8+ [ 1.3] - 2015-04-08
9+ ------------------
10+ - Bump the Berkshelf gem to prevent dependency conflict.
11+
812[ 1.2] - 2015-01-20
913------------------
1014- Adds CHANGELOG.md.
@@ -19,7 +23,8 @@ All notable changes to this project will be documented in this file.
1923- Initial ROGUE release re-released using 1.0 tag.
2024
2125
22- [ unreleased ] : https://github.com/ROGUE-JCTD/rogue-chef-repo/compare/release-1.2...HEAD
26+ [ unreleased ] : https://github.com/ROGUE-JCTD/rogue-chef-repo/compare/release-1.3...HEAD
27+ [ 1.3 ] : https://github.com/ROGUE-JCTD/rogue-chef-repo/compare/release-1.2...release-1.3
2328[ 1.2 ] : https://github.com/ROGUE-JCTD/rogue-chef-repo/compare/release-1.1...release-1.2
2429[ 1.1 ] : https://github.com/ROGUE-JCTD/rogue-chef-repo/compare/release-1.0...release-1.1
2530[ 1.0 ] : https://github.com/ROGUE-JCTD/rogue-chef-repo/tree/release-1.0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2626 config . vm . provision :shell , :path => "scripts/install_rvm.sh" , :args => "stable"
2727 config . vm . provision :shell , :path => "scripts/install_ruby.sh" , :args => "1.9.3"
2828 unless BERKSHELF
29- config . vm . provision :shell , :path => "scripts/geoshape-install.sh" , :args => "vagrant release-1.2 "
29+ config . vm . provision :shell , :path => "scripts/geoshape-install.sh" , :args => "vagrant release-1.3 "
3030 end
3131 config . vm . provision :shell , :inline => "gem install chef --version 11.10.4 --no-rdoc --no-ri --conservative"
3232
You can’t perform that action at this time.
0 commit comments