-
Notifications
You must be signed in to change notification settings - Fork 2
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
use docker compose v2 #163
base: master
Are you sure you want to change the base?
Commits on Feb 15, 2024
-
docker compose v2 is part of Docker nowadays. Rather than calling a separate Python lib that calls `docker-compose`, call `docker compose` and use v2. Fix the `-` and `_` difference between v1 and v2. This will need THOROUGH testing PFM-827
Configuration menu - View commit details
-
Copy full SHA for a361a02 - Browse repository at this point
Copy the full SHA a361a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cda8d3 - Browse repository at this point
Copy the full SHA 7cda8d3View commit details -
use new form of
network
configthe old type, `network.external.name` is deprecated on v2. It still works but it may be removed in future. Change to new format. See: docker-archive/compose-cli#1856
Configuration menu - View commit details
-
Copy full SHA for f6c595e - Browse repository at this point
Copy the full SHA f6c595eView commit details -
remove version check and
print
statementsthis code will only ever be used in this version of the tool, and the `__version__` only checks the version of the _tool_ anyways. Also remove redundant print statements
Configuration menu - View commit details
-
Copy full SHA for a439c4c - Browse repository at this point
Copy the full SHA a439c4cView commit details -
convert v1 container names to v2
if we create a container using compose v1 and we want to use or remove it using compose v2, we will need to convert its name to use the new format
Configuration menu - View commit details
-
Copy full SHA for 03fee73 - Browse repository at this point
Copy the full SHA 03fee73View commit details
Commits on Feb 16, 2024
-
deal with cases where container name has more than one middle name
there are times where the container name consists of multiple names or a name and then a number; for example, composename-container-name-1-1. We want to keep only `container-name-1`. Ensure this is possible
Configuration menu - View commit details
-
Copy full SHA for b2958d3 - Browse repository at this point
Copy the full SHA b2958d3View commit details
Commits on Feb 19, 2024
-
use v14.0.0 for Kubetools with Docker Compose v2, update README
Use the most logical version number for the next major version of this. This version of Kubetools introduces some unavoidable breaking changes that we can work around. Document these in the README.
Configuration menu - View commit details
-
Copy full SHA for 70ed8ef - Browse repository at this point
Copy the full SHA 70ed8efView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 696efb3 - Browse repository at this point
Copy the full SHA 696efb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc59bbf - Browse repository at this point
Copy the full SHA fc59bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4c3fe - Browse repository at this point
Copy the full SHA 3a4c3feView commit details -
Configuration menu - View commit details
-
Copy full SHA for add0755 - Browse repository at this point
Copy the full SHA add0755View commit details -
Configuration menu - View commit details
-
Copy full SHA for f594288 - Browse repository at this point
Copy the full SHA f594288View commit details
Commits on Feb 21, 2024
-
add incompatible version of Docker Desktop to CHANGELOG and add more detail to README as to why we need to be careful with this update
Configuration menu - View commit details
-
Copy full SHA for eb53740 - Browse repository at this point
Copy the full SHA eb53740View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ff20c1 - Browse repository at this point
Copy the full SHA 9ff20c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7b32c - Browse repository at this point
Copy the full SHA 8e7b32cView commit details
Commits on Feb 28, 2024
-
make workarounds more descriptive
suggest migrating to secure Docker registries, reword the suggestion to use the legacy builder Co-authored-by: Germain Chazot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4da3de5 - Browse repository at this point
Copy the full SHA 4da3de5View commit details -
factor out code to convert container names, add unit tests
make the code easier to test by moving the name conversion into its own function and add test coverage also add test coverage for `dockerise_label`
Configuration menu - View commit details
-
Copy full SHA for b9cc5a4 - Browse repository at this point
Copy the full SHA b9cc5a4View commit details -
improve documentation for buildx issue, make CHANGELOG more concise
add `TROUBLESHOOTING` section to README to document the issue with `insecure-registries` and link this to ticket which is open and relevant, for `buildx`. remove anything from the CHANGELOG which belongs here
Configuration menu - View commit details
-
Copy full SHA for 7a8b920 - Browse repository at this point
Copy the full SHA 7a8b920View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bddb7ea - Browse repository at this point
Copy the full SHA bddb7eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 700658a - Browse repository at this point
Copy the full SHA 700658aView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a39579 - Browse repository at this point
Copy the full SHA 2a39579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3b1bf - Browse repository at this point
Copy the full SHA 0f3b1bfView commit details