-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
feat(created_at_sort): add support for sorting by created #354
Conversation
a56b25a
to
aac3a77
Compare
@exp0nge we might want to fix those flaky test on our end first. This will be included in next Concourse release. |
Signed-off-by: MD Islam <[email protected]>
Co-authored-by: Rui Yang <[email protected]> Signed-off-by: MD Islam <[email protected]>
@taylorsilva / @xtremerui What's the release schedule? I would like to stop running a custom fork 😄 |
I really want this change too as it'll help with some pipelines I have. (FYI, I'm not part of Broadcom, just an external guy like you, but with some say in the project. I work on Concourse-stuff during my own time. I have a separate day job.) |
I'm gonna try and get some of the dependa bot PR's in and then release a v1.10.0 of this resource. You can then use that in your pipelines or preload it on your workers: https://concourse-ci.org/concourse-worker.html#installing-or-upgrading-bundled-resource-types |
Ah, thanks for the reference. Seems quite involved. |
Any update on a v1.10.0? |
…pre-release this is from upstream's `dev` tag, and needed so we can use the created_at_sort feature added in concourse/registry-image-resource#354
Implements #352