Skip to content

Commit

Permalink
Release notes for 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Povilas Kanapickas <[email protected]>
  • Loading branch information
p12tic committed Jan 7, 2025
1 parent 2379924 commit 6de335b
Show file tree
Hide file tree
Showing 21 changed files with 38 additions and 22 deletions.
38 changes: 38 additions & 0 deletions docs/Changelog-1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Version 1.3.0 (2025-01-07)
==========================

Bug fixes
---------

- Fixed support for de-facto alternative `Dockerfile` names (e.g. `Containerfile`)
- Fixed a bug that caused attempts to create already existing pods multiple times.
- Fixed compatibility with docker-compose in how symlinks to docker-compose.yml are handled.
- Fixed freeze caused by too long log lines without a newline.
- Fixed support for `network_mode: none`.
- Improved error detection by rejecting service definitions that contain both `network_mode` and
`networks` keys, which is not allowed.


Features
--------

- Added support for build labels.
- Added support for "platform" property in the build command.
- Added support for "ssh" property in the build command.
- Added support for cache_from and cache_to fields in build section.
- Added support for honoring the condition in the depends_on section of the service, if stated.
- Added `x-podman.no_hosts` setting to pass `--no-hosts` to podman run
- Added support for compatibility with docker compose for default network behavior when no network
defined in service. This is controlled via `default_net_behavior_compat` feature flag.
- Added a way to get compatibility of default network names with docker compose.
This is selected by setting `default_net_name_compat: true` on `x-podman` global dictionary.
- Added support for the `device_cgroup_rules` property in services.
- Added support for removing networks in `podman-compose down`.
- Added support for network scoped service aliases.
- Added support for network level `mac_address` attribute.
- Added ability to substitute variables with the environment of the service.

Misc
----

- Declared compatibility with Python 3.13.
1 change: 0 additions & 1 deletion newsfragments/978.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/build-labels.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/build-platform.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/build-ssh.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/cache-fields-support.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/check-if-pod-exists.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/conditional-dependencies.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/container-no-hosts.feature

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/default_net_behavior_compat.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/default_net_name_compat.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/device_cgroup_rules.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/dont-resolve-links-to-compose-file.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/down-removes-network.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/long-log-lines.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/network-mode-none.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/network-scoped-aliases.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/network_level_mac_address.feature

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/network_mode_networks.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/python313.misc

This file was deleted.

This file was deleted.

0 comments on commit 6de335b

Please sign in to comment.