Chapter 4. Fixed issues
Red Hat Trusted Application Pipeline 1.5 provides the following bug fixes and resolved issues:
The Workflow file in the -gitops repository now points to secrets
When you create a new component and use GitHub Actions as a CI provider, RHTAP generates a GitHub repository with your component. This repository contains a <your-component-name>-gitops folder with the Workflow file, which should provide a list of environment variables and references to secrets. Earlier, the Workflow file only included a list of variables but not secrets. With this release, the Workflow file now includes both environment variables and secrets.
The task order in the CI templates is now correct
Previously, in the Jenkins, GitLab CI and GitHub Actions templates, the update-deployment task ran after the acs-deploy-check task. This order was unexpected and has been fixed now.
The CD and Docs tabs no longer show an error for the GitOps resource
Previously, in the Red Hat Developer Hub UI, the CD and Docs tabs for the GitOps resource didn’t generate the expected content and displayed an error. The issue is resolved in this release.