Skip to content

Commit

Permalink
Merge branch 'compose-x:main' into 707-bugfix-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
thorfi authored Nov 21, 2023
2 parents 8532a87 + 0cc3b9f commit 7c74574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ecs_composex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = """John Preston"""
__email__ = "john@compose-x.io"
__version__ = "0.23.27-rc3"
__version__ = "0.23.27-rc4"
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def finalize_firelens_container_shorthands(
continue
if not service_defined_firelens_options:
service_defined_firelens_options: dict = set_else_none(
"Options", _svc_config.firelens_config
"Options", _svc_config.firelens_config, {}
)
else:
LOG.warning(
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecs_composex"
version = "0.23.27-rc3"
version = "0.23.27-rc4"
description = "Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definition"
authors = ["John Preston <john@compose-x.io>"]
maintainers = ["John Preston <john@compose-x.io>"]
Expand Down Expand Up @@ -82,7 +82,7 @@ sphinx-material = "^0.0.35"
github_url = "https://github.com/compose-x/ecs_composex"

[tool.tbump.version]
current = "0.23.27-rc3"
current = "0.23.27-rc4"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 7c74574

Please sign in to comment.