Skip to content

Conversation

@kcarmichael08
Copy link
Contributor

@kcarmichael08 kcarmichael08 commented Oct 7, 2025

Version(s): 4.9

Issue

Link to docs preview

QE review: ACS has no QE, approved by SMEs

  • QE has approved this change.

Additional information:

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Oct 7, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Oct 7, 2025

@kcarmichael08: This pull request references ROX-30773 which is a valid jira issue.

Details

In response to this:

Version(s): 4.9

Issue

Link to docs preview:

QE review:

  • QE has approved this change.

Additional information:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Oct 7, 2025
@ocpdocs-previewbot
Copy link

ocpdocs-previewbot commented Oct 7, 2025

🤖 Mon Oct 27 19:23:15 - Prow CI generated the docs preview:
https://100158--ocpdocs-pr.netlify.app
Complete list of updated preview URLs: artifacts/updated_preview_urls.txt

@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch 5 times, most recently from 90a2156 to cba2d1a Compare October 8, 2025 19:15
@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch 2 times, most recently from 5fb3ec8 to ded2d58 Compare October 13, 2025 16:03
@openshift-ci-robot
Copy link

openshift-ci-robot commented Oct 13, 2025

@kcarmichael08: This pull request references ROX-30773 which is a valid jira issue.

Details

In response to this:

Version(s): 4.9

Issue

Link to docs preview

QE review:

  • QE has approved this change.

Additional information:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch 7 times, most recently from 2f6af43 to 52698af Compare October 13, 2025 20:21
Copy link

@mclasmeier mclasmeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO we need more in the release notes about the new admission controller config stuff.

Also, in the "deprecated features" section we list a couple of roxctl options, but we are not listing the now newly deprecated Helm chart and SecuredCluster CR fields.

@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch 6 times, most recently from d4f78b5 to 2e4eb45 Compare October 14, 2025 12:23
@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch from 2e4eb45 to 0185a13 Compare October 14, 2025 19:57
@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch 4 times, most recently from 376e15f to bd997ba Compare October 23, 2025 22:00
@mclasmeier
Copy link

mclasmeier commented Oct 24, 2025

Aren't these two separate topics?

Like, we have the new failure policy stuff on the one hand and the new configuration style for enforcement on the other hand?

image

I don't really see it so that the second bullet point belongs to "Admission controller failure setting enhancements". @clickboo

@clickboo
Copy link

Aren't these two separate topics?

Like, we have the new failure policy stuff on the one hand and the new configuration style for enforcement on the other hand?

I don't really see it so that the second bullet point belongs to "Admission controller failure setting enhancements". @clickboo

Agree. The title can be changed to Admission Controller Configuration Enhancements and it would be fine.

@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch 2 times, most recently from 5ee0121 to 0541ef1 Compare October 24, 2025 14:14
@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch from 0541ef1 to f500bfc Compare October 27, 2025 17:38
@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch from f500bfc to 07d8888 Compare October 27, 2025 17:47
@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch from 07d8888 to 6e8926d Compare October 27, 2025 18:05
@kcarmichael08 kcarmichael08 force-pushed the ROX-30773-release-notes branch from 6e8926d to a4b721e Compare October 27, 2025 19:18
@openshift-ci
Copy link

openshift-ci bot commented Oct 27, 2025

@kcarmichael08: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@kcarmichael08 kcarmichael08 merged commit 902131e into openshift:rhacs-docs-main Oct 27, 2025
2 checks passed
@kcarmichael08
Copy link
Contributor Author

/cherrypick rhacs-docs-4.9

@openshift-cherrypick-robot

@kcarmichael08: #100158 failed to apply on top of branch "rhacs-docs-4.9":

Applying: Release notes for 4.9
.git/rebase-apply/patch:570: trailing whitespace.
** `admissionControl.failurePolicy`: Determines the action that the cluster should take when an error or timeout happens with the admission controller. If the timeout seconds have been reached and the failure policy is `Ignore`, the API server "fails open" or accepts the create or update request. If the timeout seconds have been reached and the failure policy is `Fail`, the API server rejects the create or update request. 
.git/rebase-apply/patch:660: trailing whitespace.
With this release, the expiration time for cluster registration secrets (CRSes) is changed from a default value of 1 year to a default value of 1 hour. Additionally, you can configure the time period by using the `--valid-until` or `--valid-for` flags with the `roxctl central crs` command. 
.git/rebase-apply/patch:696: trailing whitespace.
With this release, Sensor uses significantly less memory than earlier releases in clusters with large numbers of processes that listen for connections. In extreme-scale environments, for example, clusters with greater than 10 million open ports, Sensor's memory footprint related to open connections, endpoints, and process tracking is reduced by roughly 50%. This improvement helps prevent out-of-memory (OOM) kills. For moderate workloads, such as a few thousand open ports, memory savings typically range between 10 to 15%, depending on workload characteristics. 
.git/rebase-apply/patch:732: trailing whitespace.
* Compliance menus: 
.git/rebase-apply/patch:744: trailing whitespace.
Policy documentation was restructured, simplified, and enhanced. Comprehensive information was added to provide an overview of policy evaluation, structure, and enforcement. Reference information was split out into a separate section. Additionally, documentation errors were corrected. 
warning: squelched 8 whitespace errors
warning: 13 lines add whitespace errors.
Using index info to reconstruct a base tree...
M	_topic_maps/_topic_map.yml
M	modules/common-attributes.adoc
M	release_notes/48-release-notes.adoc
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): release_notes/48-release-notes.adoc deleted in Release notes for 4.9 and modified in HEAD. Version HEAD of release_notes/48-release-notes.adoc left in tree.
Auto-merging modules/common-attributes.adoc
Auto-merging _topic_maps/_topic_map.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Release notes for 4.9

Details

In response to this:

/cherrypick rhacs-docs-4.9

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. RHACS Label for RHACS related PRs that go in the rhacs-docs branch rhacs-docs-4.9 size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants