Update operator submodule to 53fb1ed - #168
Merged
Jakob-Naucke merged 2 commits intoSep 4, 2026
Merged
Conversation
Jakob-Naucke
added a commit
to Jakob-Naucke/confidential-clusters-operator
that referenced
this pull request
Sep 1, 2026
Activate network isolation for buildroot, which is already required for releasing a new buildroot, so that we can merge confidential-clusters#168. - .tekton: set hermetic=true and prefetch-input on buildroot - rpm prefetch: add per-component lockfiles: .konflux/buildroot/rpms.{in,lock}.yaml (rust toolchain, base ubi9/go-toolset) Most changes selectively taken from confidential-clusters#166, then expanded with perl-core in the buildroot. Assisted-By: Claude Opus 4.8 Signed-off-by: Jakob Naucke <jnaucke@redhat.com> Co-authored-by: Uri Lublin <uril@redhat.com>
Jakob-Naucke
added a commit
to Jakob-Naucke/confidential-clusters-operator
that referenced
this pull request
Sep 1, 2026
Activate network isolation for buildroot, which is already required for releasing a new buildroot, so that we can merge confidential-clusters#168. - .tekton: set hermetic=true and prefetch-input on buildroot - rpm prefetch: add per-component lockfiles: .konflux/buildroot/rpms.{in,lock}.yaml (rust toolchain, base ubi9/go-toolset) Most changes selectively taken from confidential-clusters#166, then expanded with perl-core in the buildroot. Assisted-By: Claude Opus 4.8 Signed-off-by: Jakob Naucke <jnaucke@redhat.com> Co-authored-by: Uri Lublin <uril@redhat.com>
Jakob-Naucke
added a commit
to Jakob-Naucke/confidential-clusters-operator
that referenced
this pull request
Sep 1, 2026
Activate network isolation for buildroot, which is already required for releasing a new buildroot, so that we can merge confidential-clusters#168. - .tekton: set hermetic=true and prefetch-input on buildroot - rpm prefetch: add per-component lockfiles: .konflux/buildroot/rpms.{in,lock}.yaml (rust toolchain, base ubi9/go-toolset) Most changes selectively taken from confidential-clusters#166, then expanded with perl-core in the buildroot. Assisted-By: Claude Opus 4.8 Signed-off-by: Jakob Naucke <jnaucke@redhat.com> Co-authored-by: Uri Lublin <uril@redhat.com>
Jakob-Naucke
force-pushed
the
operator-53fb1ed
branch
from
September 3, 2026 07:52
38c2fc4 to
8a5cd69
Compare
iroykaufman
reviewed
Sep 3, 2026
SpaceFace02
previously approved these changes
Sep 4, 2026
accounting for Containerfile unification, bumping buildroot This also pulls in the fix that adds the reference-values git dependency to operator/Cargo.lock, which is required for hermetic cargo builds: cachi2 prefetch is driven by Cargo.lock and cannot resolve the missing dep offline. (`cargo fetch --locked` now succeeds.) Signed-off-by: Jakob Naucke <jnaucke@redhat.com> Co-authored-by: Uri Lublin <uril@redhat.com> Assisted-by: AI
Signed-off-by: Jakob Naucke <jnaucke@redhat.com> Assisted-by: AI
Jakob-Naucke
force-pushed
the
operator-53fb1ed
branch
from
September 4, 2026 07:06
8a5cd69 to
1cec05f
Compare
SpaceFace02
approved these changes
Sep 4, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#162 & #166 contain fixes for bumping while having higher subsequent goals (MachineSet scale test & hermetic). Let's focus on these changes first.