-
Notifications
You must be signed in to change notification settings - Fork 152
Comparing changes
Open a pull request
base repository: compose-spec/compose-go
base: v1.12.0
head repository: compose-spec/compose-go
compare: v1.13.0
- 12 commits
- 16 files changed
- 5 contributors
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd591a6 - Browse repository at this point
Copy the full SHA cd591a6View commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5837d67 - Browse repository at this point
Copy the full SHA 5837d67View commit details -
Describe valid project name on error
PR #261 changed `docker compose` behavior to require normalized project names as input, instead of normalizing project names automatically. This landed in compose-spec/compose-go v1.2.5 and docker/compose v2.5.1. However, the previous error message gave no indication why a name isn't valid. This is surprising for users whose previously working project names no longer work with newer versions of `docker compose`. As of compose-spec/compose-spec#314, the spec now contains the text: > Project name MUST contain only lowercase letters, decimal digits, > dashes, and underscores, and MUST begin with a lowercase letter or > decimal digit. This updated error message provides a concise version of this requirement based on regular expression character range notation. See also: - compose-spec/compose-spec#311 - docker/compose#9741 Signed-off-by: Mike Bland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5e535f - Browse repository at this point
Copy the full SHA a5e535fView commit details -
Update project name pattern in JSON schema
This update landed in compose-spec/compose-spec#314, reflecting the new project name spec: > Project name MUST contain only lowercase letters, decimal digits, > dashes, and underscores, and MUST begin with a lowercase letter or > decimal digit. Signed-off-by: Mike Bland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 226dd79 - Browse repository at this point
Copy the full SHA 226dd79View commit details -
Update loader/full-example.yml project name
This fixes the failure caught by loader/loader_test.go in the CI run for PR #362: ``` --- FAIL: TestFullExample (0.00s) loader_test.go:969: assertion failed: error is not nil: name Does not match pattern '^[a-z0-9][a-z0-9_-]*$' ``` Signed-off-by: Mike Bland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b94d8f4 - Browse repository at this point
Copy the full SHA b94d8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ba724 - Browse repository at this point
Copy the full SHA 37ba724View commit details
Commits on Mar 13, 2023
-
Add
additional_contextstobuildservice configSigned-off-by: Laura Brehm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8185cd - Browse repository at this point
Copy the full SHA a8185cdView commit details -
Merge pull request #354 from laurazard/add-build-context
Add `additional_contexts` to `build` service config
Configuration menu - View commit details
-
Copy full SHA for 02f25ec - Browse repository at this point
Copy the full SHA 02f25ecView commit details -
Signed-off-by: Nicolas De Loof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c43e157 - Browse repository at this point
Copy the full SHA c43e157View commit details
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bb8b02 - Browse repository at this point
Copy the full SHA 2bb8b02View commit details -
Merge pull request #367 from compose-spec/compose-spec
Update compose-spec.json
Configuration menu - View commit details
-
Copy full SHA for 507df25 - Browse repository at this point
Copy the full SHA 507df25View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 882507f - Browse repository at this point
Copy the full SHA 882507fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.0...v1.13.0