Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
702 stars 188 forks source link

Fix breaking changes documentation ordering to be consistent #4065

Closed matthchr closed 1 month ago

matthchr commented 1 month ago

What this PR does / why we need it:

Special notes for your reviewer:

If applicable:

matthchr commented 1 month ago

/ok-to-test sha=cb072e8

matthchr commented 1 month ago

Won't this make them sequential, with the latest at the bottom? I thought we wanted them in reverse order, latest at the top.

It would be nice to have them backwards-ordered. Right now the issue is they're incorrectly ordered, which is worse than either forwards or backwards... let me see if I can make them ordered the way we want but in a way that's harder to mess up.

matthchr commented 1 month ago

k I fixed it with a comment and a more obvious numbering scheme... I think this should be harder to get wrong now.

matthchr commented 1 month ago

/ok-to-test sha=220825e