UNCLASSIFIED - NO CUI

Skip to content

wrapper update to 0.4.6

mr-bot requested to merge update-wrapper-tag-0.4.6 into master

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
...
Edited by Michael Martin

Merge request reports