We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipelines v0.45 removed support for embedded statuses, not only as a feature flag but from the API altogether. This means that newer Pipeline clients can no longer guarantee compatibility with older Pipeline servers (e.g. LTS versions), since the flag only defaulted to minimal as of v0.44.0 (and prior to that, used full instead of both).
full
both
We noticed this incompatibility in our e2e tests when we updated client versions: #712
In response, we either need to:
embedded-status: minimal
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Pipelines v0.45 removed support for embedded statuses, not only as a feature flag but from the API altogether. This means that newer Pipeline clients can no longer guarantee compatibility with older Pipeline servers (e.g. LTS versions), since the flag only defaulted to minimal as of v0.44.0 (and prior to that, used
full
instead ofboth
).We noticed this incompatibility in our e2e tests when we updated client versions: #712
In response, we either need to:
embedded-status: minimal
flag for older server versions.The text was updated successfully, but these errors were encountered: