Skip to content

irs-helm-6.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 10:49
f9bf3a9

Changed

  • Update IRS version to 3.5.3
  • Changed configuration for default policies from:
    edc:
      catalog:
        policies:
          allowedNames: A, B
          acceptedLeftOperands: X
          acceptedRightOperands: Y
    
    to:
    edc:
      catalog:
        acceptedPolicies:
        - leftOperand: "X"
          operator: "eq"
          rightOperand: "A"
        - leftOperand: "B"
          operator: "eq"
          rightOperand: Y"
    

Full Changelog: irs-helm-6.7.3...irs-helm-6.8.0