fix!: Rename certificates sha_1_fingerprint to sha1_fingerprint#2629
Conversation
|
We can probably override the column name in this case if we want to make the change non-breaking. Technically it's called |
That's a good point. |
|
@erezrokah We could override it in the recipe, right? Skip the field and add it manually with the name |
|
Not that it's a big deal. I'm good either way, if you'd prefer to make keep things consistent and make this a breaking change. |
Yeah, I think we always use the JSON tag if exists. If it didn't have one we could keep the the |
🤖 I have created a release *beep* *boop* --- ## [2.0.0](plugins-source-digitalocean-v1.0.1...plugins-source-digitalocean-v2.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * Rename certificates `sha_1_fingerprint` to `sha1_fingerprint` (#2629) ### Bug Fixes * **deps:** Update plugin-sdk for digitalocean to v0.12.10 ([#2548](#2548)) ([e26297e](e26297e)) * Rename certificates `sha_1_fingerprint` to `sha1_fingerprint` ([#2629](#2629)) ([6f5aba9](6f5aba9)) * Upgrade source SDK versions to v0.13.5 ([#2610](#2610)) ([611868e](611868e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Same as #2627 for DigitalOcean.
Renamed
resources.gotomain.gofor consistency with other plugins. Also a breaking change due to the column rename.