-
Notifications
You must be signed in to change notification settings - Fork 0
Release/v0.37.0 #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v0.37.0 #129
Conversation
* chore(argocd_app_version): v2.8.7 -> v2.8.10 * chore(codespace_version): v0.34.0 -> v0.34.1 * chore(platform-helm-chart-platform): stage rc * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#127) * fix(argocd): update argocd docs from v0.9.0 -> v0.10.0 to fix external secret health check * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
/describe |
PR Description updated to latest commit (5538d18)
|
PR Review(Review updated until commit 6d58152)
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
PR Description updated to latest commit (5538d18)
|
/describe |
PR Description updated to latest commit (6d58152)
|
/help |
PR Agent Walkthrough🤖 Welcome to the PR Agent, an AI-powered tool for automated pull request analysis, feedback, suggestions and more. Here is a list of tools you can use to interact with the PR Agent:
(1) Note that each tool be triggered automatically when a new PR is opened, or called manually by commenting on a PR. (2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the |
/describe |
PR Description updated to latest commit (6d58152)
|
Persistent review updated to latest commit 6d58152 |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
PR Description updated to latest commit (6d58152)
|
Type
enhancement
Description
generate-helm-values.tf
to use the latest versions (v0.38.0
for GlueOps platform andv0.10.0
for ArgoCD).generate-tenant-readmes.tf
tov2.8.10
.v0.34.2
and GlueOps platform version tov0.38.0
inmodules/tenant-readme/0.1.0/readme.tf
.Changes walkthrough
generate-helm-values.tf
Update Helm and ArgoCD source references for new versions
generate-helm-values.tf
glueops_platform_helm_values
tov0.38.0
.argocd_helm_values
tov0.10.0
.generate-tenant-readmes.tf
Update ArgoCD app version to v2.8.10
generate-tenant-readmes.tf
argocd_app_version
tov2.8.10
.readme.tf
Update Codespace and GlueOps platform versions
modules/tenant-readme/0.1.0/readme.tf
codespace_version
tov0.34.2
.glueops_platform_version
tov0.38.0
.README.md
Documentation update for new module versions
README.md
argocd_helm_values
andglueops_platform_helm_values
to reflect new versions in documentation.