Ramiro Balado
Ramiro Balado
Configuration provider will throw `ValueError: Missing required environment variable "MYENV"` when declaring a container that uses another container as a dependency. The following snippet exemplifies the behavior: ```yaml # test.yaml...
It seems the `Self` provider is not being copied properly. Consider the following: ```python class A(containers.DeclarativeContainer): __self__ = providers.Self() dep = providers.Singleton(dict, container=__self__) @containers.copy(A) class CopyA(A): # __self__ = providers.Self()...
The deprecated mandrilll/mandrill dependency was replaced with mailchimp/transactional, but the package will not work simply by changing the client class to be used, since the interface is significantly different.
## Changes proposed by this PR closes #5919 * [x] CLI option (`--containerd-v6-enable`) to enable ipv6 in tasks * [x] CLI option (`--containerd-v6-pool`) to configure subnet from which containers get...