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
Sorry for that.
I created ticket MEN-8922 to follow-up as soon as capacity allows.
Hey, I cannot reproduce this with an Open Source server; I can create deployments by group or by listing device IDs. I’ve tried the master approach and the one in v1.0.0.
Could you perhaps provide us with some more details on how you’re trying to run it? I can’t see how the diff between v1.0.0 and master should cause this.