How can I install just security updates from the command line?
The above question does a good job of describing how to do security updates only.
Is there a way to install all security updates that were released before certain date?
The context here is a Chef recipe. I'd like to install all updates as of today on QA systems. Then when I release this to production it should just install security updates up to that date.
I could maintain a list, but as you can imagine it could be hard and some systems might be in various states.