-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: disable compose_warning_logs if PODMAN_COMPOSE_WARNING_LOGS=false #23442
fix: disable compose_warning_logs if PODMAN_COMPOSE_WARNING_LOGS=false #23442
Conversation
1217241
to
976322a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash your commits into one and make sure to add your sign-off line: https://github.com/containers/podman/blob/main/CONTRIBUTING.md#sign-your-prs
And don't put Fixes ...
as the commit title, this should go in the body not title.
a98befa
to
2d78a03
Compare
Done and done. |
3e4c1aa
to
48428f5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
1451168
to
a22bd8d
Compare
8c9af2f
to
483efd7
Compare
Fixes: e62c928 ("Make podman-compose refer to podman-compose(1) when using an external provider") - test: add coverage for PODMAN_COMPOSE_WARNING_LOGS Signed-off-by: Petter Mikkelsen <[email protected]>
483efd7
to
cfac059
Compare
I can't seem to replicate this CI error: https://github.com/containers/podman/pull/23442/checks?check_run_id=28101834835 |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
thanks
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: legobeat, Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thank you for helpful review and timely merge! |
When is this gonna be released please? |
We tend to release once every two months. |
Also adds an alias
COMPOSE_WARNING_LOGS
, which is parsed as fallback ifPODMAN_COMPOSE_WARNING_LOGS
is not defined.If neither is defined, previous behavior is retained.
Does this PR introduce a user-facing change?