Skip to content

Add gitignore for the uv install on Evergreen#931

Merged
fealebenpae merged 2 commits intomasterfrom
fealebenpae/gitignore-uv
Mar 24, 2026
Merged

Add gitignore for the uv install on Evergreen#931
fealebenpae merged 2 commits intomasterfrom
fealebenpae/gitignore-uv

Conversation

@fealebenpae
Copy link
Contributor

Summary

With #884 we started installing uv within the project directory on Evergreen to get around inconsistent uv versions across build hosts. However I forgot to gitignore it and now the PCT bot added the uv installation artifacts to a commit from within a CI task. This change adds the uv installation directory to gitignore and cleans up the uv binaries that made their way into the repo.

Proof of Work

Passing lint task.

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?

@fealebenpae fealebenpae self-assigned this Mar 24, 2026
@fealebenpae fealebenpae added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Mar 24, 2026
@github-actions
Copy link

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

MCK 1.7.1 Release Notes

Bug Fixes

  • MongoDBOpsManager: Correctly handle the edge case where -admin-key was created by user and malformed. Previously the error was only presented in DEBUG log entry.
  • MongoDBOpsManager: Improved readiness probe error handling and appDB agent status logging

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.
    • The following Helm chart values have been removed: initAppDb.name, initAppDb.version, and registry.initAppDb. Use initDatabase.name, initDatabase.version, and registry.initDatabase instead.
    • The following environment variables have been removed: INIT_APPDB_IMAGE_REPOSITORY and INIT_APPDB_VERSION. Use INIT_DATABASE_IMAGE_REPOSITORY and INIT_DATABASE_VERSION instead.
  • 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).

@fealebenpae fealebenpae marked this pull request as ready for review March 24, 2026 11:09
@fealebenpae fealebenpae requested review from a team as code owners March 24, 2026 11:09
# Conflicts:
#	.uv/bin/uv
#	.uv/bin/uvx
@MaciejKaras MaciejKaras requested a review from lsierant March 24, 2026 11:56
@fealebenpae fealebenpae merged commit 151518d into master Mar 24, 2026
26 of 27 checks passed
@fealebenpae fealebenpae deleted the fealebenpae/gitignore-uv branch March 24, 2026 13:11
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