------------------- - Use list format for binds instead of dict format for multiple mountpoints - Fix Flake8 issues that have popped up in newer versions - Include all commands in commands.rst - EB-90124 when building docker images do not reset file time to 0
2.17.5
------------------ - Do not reset file time when creating the docker image for source files. This change is under a feature flag `BAY_BUILD_SRC_REAL_TIME=true`.
2.17.4
------------------ - Fix: when building a profile with the 'inherits' property, include the parent containers in the build.
2.17.3
------------------ - Fix `bay run` and `bay shell` for the base profile.
2.17.2
------------------ - Ability to exclude required dependency to support flat profiles.
2.16.4
------------------ - Ask user to run bay registry login in case of docker pull not found error. - Bay shouldn't pull a versioned image that is already present.