You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PowerDNS] Update dependencies and force re-release (NR-303974) (#252)
* powerdns: update dependencies and force re-release
* fix tests
* fix golangci-lint errors
* powerdns: use forked repo
* change authoritative pdns image to one that is maintained
* print logs at e2e scenario exit
* final fixes and cleanup
* upgrade go-mod for the config generator
Upgrade `mongodb3` version to 3.x (#207)
The rationale for this change is that we can confuse the users in two ways:
* At documentation level, we can specify that version 2.x and >= 3.x have different configuration paths.
* At version of the package level, a user might confuse the packages and install version 1.0 for `nri-mongodb` instead of `nri-mongodb3`.