Skip to content

CLOUDP-336989: Bump Ops Manager Container Image version to 7.0.17 #324

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
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

mms-build-account
Copy link
Collaborator

Opened by Private Cloud Tools (PCT).

Ticket

CLOUDP-336989

Description

Bump Ops Manager container image version to 7.0.17.

Reviewer Checklist

Before merging this PR, verify the following:

  • the following tasks are passing in Evergreen:
    • publish_ops_manager task (variant: publish_om70_images)
  • the agent_version was updated correctly
  • the tools_version was updated correctly

@mms-build-account mms-build-account requested a review from a team as a code owner August 8, 2025 09:14
Copy link

github-actions bot commented Aug 8, 2025

⚠️ (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.

@codeowners-service-app codeowners-service-app bot requested a review from nammn August 8, 2025 09:15
Copy link

codeowners-service-app bot commented Aug 8, 2025

Assigned nammn for team kubernetes-hosted because fealebenpae is out of office.
Assigned lucian-tosa for team kubernetes-hosted because m1kola is out of office.

Evergreen and others added 9 commits August 8, 2025 09:23
# Conflicts:
#	docker/mongodb-agent-non-matrix/Dockerfile.builder
#	docker/mongodb-agent/Dockerfile
#	docker/mongodb-agent/Dockerfile.atomic
#	docker/mongodb-agent/Dockerfile.old
#	inventories/agent.yaml
#	inventories/agent_non_matrix.yaml
#	release.json
@MaciejKaras MaciejKaras added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Aug 11, 2025
@MaciejKaras MaciejKaras requested review from mircea-cosbuc and Julien-Ben and removed request for fealebenpae, m1kola and lucian-tosa August 11, 2025 10:20
Copy link
Collaborator

@nammn nammn left a comment

Choose a reason for hiding this comment

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

should we add a release.log change that we skipped 16 and 11 on purpose?

@MaciejKaras
Copy link
Collaborator

should we add a release.log change that we skipped 16 and 11 on purpose?

Good idea! @vinilage @mircea-cosbuc what do you think about including some details about missing support for 7.0.16 and 8.0.8 up to 8.0.10?

@vinilage
Copy link
Collaborator

Good idea! @vinilage @mircea-cosbuc what do you think about including some details about missing support for 7.0.16 and 8.0.8 up to 8.0.10?

It is definitely a good idea, to explain the rationale of these images being skipped.

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.

6 participants