-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OADP-8505: Add OADP 1.3.10 RNs #117209
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
vashirova
wants to merge
5
commits into
openshift:enterprise-4.15
Choose a base branch
from
vashirova:OADP-8505-RN-1-3-10
base: enterprise-4.15
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.
+46
−1
Open
OADP-8505: Add OADP 1.3.10 RNs #117209
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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
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,43 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-3.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
|
|
||
| [id="oadp-1-3-10-release-notes_{context}"] | ||
| = {oadp-short} 1.3.10 release notes | ||
|
|
||
| [role="_abstract"] | ||
| {oadp-first} 1.3.10 release notes list new features and resolved issues. | ||
|
|
||
| The following Red Hat Security Advisory (RHSA) is available for {oadp-short} 1.3.10: | ||
|
|
||
| * link:https://access.redhat.com/errata/RHSA-2026:xxxxx[RHSA-2026:xxxxx - New version of Red{nbsp}Hat OpenShift API for Data Protection] | ||
|
|
||
|
|
||
| [id="new-features-1-3-10_{context}"] | ||
| == New features | ||
|
|
||
| {oadp-short} CLI plugin:: | ||
| {oadp-short} includes a `kubectl` command-line interface (CLI) plugin that provides a `kubectl` native interface for managing backups and restores. Before this update, you aliased to the Velero CLI to perform backup operations. With the CLI plugin, you can run `kubectl oadp` or `oc oadp` commands to manage cluster-wide Velero operations directly through a single command-line interface. | ||
|
vashirova marked this conversation as resolved.
|
||
| + | ||
| link:https://redhat.atlassian.net/browse/OADP-8077[OADP-8077] | ||
|
|
||
|
|
||
| [id="resolved-issues-1-3-10_{context}"] | ||
| == Resolved issues | ||
|
|
||
| {oadp-short} workload pods use dedicated service accounts:: | ||
| Before this update, the `oadp-cli-server` workload pods in the `openshift-adp` namespace used the default service account instead of dedicated, workload-specific service accounts. As a consequence, access control validation checks failed during deployment verification. With this release, dedicated and valid service accounts are properly assigned to these workload pods. As a result, all {oadp-short} workload pods comply with access control verification and adhere to cluster security standards. | ||
| + | ||
| link:https://redhat.atlassian.net/browse/OADP-8450[OADP-8450] | ||
|
|
||
| {oadp-short} containers include liveness, readiness, and startup probes:: | ||
| Before this update, the {oadp-short} command-line interface (CLI) containers did not have configured Kubernetes health probes (liveness, readiness, and startup probes). As a consequence, workloads could not automatically recover from common failures, such as pod, host, or network issues. With this release, liveness, readiness, and startup probes were added to the deployed containers. As a result, workloads can use native Kubernetes health-checking mechanisms to self-recover from failures and ensure reliable application traffic routing. | ||
| + | ||
| link:https://redhat.atlassian.net/browse/OADP-8484[OADP-8484] | ||
|
|
||
| {gcp-full} backups no longer fail with a 404 error on existence check when BSL remains available:: | ||
| Before this update, the {gcp-full} object store plugin treated a missing `velero-backup.json` file as a `404 Not Found` error during existence checks rather than handling it as a normal `does not exist` state. As a consequence, creating any new Velero backup on {gcp-full} failed immediately during the pre-backup check, even when the `BackupStorageLocation` (BSL) was healthy and active. With this release, the {gcp-full} plugin correctly interprets `ErrObjectNotExist` as a non-existent object instead of a critical failure. As a result, pre-creation existence checks for new backups succeed, and backup operations proceed as expected on {gcp-full}. | ||
| + | ||
| link:https://redhat.atlassian.net/browse/OADP-8509[OADP-8509] | ||
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.
404 page not found error when clicked
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.
That is expected. It is a placeholder as the RHSA wasn't published yet. I will replace it with an actual link before publishing. Thanks for checking it thoroughly!