v1.18.0
What's Changed
- feat: added a NoDeletes function to the Syncer. If the Syncer is configured with noDeletes true, deleteDuplicates and delete operations are skipped entirely in the diff() function in #143 by @rspurgeon @mheap
- fix: added checks for all conflicting nested configs in plugins. A foreign key nested under a plugin of a different scope would error out. This would make sure that a sync does not go through when wrong configurations are passed via deck. #157 by @Prashansa-K
- fix: fixing consumer-group related dump config for deck in #159 by @Prashansa-K
- chore(ci): pin 3rd party actions by hashes in #158 by @randmonkey
- chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in #162 by @dependabot
Full Changelog: v1.17.0...v1.18.0