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-2-1.adoc
Srivaralakshmi 0c52ccc75f Document GitOps v1.8 RN
Fixing nitpick

Fixing SME review comments

Minor updates

Fixing nitpicks

Fixing  usage

Minor edits to language

Adding new updates

Adding new updates

Adding kam to TP table

Removing must-gather content from RN

Fixing SME comments

Fixing nitpick

Fixing nitpick

Fixing peer-review ocmment

Adding Known issue for GITOPS-2736 and TP table modification to add GitOps versions and removing kam CLI out of TP table

Fixing SME comments
2023-03-16 17:58:48 +00:00

56 lines
2.8 KiB
Plaintext

// Module included in the following assembly:
//
// * gitops/gitops-release-notes.adoc
[id="gitops-release-notes-1-2-1_{context}"]
= Release notes for {gitops-title} 1.2.1
{gitops-title} 1.2.1 is now available on {product-title} 4.8.
[id="support-matrix-1-2-1_{context}"]
== Support matrix
Some features in this release are currently in Technology Preview. These experimental features are not intended for production use.
link:https://access.redhat.com/support/offerings/techpreview[Technology Preview Features Support Scope]
In the table below, features are marked with the following statuses:
- *TP*: _Technology Preview_
- *GA*: _General Availability_
Note the following scope of support on the Red Hat Customer Portal for these features:
.Support matrix
[cols="1,1",options="header"]
|===
| Feature | {gitops-title} 1.2.1
| Argo CD
| GA
| Argo CD ApplicationSet
| TP
| {gitops-title} Application Manager CLI (`kam`)
| TP
|===
[id="fixed-issues-1-2-1_{context}"]
== Fixed issues
The following issues were resolved in the current release:
* Previously, huge memory spikes were observed on the application controller on startup. The flag `--kubectl-parallelism-limit` for the application controller is now set to 10 by default, however
this value can be overridden by specifying a number for `.spec.controller.kubeParallelismLimit` in the Argo CD CR specification.
link:https://issues.redhat.com/browse/GITOPS-1255[GITOPS-1255]
* The latest Triggers APIs caused Kubernetes build failure due to duplicate entries in the kustomization.yaml when using the `kam bootstrap` command. The Pipelines and Tekton triggers components have now been updated to v0.24.2 and v0.14.2, respectively, to address this issue.
link:https://issues.redhat.com/browse/GITOPS-1273[GITOPS-1273]
* Persisting RBAC roles and bindings are now automatically removed from the target namespace when the Argo CD instance from the source namespace is deleted.
link:https://issues.redhat.com/browse/GITOPS-1228[GITOPS-1228]
* Previously, when deploying an Argo CD instance into a namespace, the Argo CD instance would change the "managed-by" label to be its own namespace. This fix would make namespaces unlabelled while also making sure the required RBAC roles and bindings are created and deleted for the namespace.
link:https://issues.redhat.com/browse/GITOPS-1247[GITOPS-1247]
* Previously, the default resource request limits on Argo CD workloads, specifically for the repo-server and application controller, were found to be very restrictive. The existing resource quota has now been removed and the default memory limit has been increased to 1024M in the repo server. Please note that this change will only affect new installations; existing Argo CD instance workloads will not be affected.
link:https://issues.redhat.com/browse/GITOPS-1274[GITOPS-1274]