Mender-gh-action-create-deployment: error: feature not available in your plan

I wanted to test the most recent version (master) of the GitHub - mendersoftware/mender-gh-action-create-deployment github action in my CI pipeline to be able to deploy to a device based on attributes. It fails with this error message: Server’s response: {“error”:“Feature not available in your Plan.”. At first I thought it might be that deployment based on attributes was not available in the basic mender plan, but I tried deploying to a device by ID or group, and it failed with the same message. Reverting to v1.0.0 of the github action resolves the issue, but then I can only deploy to group or by device ID.

Hi @mikkelti and thank you for reporting!

Indeed, this is a regression that we overlooked :weary_face: Sorry for that.

I created ticket MEN-8922 to follow-up as soon as capacity allows.