Releases: terraform-ibm-modules/stack-retrieval-augmented-generation
Releases · terraform-ibm-modules/stack-retrieval-augmented-generation
v1.2.0
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
andcloud_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
andenable_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
v1.1.0
v1.0.0
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
v0.3.0
v0.2.0
v0.1.0
v0.0.17
What's Changed
- Stack outputs by @vburckhardt in #79
- Bump by @vburckhardt in #81
Full Changelog: v0.0.16...v0.0.17