Skip to content

Releases: terraform-ibm-modules/stack-retrieval-augmented-generation

v1.2.0

04 Jul 17:34
v1.2.0
07f7f3e
Compare
Choose a tag to compare

Retrieval Augmented Generation Pattern Stack v1.2.0 Release Notes

This release includes several updates to the underlying members of the Retrieval Augmented Generation Pattern stack.

Observability

Features

  • Monitoring for all buckets created by the solution can now be configured by setting cloud_monitoring_provision to true.
  • Provisioning of logging or monitoring instances can now be opted out of using new boolean input variables log_analysis_provision and cloud_monitoring_provision.
  • Existing cloud monitoring instances can now be used with the new input variable existing_cloud_monitoring_crn.
  • New variables enable_at_event_routing_to_cos_bucket and enable_at_event_routing_to_log_analysis provide ability to route Activity Tracker either to a COS bucket, or an existing Log Analysis instance (or both).

Bug Fixes

  • Default value for region in instances Deployable Architecture is updated.

WatsonX SaaS Services

Features

  • Catalog tile has been updated and Deployable Architecture has been renamed to "Watsonx.ai SaaS with Assistant and Governance".
  • Support has been added for provisioning watsonx.data.
  • Some Watson services can now be deployed in the jp-tok region.

Bug Fixes

  • Error fixed when requesting no Watson project to be created.
  • Storage delegation now works when KMS is private.
  • Reference architecture diagram updated for accuracy.

Security Service - Security Compliance Center

Features

  • Event Notifications destinations, topics, and subscriptions can now be created for the SCC instance.
  • SCC attachments can now be created using the profile_attachments input variable.
  • SCC Cloud Object Storage (COS)-related outputs have been added.

Bug Fixes

  • Variable descriptions have been cleaned up.
  • Bug fixed in agents Deployable Architecture where Kubernetes provider config had a typo.

Security Service - Secret Manager

Features

  • Support has been added for use cases where KMS is in a different account using the new optional variable ibmcloud_kms_api_key.
  • Event Notifications destinations, topics, and subscriptions can now be created.

Bug Fixes

  • Improved the accuracy and details of the description of the input and output variables for the Deployable Architecture.

Sample RAG App Configuration

Bug Fixes

  • Watson Assistant code updated to allow for destruction of resources.
  • Watson Discovery API URL prefixed with https.

Important Notes

  • Upgrading from an older version may result in some destroys due to the major version update of the COS module. This is expected and should not be disruptive to everyday operations.
  • When upgrading to this version, you may end up with a duplicate Assistant within your Watson Assistant instance. We recommend deleting the original Assistant from the Watson Assistant instance after the upgrade.

v1.1.1

04 Jul 13:45
v1.1.1
082d278
Compare
Choose a tag to compare

1.1.1 (2024-07-04)

Reverts

  • Revert "test: update ibmcloud-terratest-wrapper to v1.35.3 (#144)" (#145) (082d278)

v1.1.0

31 May 09:06
v1.1.0
df61899
Compare
Choose a tag to compare

1.1.0 (2024-05-31)

Features

  • ability to point to existing kms instance as a stack input (#117) (df61899), closes #113

v1.0.0

17 May 11:17
8c7de3e
Compare
Choose a tag to compare

v1.0.0 version

This release focuses on addressing minor issues and refining existing functionality. While it doesn't introduce major new features compared to v0.0.17, it marks an important milestone in the availability of this DA.

Enhancements

  • Improved Container Registry: The container registry namespace is now created with a random suffix by default, reducing the probability of clashes in the name (which must be globally unique). This feature can be disabled in the application lifecycle management configuration options.
  • Enhanced Documentation: More information about the DA is now available inline in the catalog tile, providing users with easier access to relevant details.
  • Private Endpoints: Secret Manager instances are now provisioned with private endpoints only, enhancing security and isolation.

Bug Fixes

  • Unused Trusted Profile: Logic that created an unused trusted profile in the account has been disabled.
  • Code Engine Naming: The issue where the name of the code engine created was missing a "-" between the prefix and its name has been fixed.
  • Key Protect Bug: A bug in the Key Protect deployable architecture that resulted in an intermittent Terraform error when attempting to click the "Deploy again" (e.g. deploying twice in a row) button has been fixed.
  • Cloudshell Config: An intermittent error when applying the Cloudshell configuration in the account infrastructure base layer has been fixed.

v0.4.0

16 May 16:04
v0.4.0
2a1d305
Compare
Choose a tag to compare

0.4.0 (2024-05-16)

Features

v0.3.0

16 May 12:01
v0.3.0
e086005
Compare
Choose a tag to compare

0.3.0 (2024-05-16)

Features

v0.2.0

15 May 11:44
v0.2.0
f0cd67f
Compare
Choose a tag to compare

0.2.0 (2024-05-15)

Features

v0.1.0

13 May 14:06
v0.1.0
53f72fb
Compare
Choose a tag to compare

0.1.0 (2024-05-13)

Features

  • python stack deploy script (alpha) (#76) (53f72fb)

v0.0.17

10 May 14:28
c7c5dbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

10 May 13:46
v0.0.16
85226d5
Compare
Choose a tag to compare

0.0.16 (2024-05-10)

Bug Fixes