Skip to content

Conversation

@erezrokah
Copy link
Member

Summary

Fixes #197


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines πŸ§‘β€πŸŽ“
  • Run go fmt to format your code πŸ–Š
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests πŸ§ͺ
  • Ensure the status checks below are successful βœ…

@kodiakhq kodiakhq bot merged commit 5ae38d0 into cloudquery:main Sep 29, 2022
kodiakhq bot pushed a commit that referenced this pull request Sep 29, 2022
πŸ€– I have created a release *beep* *boop*
---


## [0.11.0](v0.10.2...v0.11.0) (2022-09-29)


### ⚠ BREAKING CHANGES

* Avoid using global variables in caser (#196)
* Remove ParentIDResolver (#202)
* Rename ParentResourceFieldResolver to ParentColumnResolver (#203)
* Make CQUUIDResolver private (#201)
* Remove ParentPathResolver (#200)

### Features

* Make CQUUIDResolver private ([#201](#201)) ([d879dca](d879dca))
* Remove ParentIDResolver ([#202](#202)) ([5ae38d0](5ae38d0))
* Remove ParentPathResolver ([#200](#200)) ([d839b2f](d839b2f))
* Rename ParentResourceFieldResolver to ParentColumnResolver ([#203](#203)) ([77d515b](77d515b))


### Bug Fixes

* Add initialisms for k8s ([#191](#191)) ([5c52157](5c52157))
* Avoid using global variables in caser ([#196](#196)) ([85fd56a](85fd56a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove ParentIDResolver

2 participants