MeganerdDev
MeganerdDev
https://quay.io/repository/operator-framework/ansible-operator?tab=tags&tag=v1.34.2
Added version bump for operator-sdk from `v1.33.0` to `v1.34.2` to Makefile ``` - curl -sSLo $(OPERATOR_SDK) https://github.com/operator-framework/operator-sdk/releases/download/v1.33.0/operator-sdk_$(OS)_$(ARCHA) ;\ + curl -sSLo $(OPERATOR_SDK) https://github.com/operator-framework/operator-sdk/releases/download/v1.34.2/operator-sdk_$(OS)_$(ARCHA) ;\ ```
I raised [#923](https://github.com/nautobot/nautobot-app-ssot/pull/923) for this, which attempts to remove the object in a try-except:pass
I was digging on an issue for running out of connections (in the default pool of 100) for Device Onboarding App and found this public issue. I was previously aware...