Skip to content

Commit 62ce087

Browse files
authored
Merge pull request #914 from p12tic/release-notes
Add release notes for v1.1.0
2 parents c88558b + c97f003 commit 62ce087

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/Changelog-1.1.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Version v1.1.0 (2024-04-17)
2+
===========================
3+
4+
Bug fixes
5+
---------
6+
7+
- Fixed support for values with equals sign in `-e` argument of `run` and `exec` commands.
8+
- Fixed duplicate arguments being emitted in `stop` and `restart` commands.
9+
- Removed extraneous debug output. `--verbose` flag has been added to preserve verbose output.
10+
- Links aliases are now added to service aliases.
11+
- Fixed image build process to use defined environmental variables.
12+
- Empty list is now allowed to be `COMMAND` and `ENTRYPOINT`.
13+
- Environment files are now resolved relative to current working directory.
14+
- Exit code of container build is now preserved as return code of `build` command.
15+
16+
New features
17+
------------
18+
19+
- Added support for `uidmap`, `gidmap`, `http_proxy` and `runtime` service configuration keys.
20+
- Added support for `enable_ipv6` network configuration key.
21+
- Added `--parallel` option to support parallel pulling and building of images.
22+
- Implemented support for maps in `sysctls` container configuration key.
23+
- Implemented `stats` command.
24+
- Added `--no-normalize` flag to `config` command.
25+
- Added support for `include` global configuration key.
26+
- Added support for `build` command.
27+
- Added support to start containers with multiple networks.
28+
- Added support for `profile` argument.
29+
- Added support for starting podman in existing network namespace.
30+
- Added IPAM driver support.
31+
- Added support for file secrets being passed to `podman build` via `--secret` argument.
32+
- Added support for multiple networks with separately specified IP and MAC address.
33+
- Added support for `service.build.ulimits` when building image.

0 commit comments

Comments
 (0)