-
Notifications
You must be signed in to change notification settings - Fork 1.8k
RHDEVDOCS-7038: Content creation for Pipelines 1.20.2 RN #103792
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
1
commit into
openshift:pipelines-docs-1.20
Choose a base branch
from
Dhruv-Soni11:RHDEVDOCS-7038
base: pipelines-docs-1.20
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 all 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
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 |
|---|---|---|
|
|
@@ -280,10 +280,14 @@ spec: | |
| .{tekton-triggers} | ||
| * Before this update, using a `TriggerGroup` with multiple triggers and extensions caused a data race and controller panic. With this update, the controller handles multiple triggers without errors. | ||
|
|
||
| [id="pipelines-known-issues-1-20-0"] | ||
| == Known issues | ||
|
|
||
| * During upgrade, if you do not explicitly set `defaultRetention`, the previously configured `maxRetention` value may be lost. To avoid unintended retention behavior, ensure that `defaultRetention` is explicitly set before or during the upgrade. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. they cant set before upgrade. They have to check the value of maxRetetion before upgrade and set that to defualtRetention post upgrade. |
||
|
|
||
| [id="pipelines-deprecated-features-1-20-0"] | ||
| == Deprecated features | ||
|
|
||
| * The `maxRetention` parameter in {tekton-results} retention agent is deprecated. Use `defaultRetention`. | ||
| * The `maxRetention` parameter in {tekton-results} retention agent is deprecated. Use `defaultRetention` instead. | ||
|
|
||
| * The `chain` command is deprecated and will be removed in a future release. | ||
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,26 @@ | ||
| // This module is included in the following assemblies: | ||
| // * release_notes/op-release-notes-1-20.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="op-release-notes-1-20-2_{context}"] | ||
| = Release notes for {pipelines-title} 1.20.2 | ||
|
|
||
| With this update, {pipelines-title} General Availability (GA) 1.20.2 is available on {OCP} 4.15 and later versions. | ||
|
|
||
| [id="fixed-issues-1-20-2_{context}"] | ||
| == Fixed issues | ||
|
|
||
| .Operator | ||
|
|
||
| Custom Hub catalog configuration fix:: | ||
| With this update, you can successfully configure custom hub catalogs such as TektonHub, ArtifactHub, or other custom hubs through the `TektonConfig` specification. The system now correctly preserves the configured catalog type in the {pac} config map, ensuring consistent and reliable catalog behavior across the environment. | ||
|
|
||
| .User interface | ||
|
|
||
| Navigation tab no longer disappears and installation UI no longer crashes after {OCP} upgrade:: | ||
| With this update, pagination functions correctly when the `data_source` filter is set to `archived`. In the previous release, scrolling failed to load additional `PipelineRun` results because the UI client expected the `nextPageToken` field, while the API returned `next_page_token`. This mismatch prevented the `onScroll` callback from creating the next page request, causing pagination to stop after the first page. The UI has been updated to support `next_page_token`, and additional results load as expected when scrolling. | ||
|
|
||
| .Tekton Config | ||
|
|
||
| Retention Configuration Update:: | ||
| If the `maxRetention` field is carried over from a previous version during an upgrade, it will continue to take precedence over the `defaultRetention` field. In such cases, you must manually remove the deprecated `maxRetention` field and configure the `defaultRetention` field with the desired value. This behavior is intentional to prevent breaking existing setups during upgrades. Starting in version {pipelines-title} v1.20.2, the preferred and supported configuration method is using the `defaultRetention` field in the `config-retention` config map. |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exact name -
tekton-results-config-results-retention-policy