-
Notifications
You must be signed in to change notification settings - Fork 14
Improve the message in check_precommit.sh
for go mod licenses case
#381
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
base: master
Are you sure you want to change the base?
Conversation
MCK 1.3.0 Release NotesNew FeaturesMulti-Architecture SupportWe've added comprehensive multi-architecture support for the kubernetes operator. This enhancement enables deployment on IBM Power (ppc64le) and IBM Z (s390x) architectures alongside
Bug Fixes
Other Changes
|
Summary
If we (MCK) started consuming a new go mod deps and because of that we would need to regenerate (
update_licenses.sh
) theLICENSE-THIRD-PARTY
file for the main project as well askubectl-mongodb
plugin. If we forget doing that, the CI would fail with below errorand running
pre-commit
doesn't really update the licenses file, to do that, we will have to runmake precommit-with-licenses
. And that's why this PR updates above message.Proof of Work
NA