Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jan 24, 2016
1 parent 5fc753a commit beac730
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ kitchen-in-travis CHANGELOG

This file is used to list changes made in each version of the `kitchen-in-travis` cookbook.

## v0.4.0 (2016-01-24)

* Update Berkshelf to version `4`.
* Reinstall AppArmor to fix *Could not open 'tunables/global'* error.
* Docker script big refactor using *travis_* shell functions.
* Improve Rakefile integration tasks to support different actions and regexp.
* README: Multiple documentation improvements.

## v0.3.0 (2015-08-29)

* Revert "Gemfile: kitchen-docker ~> 2.3" (fixes *Kitchen::ActionFailed: Failed to complete #create action: [undefined method `create' for Tempfile:Class]*, see [`kitchen-docker` issue #148](https://github.com/portertech/kitchen-docker/issues/148)).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

END OF TERMS AND CONDITIONS

Copyright 2015 Xabier de Zuazo
Copyright 2015-2016 Xabier de Zuazo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rvm:
sudo: true

before_script:
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.4.0/scripts/start_docker.sh)

script:
# Run test-kitchen with docker driver, for example:
Expand Down Expand Up @@ -113,7 +113,7 @@ rvm:
sudo: true

before_script:
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.4.0/scripts/start_docker.sh)

script:
- travis_retry bundle exec rake integration:docker
Expand Down Expand Up @@ -204,7 +204,7 @@ env:
- KITCHEN_REGEXP=ubuntu

before_script:
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
- source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.4.0/scripts/start_docker.sh)

script:
- travis_retry bundle exec rake integration:docker[$KITCHEN_REGEXP]
Expand Down Expand Up @@ -312,7 +312,7 @@ If a command can take a long time to run and is very quiet, you may need to run
UML does not seem to work properly on some projects. The Travis build output in these cases:

```
$ source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.3.0/scripts/start_docker.sh)
$ source <(curl -sL https://raw.githubusercontent.com/zuazo/kitchen-in-travis/0.4.0/scripts/start_docker.sh)
[...]
Starting Docker Engine
Waiting Docker to start
Expand Down Expand Up @@ -360,7 +360,7 @@ See [here](https://github.com/zuazo/docker-in-travis#acknowledgements).
|:---------------------|:-----------------------------------------|
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@zuazo.org>)
| **Contributor:** | [Jacob McCann](https://github.com/jmccann)
| **Copyright:** | Copyright (c) 2015, Xabier de Zuazo
| **Copyright:** | Copyright (c) 2015-2016, Xabier de Zuazo
| **License:** | Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
User Mode Linux.
EOH
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.0' # WiP
version '0.4.0'

depends 'nginx', '~> 2.7'

0 comments on commit beac730

Please sign in to comment.