-
Notifications
You must be signed in to change notification settings - Fork 52
Main locked, make 4.19 the most up to date so it can be default #372
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
base: release-4.19
Are you sure you want to change the base?
Conversation
[ARO-20321] Don't check for availability zones in bad regions (like centraluseuap)
ARO-14269 Fluentbit update to latest support version 4.0.4
Add red-hat-managed: true tag to install-config
Remove jewzaam from OWNERS
- GHSA-qxp5-gwg8-xv66 - GHSA-vvgc-356p-c3xw (CVE-2025-22872) - Updated related dependencies (x/crypto, x/sync, x/sys, x/term, x/text) System library vulnerabilities (glibc, krb5, libxml2) will be fixed on image rebuild.
ARO-21088: Installer vulnerabilities September 2025
This reverts commit 326633f.
Revert "Add red-hat-managed: true tag to install-config"
Signed-off-by: Daniel J. Holmes (jaitaiwan) <daholmes@redhat.com>
Signed-off-by: Daniel J. Holmes (jaitaiwan) <daholmes@redhat.com>
Signed-off-by: Daniel J. Holmes (jaitaiwan) <daholmes@redhat.com>
Signed-off-by: Daniel J. Holmes (jaitaiwan) <daholmes@redhat.com>
Signed-off-by: Daniel J. Holmes (jaitaiwan) <daholmes@redhat.com>
Remove pkg/api in favour of ARO-RP/pkg/api
Split image configuration into granular build args for better flexibility: Builder image args: - BUILDER_REGISTRY (default: registry.ci.openshift.org) - BUILDER_REPOSITORY (default: ocp/builder) - BUILDER_TAG (default: rhel-9-golang-1.24-openshift-4.20) Base image args: - REGISTRY (default: registry.access.redhat.com) - REPOSITORY (default: ubi9/ubi-minimal) - TAG (default: latest) This allows customizing individual components (registry, repository, or tag) without modifying the Dockerfile, making it more flexible for different environments (e.g., using MCR images for OneBranch pipelines). Defaults maintain existing behavior.
…d-images Make builder and base images configurable via build args
Removed several reviewers and approvers from OWNERS file who have left the team/company
Update OWNERS file by removing users who have left.
Makind Andrew Denton a reviewer. His knowledge and contributions regarding DNS Masq make him and important code reviewer for 4.21
Add ventifus to the OWNERS file
|
PR needs rebase. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hlipsig The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@hlipsig: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Trying out a git model where Main is locked since it's rarely used aside from receiving some basic configuration changes.
To do that 4.19 needs to be completely current with all changes so that it can act as the default. 4.20 branch will be created with 4.19 as the basis.