wrapper update to 0.4.6
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/wrapper/-/blob/0.4.6/CHANGELOG.md
Package MR
big-bang/product/packages/wrapper!27 (merged)
For Issue
Closes big-bang/product/packages/wrapper#11 (closed)
Upgrade Notices
package.istio.hosts[*].domain
(a string) was removed in favor of package.istio.hosts[*].domains
(a list of strings). If you were overriding this domain, you will need to account for this.
For example: you would change
package:
istio:
hosts:
domain: test.com
...
To
package:
istio:
hosts:
- domains:
- test.com
...
Merge request reports
Activity
- A deleted user
added botmr statusreview wrapper labels
assigned to @andrewshoell
requested review from @ryan.j.garcia, @chris.oconnell, and @michaelmartin
requested review from @ryan.thompson.44
tested different conditions, and appears to be working as expected
hosts: - names: - site1 - site2 domains: - com - edu destination: service: service-a gateways: - gateway-1 - names: - site3 - site4 - site5 domains: - com gateways: - gateway-2 destination: service: service-b
The VirtualService uses $bigbang.domain on the end of the name. This should be fine unless we decide at some point to allow the user to provide a unique name for each "hosts" entry.
mentioned in commit b02745f3
changed milestone to %2.22.0