Skip to content
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

build(deps): upgrade to compose-go v1.18.3 #10947

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Conversation

milas
Copy link
Contributor

@milas milas commented Aug 29, 2023

What I did
Bump to [email protected]

Related issue
Fixes:

(not mandatory) A picture of a cute animal, if possible in relation to what you did
a kangaroo with its baby in its pouch

@milas milas added the dependencies Pull requests that update a dependency file label Aug 29, 2023
@milas milas requested a review from a team August 29, 2023 20:07
@milas milas self-assigned this Aug 29, 2023
@milas milas requested review from nicksieger, ndeloof, StefanScherer, ulyssessouza, glours and laurazard and removed request for a team August 29, 2023 20:07
@@ -262,7 +262,7 @@ func (o *ProjectOptions) toProjectOptions(po ...cli.ProjectOptionsFn) (*cli.Proj
cli.WithDotEnv,
cli.WithConfigFileEnv,
cli.WithDefaultConfigPath,
cli.WithProfiles(o.Profiles),
cli.WithDefaultProfiles(o.Profiles...),
Copy link
Contributor Author

@milas milas Aug 29, 2023

Choose a reason for hiding this comment

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

See compose-spec/compose-go#446 - it was reading COMPOSE_PROFILES in the load, it's now done via this option up-front for consistency & correct layering

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.10% ⚠️

Comparison is base (935d72f) 58.28% compared to head (20ed6cc) 58.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10947      +/-   ##
==========================================
- Coverage   58.28%   58.19%   -0.10%     
==========================================
  Files         123      123              
  Lines       10864    10864              
==========================================
- Hits         6332     6322      -10     
- Misses       3912     3920       +8     
- Partials      620      622       +2     
Files Changed Coverage Δ
cmd/compose/compose.go 70.90% <100.00%> (ø)
cmd/compose/config.go 34.13% <100.00%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@milas milas merged commit 4fbbf20 into docker:main Aug 30, 2023
25 checks passed
@milas milas deleted the compose-go-1.18.3 branch August 30, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants