-
Notifications
You must be signed in to change notification settings - Fork 1.8k
RHDEVDOCS-7017: Content creation for GitOps 1.17.3 RN #103622
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
Open
Dhruv-Soni11
wants to merge
3
commits into
openshift:gitops-docs-1.17
Choose a base branch
from
Dhruv-Soni11:RHDEVDOCS-7017
base: gitops-docs-1.17
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| // Module included in the following assembly: | ||
| // | ||
| // * release_notes/gitops-release-notes-1-17.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
|
|
||
| [id="gitops-release-notes-1-17-3_{context}"] | ||
| = Release notes for {gitops-title} 1.17.3 | ||
|
|
||
| {gitops-title} 1.17.3 is now available on {OCP} 4.12, 4.14, 4.15, 4.16, 4.17, 4.18, and 4.19. | ||
|
|
||
| [id="errata-updates-1-17-3_{context}"] | ||
| == Errata updates | ||
|
|
||
| [id="RHSA-XXXX:NNNN-gitops-1-17-3-security-update-advisory_{context}"] | ||
| === RHSA-XXXX:NNNN - {gitops-title} 1.17.3 security update advisory | ||
|
|
||
| Issued: 2025-12-10 | ||
|
|
||
| The list of security fixes included in this release is available in the following advisory: | ||
|
|
||
| * link:https://access.redhat.com/errata/RHSA-XXXX:NNNN[RHSA-XXXX:NNNN] | ||
|
|
||
| If you have installed the {gitops-title} Operator in the default namespace, run the following command to view the container images in this release: | ||
|
|
||
| [source,terminal] | ||
| ---- | ||
| $ oc describe deployment gitops-operator-controller-manager -n openshift-gitops-operator | ||
| ---- | ||
|
|
||
| [id="new-features-1-17-3_{context}"] | ||
| == New features | ||
|
|
||
| * With this update, the Redis version included with {gitops-title} is upgraded to `v7.2.11`. | ||
| + | ||
| link:https://issues.redhat.com/browse/GITOPS-8019[GITOPS-8019] | ||
|
|
||
| [id="fixed-issues-1-17-3_{context}"] | ||
| == Fixed issues | ||
|
|
||
| GitOps Operator pulls images from registry.redhat.io:: | ||
| Before this update, when the `.spec.version` field was set in the Argo CD CR, the {gitops-title} Operator incorrectly pulled upstream images from `quay.io`. With this update, this issue is fixed. The {gitops-title} Operator pulls images from `registry.redhat.io` and only uses certified images from the Red Hat registry. | ||
| + | ||
| link:https://issues.redhat.com/browse/GITOPS-7789[GITOPS-7789] | ||
|
|
||
| Revised rolling update strategy for HAProxy deployment:: | ||
| Before this update, the `openshift-gitops-redis-ha-haproxy` deployment failed to upgrade on a three-worker node cluster due to a combination of pod anti-affinity rules and the update strategy. With this update, the {gitops-title} Operator revises the rolling update strategy to fix this issue. | ||
| + | ||
| link:https://issues.redhat.com/browse/GITOPS-8033[GITOPS-8033] | ||
|
|
||
| Added ingress permissions for successful reconciliation:: | ||
| Before this update, the {gitops-title} Operator failed to reconcile when `spec.applicationSet.webhookServer.route.enabled` was set to `true` in the Argo CD CR. This issue occurred because the {gitops-title} Operator lacked the required ingress permissions for `config.openshift.io`. With this update, the {gitops-title} Operator includes the necessary permissions and reconciles successfully. | ||
| + | ||
| link:https://issues.redhat.com/browse/GITOPS-8152[GITOPS-8152] | ||
|
|
||
| Improved Redis HA startup reliability:: | ||
| Before this update, in the Redis high availability (HA) mode, the Redis config `init` container could hang for several minutes while detecting the master container, causing Redis pods to take a long time to become _Ready_. With this update, the master container detection logic includes a connection timeout, which prevents the `init` container from blocking and ensures a faster, more reliable Redis HA startup. | ||
| + | ||
| link:https://issues.redhat.com/browse/GITOPS-7608[GITOPS-7608] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.