As the title says, it would be great if the targeted deploy could be used to only deploy updates to permission sets.
The background is that I had to do a hotfix and publish an update to one of my services in production, where I also had to make some changes to the permission sets of an object in the data model.
Since I have some pending changes in one of my apps, I used targeted deploy to publish only the service, but the changes to the permissions were not part of the deploy package even though the object is listed as updated in the change details.
I think it would be extremely useful to be able to make changes to permissions without having to deploy the entire solution (or any other things for that sake)
Also, if anyone knows a workaround for this, I would love to hear it! I am currently unable to get the permissions into production, as they will not be sent through any partial deploy, and I am unable to do a full deploy to production anytime in the near future. I am currently forced to push all changes to stage and only run the service there (which is not ideal)