inspec / kitchen-inspec

Test-Kitchen Plugin for InSpec
Other
109 stars 58 forks source link

Expeditor cannot find agent for inspec/kitchen-inspec #251

Open james-stocks opened 4 years ago

james-stocks commented 4 years ago

Despite having expeditor config , the expeditor Slack integration reports I'm sorry, but Expeditor can not find an agent associated with inspec/kitchen-inspec. when trying to interact with this project.

kamaradclimber commented 4 years ago

Apparently kitchen-inspec 1.3.2 has been pushed yesterday to rubygems.org (https://rubygems.org/gems/kitchen-inspec) even if https://github.com/inspec/kitchen-inspec/blob/master/CHANGELOG.md traces that release beginning of Feb 2020.

kamaradclimber commented 4 years ago

I may not have the same issue than this one but my symptom is:

Message: Could not load the 'inspec' verifier from the load path.cannot load such file -- inspec/plugin/v2

since yesterday.

james-stocks commented 4 years ago

@kamaradclimber that error relates to the change in kitchen-inspec 1.3.2

What version of InSpec are you using?

kamaradclimber commented 4 years ago

1.3.2 (we use latest from rubygems.org).

james-stocks commented 4 years ago

I mean the version of InSpec itself. The error you see might be due to using an old InSpec that does not implement the v2 plugin system

kamaradclimber commented 4 years ago

Indeed, the resolved version of inspec is 2.1.0 which is far behind the 4.1.x published currently on rubygems. I'll investigate this.