Merge branch 'chore/48-ipfs-cluster_0.10.1' of kosmos/chef into master

This commit is contained in:
gregkare 2019-05-02 09:16:51 +00:00 committed by Gitea
commit 0a62f2d5e0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
license 'MIT' license 'MIT'
description 'Installs/Configures kosmos-ipfs' description 'Installs/Configures kosmos-ipfs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.2' version '0.1.3'
depends 'ipfs' depends 'ipfs'
depends 'kosmos-base' depends 'kosmos-base'

View File

@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE. # THE SOFTWARE.
node.override['ipfs']['cluster']['version'] = '0.9.0' node.override['ipfs']['cluster']['version'] = '0.10.1'
include_recipe "ipfs::cluster" include_recipe "ipfs::cluster"
include_recipe "ipfs::cluster_service" include_recipe "ipfs::cluster_service"