1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/gitops-release-notes-1-4-1.adoc

21 lines
910 B
Plaintext

// Module included in the following assembly:
//
// * gitops/gitops-release-notes.adoc
[id="gitops-release-notes-1-4-1_{context}"]
= Release notes for {gitops-title} 1.4.1
{gitops-title} 1.4.1 is now available on {product-title} 4.7, 4.8, 4.9, and 4.10.
[id="fixed-issues-1-4-1_{context}"]
== Fixed issues
The following issue has been resolved in the current release:
* {gitops-title} Operator v1.4.0 introduced a regression which removes the description fields from `spec` for the following CRDs:
** `argoproj.io_applications.yaml`
** `argoproj.io_appprojects.yaml`
** `argoproj.io_argocds.yaml`
+
Before this update, when you created an `AppProject` resource using the `oc create` command, the resource failed to synchronize due to the missing description fields. This update restores the missing description fields in the preceding CRDs. link:https://issues.redhat.com/browse/GITOPS-1721[GITOPS-1721]