@@ -14,9 +14,27 @@ The following changes introduce incompatibility with BCD 1.0:
* The same BCD stack cannot be managed with multiple BCD controller instances due to the use of Terraform "local" backend.
* Due to [Ansible issue #35255](https://github.com/ansible/ansible/issues/35255) the warning message "could not match supplied host pattern" is displayed when there is no load balancer required for a noncluster deployment:
```
[WARNING]: Could not match supplied host pattern, ignoring: load_balancer
```
```
[WARNING]: Could not match supplied host pattern, ignoring: load_balancer
```
* Single sign-on to AWS using G Suite may be broken due to this error with `aws-google-auth`:
```
Captcha Required. Manually Login to remove this.
```
This happens when the IP is flagged by Google. Related issue and pending pull request: