From 309c0870e3f8e272017ae9cbcdf77cacf4c72c9c Mon Sep 17 00:00:00 2001 From: Govinda Fichtner Date: Tue, 2 Aug 2016 21:21:24 +0200 Subject: [PATCH 1/2] update device-init to 0.1.8 fixes issues with host entry that gets added multiple times https://github.com/hypriot/device-init/issues/23 --- versions.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.config b/versions.config index 1c1a167..4564b8b 100644 --- a/versions.config +++ b/versions.config @@ -13,7 +13,7 @@ export KERNEL_VERSION="4.4.15" export DOCKER_ENGINE_VERSION="1.11.1-1" export DOCKER_COMPOSE_VERSION="1.7.1-40" export DOCKER_MACHINE_VERSION="0.8.0-30" -export DEVICE_INIT_VERSION="0.1.7" +export DEVICE_INIT_VERSION="0.1.8" export CLUSTER_LAB_VERSION="0.2.14-1" # specify preloaded versions of docker images needed for the cluster-lab From 05b4fdbf7b08cdbdabca5176dd51a8dc374d455e Mon Sep 17 00:00:00 2001 From: Dieter Reuter Date: Wed, 3 Aug 2016 20:36:24 +0200 Subject: [PATCH 2/2] Fix tests for device init 0.1.8 Signed-off-by: Dieter Reuter --- .../test-integration/spec/hypriotos-image/device-init_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/test-integration/spec/hypriotos-image/device-init_spec.rb b/builder/test-integration/spec/hypriotos-image/device-init_spec.rb index 7497f5a..6290318 100644 --- a/builder/test-integration/spec/hypriotos-image/device-init_spec.rb +++ b/builder/test-integration/spec/hypriotos-image/device-init_spec.rb @@ -6,7 +6,7 @@ describe command('dpkg -l device-init') do its(:stdout) { should match /ii device-init/ } - its(:stdout) { should match /0.1.7/ } + its(:stdout) { should match /0.1.8/ } its(:exit_status) { should eq 0 } end