Skip to content
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

Fix Typo in provider-http DisposableRequest Resource #17

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

arielsepton
Copy link
Member

No description provided.

Copy link
Member

@jbw976 jbw976 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool @arielsepton, thanks for making this update! It looks like a thorough case sensitive find/replace that updates all desposable --> disposable. I expect this to get the job done there.

To be clear, even though this is a typo correction, it is still a breaking change to the DesposibleRequest API, as it is essentially being removed entirely and being replaced with a new DisposibleRequest API. Given the alpha version and the overall early maturity and adoption of this provider, I would expect that to be a reasonable change still at this point, but going forward as we mature this API we will not have that luxury in the future. So, something to be aware of.

When this is merged, you should cut a new release and include release notes explaining the impact of this change, e.g. with a # Breaking Changes section in the release notes. If you have any guidance for how people can migrate to using the new type, if they have already used the previous type, would also be helpful for the adopters 🙇‍♂️

@jbw976
Copy link
Member

jbw976 commented Mar 27, 2024

It's also a good idea to get into the habit of having detailed PR descriptions that explain the changes in the PR, how they are tested, etc. I think the PR template in this repo has some structure around that, so get in the habit of filling it out thoroughly to communicate your changes effectively.

Signed-off-by: arielsepton <[email protected]>
@arielsepton arielsepton merged commit 9a2a4ac into crossplane-contrib:main Mar 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants