Skip to content

Commit

Permalink
Merge pull request #116 from Temikus/release_0.2.2
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
erjohnso committed Oct 28, 2015
2 parents 2137b19 + 0c90942 commit cc1cead
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.2 (October 2015)

* Cleanup instance and disks on backend failures [p0deje]
* Refactoring ssh warnings into separate action [temikus]
* Refactoring disk type detection logic [temikus]
* Miscellaneous doc updates and minor fixes [mbrukman, temikus]

# 0.2.1 (July 2015)

* Temporarily reverted the old SyncedFolders behaviour. (See #94)
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-google/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
module VagrantPlugins
module Google
VERSION = "0.2.1"
VERSION = "0.2.2"
end
end
2 changes: 0 additions & 2 deletions tasks/acceptance.rake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ namespace :acceptance do
end
end

desc "runs full set of acceptance tests using vagrant-spec"
task :run_full do
components = %w(
halt
Expand All @@ -64,7 +63,6 @@ namespace :acceptance do
exec(command)
end

desc "runs a basic shell provisioner test using vagrant-spec"
task :run_smoke do
components = %w(
provisioner/shell
Expand Down

0 comments on commit cc1cead

Please sign in to comment.