Skip to content

CLOUDP-325334: Remove hardcoding of OM 7.0.12 #339

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

Merged
merged 2 commits into from
Aug 12, 2025

Conversation

mircea-cosbuc
Copy link
Member

@mircea-cosbuc mircea-cosbuc commented Aug 12, 2025

Summary

Removing hardcoding of OM 7.0.12 in DR recovery tests as OM 7.0.17 should have fixed the startup issue by skipping migration checks when OM version has not changed.

This patch also hardcodes the OM version in the e2e_static_kind_olm_ubi variant because it's the last released OM version for MEKO 1.33.0.

Proof of Work

EVG Patch
EVG Patch with hardcoding OM version in static operator upgrade test

Checklist

  • Have you linked a jira ticket and/or is the ticket in the title?
  • Have you checked whether your jira ticket required DOCSP changes?
  • Have you added changelog file?

Copy link

⚠️ (this preview might not be accurate if the PR is not rebased on current master branch)

MCK 1.3.0 Release Notes

Bug Fixes

  • This change fixes the current complex and difficult-to-maintain architecture for stateful set containers, which relies on an "agent matrix" to map operator and agent versions which led to a sheer amount of images.
  • We solve this by shifting to a 3-container setup. This new design eliminates the need for the operator-version/agent-version matrix by adding one additional container containing all required binaries. This architecture maps to what we already do with the mongodb-database container.

Other Changes

  • Optional permissions for PersistentVolumeClaim moved to a separate role. When managing the operator with Helm it is possible to disable permissions for PersistentVolumeClaim resources by setting operator.enablePVCResize value to false (true by default). When enabled, previously these permissions were part of the primary operator role. With this change, permissions have a separate role.
  • subresourceEnabled Helm value was removed. This setting used to be true by default and made it possible to exclude subresource permissions from the operator role by specifying false as the value. We are removing this configuration option, making the operator roles always have subresource permissions. This setting was introduced as a temporary solution for this OpenShift issue. The issue has since been resolved and the setting is no longer needed.

@mircea-cosbuc mircea-cosbuc added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Aug 12, 2025
@mircea-cosbuc mircea-cosbuc marked this pull request as ready for review August 12, 2025 10:02
@mircea-cosbuc mircea-cosbuc requested a review from a team as a code owner August 12, 2025 10:02
@mircea-cosbuc mircea-cosbuc merged commit 7845472 into master Aug 12, 2025
36 of 38 checks passed
@mircea-cosbuc mircea-cosbuc deleted the CLOUDP-325334_remove_OM_hardcoding branch August 12, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Use this label in Pull Request to not require new changelog entry file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants