Skip to content

6.1.2

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 12 Aug 21:17
· 355 commits to main since this release
442dca7

Bug Fixes

  • configure-product will no longer assign a new guid for unnamed collections

    • the decorating collection with guid logic will associate existing collection item guids based on (in order)
      • equivalent item values
      • equal logical keys (in order; ie. 'name' will be used over 'Filename' if both exist)
        • name
        • key
        • fields ending in name (eg: sqlServerName)

    This addresses #207; improving GitOps style workflows