-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release #267
Release #267
Conversation
Reviewer's Guide by SourceryThis release introduces several bug fixes, dependency updates, new features, and chores related to Docker project management and configuration. It updates the project to version 0.34.0 and includes improvements to Copier templates, environment variable handling, and Git submodule integration. Class diagram for Docker configuration structureclassDiagram
class DockerConfig {
+APP_REPO_NAME: string
+HOST_SOURCE_DIR: string
+configure()
}
class CopierTemplate {
+submodule_support: boolean
+generateConfig()
+addGitSubmodule()
}
class EnvironmentVariables {
+common_env: dict
+loadDefaults()
+updatePaths()
}
DockerConfig --> EnvironmentVariables
CopierTemplate --> DockerConfig
note for DockerConfig "Updated with new configuration options"
note for CopierTemplate "Enhanced with multi-repo support"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @entelecheia - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
Release version 0.34.0.
New Features:
APP_REPO_NAME
andHOST_SOURCE_DIR
variables todocker.common.env.jinja
for improved configuration.copier.yaml
.copier.yaml
.copier.yaml
for compatibility.copier.yaml
to support a single GitHub repository as a submodule.Bug Fixes:
copier.yaml
to properly add Git submodule.HOST_SOURCE_DIR
variable indocker.common.env.jinja
.copier.yaml
for single GitHub repository support.hyperfast-docker-template
and adjust environment variable defaults in configuration files.APP_REPO_NAME
andHOST_SOURCE_DIR
variable definitions for improved conditional handling.copier.yaml
to improve error handling and output.python-semantic-release
and docker actions to latest versions.Chores:
.copier-docker-config.yaml
.docker/build-push-action
from 6.9.0 to 6.10.0.docker/metadata-action
from 5.5.1 to 5.6.1.python-semantic-release/python-semantic-release
from 9.12.1 to 9.12.2.python-semantic-release/python-semantic-release
from 9.12.0 to 9.12.1.python-semantic-release/python-semantic-release
from 9.12.2 to 9.13.0.python-semantic-release/python-semantic-release
from 9.15.0 to 9.15.1.python-semantic-release/python-semantic-release
from 9.15.1 to 9.15.2