Skip to content

Fix release_info_test#858

Open
helderjs wants to merge 1 commit intomasterfrom
fix-release-info-test
Open

Fix release_info_test#858
helderjs wants to merge 1 commit intomasterfrom
fix-release-info-test

Conversation

@helderjs
Copy link
Collaborator

@helderjs helderjs commented Mar 5, 2026

Summary

Mock DockerImageBuilder in release_info_test.py so get_manfiest_list_digest returns pre-defined digests from a lookup map instead of calling skopeo against quay.io, allowing the test to run without network access, becoming isolated and deterministic.

Proof of Work

Test pass

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?

@helderjs helderjs requested a review from a team as a code owner March 5, 2026 09:54
@github-actions
Copy link

github-actions bot commented Mar 5, 2026

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

MCK 1.7.1 Release Notes

Other Changes

  • Container images: Merged the init-database and init-appdb init container images into a single init-database image. The init-appdb image will no longer be published and does not affect existing deployments.
  • Helm Chart: Removed operator.baseName Helm value. This value was never intended to be consumed by operator users and was never documented. The value controls the prefix for workload RBAC resource names (mongodb-kubernetes default), but changing it could break the operator and workloads because the operator is not aware of custom prefixes. With this change, the Helm chart will no longer allow customisation and the relevant resources will be deployed with predefined names (ServiceAccount with names mongodb-kubernetes-appdb, mongodb-kubernetes-database-pods, mongodb-kubernetes-ops-manager, Role with name mongodb-kubernetes-appdb and RoleBinding with name mongodb-kubernetes-appdb).

@helderjs helderjs added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Mar 5, 2026
@helderjs helderjs force-pushed the fix-release-info-test branch from 5629e88 to 06b6dd8 Compare March 5, 2026 10:18
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.

1 participant