Skip to content

Releases: IBM/automation-integration-platform

v2.3.2

09 Mar 21:28
d784635
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

23 Jan 15:57
5782c88
Compare
Choose a tag to compare

Bug Fixes

  • Updates cp-catalogs module to v1.2.7 to fix error @seansund (#34)

v2.3.0

01 Dec 09:01
212b65b
Compare
Choose a tag to compare

Features

  • Updates gitops-namespace modules to v1.15.0 @seansund (#33)

v2.2.0

18 Nov 18:26
547f39f
Compare
Choose a tag to compare

v2.1.0

18 Nov 16:48
8960407
Compare
Choose a tag to compare
  • added default name prefix for setup workspace scripts @triceam (#31)

v2.0.4

18 Nov 02:45
b8228fe
Compare
Choose a tag to compare

v2.0.3

17 Nov 18:50
537bdc4
Compare
Choose a tag to compare

Maintenance

  • Adds workflow to publish asset to object storage

Full Changelog: v2.0.2...v2.0.3

v2.0.2

15 Nov 18:42
Compare
Choose a tag to compare

Added headless option for integration setup scripts. You can run the setup-workspace scripts without user prompting by using the -l command line argument as a comma separated list to specify the explicit layers by number.

For example, use layer 280 to specify all layers:

./setup-workspace-with-odf-or-portworx.sh -p ibm -s odf -n integration -l 280

Or, use individual layer numbers to only deploy those components.

./setup-workspace-with-odf-or-portworx.sh -p ibm -s odf -n integration -l 220,230,240

Layer numbers that can be used are:

  • 280 All layers/components (this will override all other layers)
  • 220 IBM API Connect
  • 230 IBM MQ
  • 240 IBM App Connect
  • 250 IBM Event Streams
  • 260 IBM MQ Uniform Cluster

Full Changelog: v2.0.1...v2.0.2

Minor update - resource group handling

07 Nov 15:01
Compare
Choose a tag to compare

Minor update to resource group handling logic

v2.0.0

04 Nov 16:34
Compare
Choose a tag to compare

This includes:

  • Support for gitea (by default)
  • Uses the GitOps provider instead of terraform modules
  • Updated to use terragrunt for automation between layers