You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this and it was related to the version of registry-image-resource bundled with my concourse instance running an older version of the resource. That older version did not support the version field.
The solution was to add a newer version of the resource in my pipeline so I could use the version field. There are instructions on how to do that in the linked PR.
In the latest release, when using the "version" parameter on
out
/put
the error:ERRO[0000] invalid payload: json: unknown field "version"
Is received, however it is detailed as existing as a parameter in the README
The text was updated successfully, but these errors were encountered: