1.2. Release notes for Red Hat OpenShift GitOps 1.16.4
Red Hat OpenShift GitOps 1.16.4 is now available on OpenShift Container Platform 4.12, 4.14, 4.15, 4.16, 4.17, and 4.18.
1.2.1. Errata updates 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Issued: 2025-10-09
The list of security fixes that are included in this release is documented in the following advisory:
If you have installed the Red Hat OpenShift GitOps Operator in the default namespace, run the following command to view the container images in this release:
$ oc describe deployment gitops-operator-controller-manager -n openshift-gitops-operator
1.2.2. Fixed issues 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
-
Before this update, the
extraCommandArgsfield in the Argo CD custom resource did not support using the same flag multiple times with different values. With this update, repeated flags are correctly handled. Multiple instances of flags can be specified, and all values are included in the controller pod configuration. GITOPS-6703 -
Before this update, when upgrading the Red Hat OpenShift GitOps Operator from version 1.15.x to 1.16.x or later with high availability (HA) enabled, the
redis-ha-proxypod could become stuck during the automatic rollout. With this update, the issue is resolved by updating the Operator’s resource management logic to properly reconcile the required permissions and security context fields during the upgrade. As a result, theredis-ha-proxypod rolls out successfully and automatically when the Red Hat OpenShift GitOps Operator is upgraded, eliminating the need for manual intervention, such as deleting the deployment. GITOPS-7180