Type
enhancement
Description
- Updated the Helm and ArgoCD source references in
generate-helm-values.tf
to use the latest versions (v0.38.0
for GlueOps platform and v0.10.0
for ArgoCD).
- Updated the ArgoCD app version in
generate-tenant-readmes.tf
to v2.8.10
.
- Updated the Codespace version to
v0.34.2
and GlueOps platform version to v0.38.0
in modules/tenant-readme/0.1.0/readme.tf
.
- Updated the README.md to reflect the new versions of the modules.
Changes walkthrough
| Relevant files |
---|
Enhancement |
generate-helm-values.tfUpdate Helm and ArgoCD source references for new versions
generate-helm-values.tf
Updated the source reference for glueops_platform_helm_values to
v0.38.0 . Updated the source reference for argocd_helm_values to v0.10.0 .
|
+2/-2 |
generate-tenant-readmes.tfUpdate ArgoCD app version to v2.8.10
generate-tenant-readmes.tf
- Updated
argocd_app_version to v2.8.10 .
|
+1/-1 |
readme.tfUpdate Codespace and GlueOps platform versions
modules/tenant-readme/0.1.0/readme.tf
Updated codespace_version to v0.34.2 . Updated glueops_platform_version to v0.38.0 .
|
+2/-2 |
|
Documentation |
README.mdDocumentation update for new module versions
README.md
Updated module versions for argocd_helm_values and
glueops_platform_helm_values to reflect new versions in documentation.
|
+3/-3 |
|
✨ PR-Agent usage:
Comment /help
on the PR to get a list of all available PR-Agent tools and their descriptions