v0.34.0 (2024-12-28)
Bug Fixes
-
Correct command in copier.yaml to properly add Git submodule (
b33cf17
) -
Correct conditional syntax for HOST_SOURCE_DIR variable in docker.common.env.jinja (
8c6633e
) -
Correct variable references in copier.yaml for single GitHub repository support (
36f5a2a
) -
Update app_dirname to hyperfast-docker-template and adjust environment variable defaults in configuration files (
cff5739
) -
Update APP_REPO_NAME and HOST_SOURCE_DIR variable definitions for improved conditional handling (
483ac30
) -
Update git submodule command in copier.yaml to improve error handling and output (
af245c2
) -
Update source directory and GitHub repository configurations in Copier templates for consistency (
6910b4e
) -
Update volume mappings in docker-compose template for improved directory configuration (
329d45f
) -
deps: Update python-semantic-release and docker actions to latest versions (
05eecb6
) -
deps: Update python-semantic-release to version 9.15.2 (
274d78a
) -
docker: Update application directory name and configuration paths (
258d062
) -
docker: Update application directory name and dependencies in configuration files (
702d917
)
Chores
-
Update Copier version and add source directory configuration in .copier-docker-config.yaml (
3ba3562
) -
deps: Bump docker/build-push-action from 6.9.0 to 6.10.0 (#261,
842a722
)
Bumps docker/build-push-action from 6.9.0 to 6.10.0.
updated-dependencies:
- dependency-name: docker/build-push-action dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps docker/metadata-action from 5.5.1 to 5.6.1.
updated-dependencies:
- dependency-name: docker/metadata-action dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- deps: Bump python-semantic-release/python-semantic-release (
210d7f8
)
Bumps python-semantic-release/python-semantic-release from 9.12.1 to 9.12.2.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
- deps: Bump python-semantic-release/python-semantic-release (
b6e4f1c
)
Bumps python-semantic-release/python-semantic-release from 9.12.0 to 9.12.1.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Bumps python-semantic-release/python-semantic-release from 9.12.2 to 9.13.0. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
deps: Bump python-semantic-release/python-semantic-release (#259,
937bcd2
) -
deps: Bump python-semantic-release/python-semantic-release (#262,
b2b9a4a
) -
deps: Bump python-semantic-release/python-semantic-release (#263,
56a28ff
)
Bumps python-semantic-release/python-semantic-release from 9.15.0 to 9.15.1. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps python-semantic-release/python-semantic-release from 9.15.1 to 9.15.2. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Features
-
Add APP_REPO_NAME and HOST_SOURCE_DIR variables to docker.common.env.jinja for improved configuration (
a25e3a0
) -
Add copier submodule for project management (
b9049be
) -
Add support for adding multiple GitHub submodules in copier.yaml (
90d1c71
) -
Add support for multiple GitHub repositories and configurable source directory path in copier.yaml (
5173533
) -
Enhance issue template to support multiple GitHub repositories and modernize copier.yaml for compatibility (
ea1a6df
) -
Update copier.yaml to support a single GitHub repository as a submodule (
5c174dd
)
Detailed Changes: v0.33.0...v0.34.0