Skip to content

Releases: jbrazda/icai-migration-tools

icai-migration-tools

03 Feb 20:25
5a18170
Compare
Choose a tag to compare

Feb 2022 Release

This release ads support for new transformations

  • Add transformation to ass/update Version label in CAI design descriptions
  • Add transformation to Add tags to CAI Designs

to enable these transformations you have to add following properties to your build transform properties applicable to Package step of the deployment

# ADD Design Tags
ipd.migrate.addTags=true
ipd.tags.add.include=**/*.xml
ipd.tags.add.exclude=
ipd.tags.add.tags=TEST,for migration,version: 1.0 

## Apply Version Update to Selected CAI designs
ipd.migrate.updateVersions=true
# Include files
ipd.update.version.include=**/**.xml
# Exclude files
ipd.update.version.exclude=**/**.xml
# you can exclude specified files from 
ipd.update.version.label=1.0

icai-migration-tools

14 Oct 21:35
Compare
Choose a tag to compare

Add support for Connection Migration to a specific agent or agent group

icai_migration_tools

17 Oct 16:19
Compare
Choose a tag to compare
v1.0

Update Distribution Binaries