This MR contains the following updates:
Package | Type | Update | Change | OpenSSF |
---|---|---|---|---|
cloudflare (source) | required_provider | minor |
4.22.0 -> 4.23.0
|
v4.23.0
BREAKING CHANGES:
include_subdomains
is now a boolean value. If you previously set it to "enabled"
, you should update your configuration to use true
instead or if you set it to "disabled
", you should update it to false
. The rest will be handled by the internal state migrator. (#3026)preserve_path_suffix
is now a boolean value. If you previously set it to "enabled"
, you should update your configuration to use true
instead or if you set it to "disabled
", you should update it to false
. The rest will be handled by the internal state migrator. (#3026)preserve_query_string
is now a boolean value. If you previously set it to "enabled"
, you should update your configuration to use true
instead or if you set it to "disabled
", you should update it to false
. The rest will be handled by the internal state migrator. (#3026)subpath_matching
is now a boolean value. If you previously set it to "enabled"
, you should update your configuration to use true
instead or if you set it to "disabled
", you should update it to false
. The rest will be handled by the internal state migrator. (#3026)ENHANCEMENTS:
affected_components
option (#3009)INTERNAL:
DEPENDENCIES:
github.com/aws/aws-sdk-go-v2/config
from 1.26.3 to 1.26.4 (#3065)github.com/aws/aws-sdk-go-v2/config
from 1.26.4 to 1.26.5 (#3071)github.com/aws/aws-sdk-go-v2/config
from 1.26.5 to 1.26.6 (#3074)This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.