Skip to content

Commit

Permalink
Changelog update for v0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 13, 2024
1 parent 1e99c9f commit d329634
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

_Bug fixes_

* Step Retry race condition no longer trigger pipeline failure until all retries are exhausted ([#630](https://github.com/turbot/flowpipe/issues/630)).
* `DOCKER_HOST`, `DOCKER_API_VERSION`, `DOCKER_CERT_PATH`, `DOCKER_TLS_VERIFY` environment variables are now passed to the Docker client ([#651](https://github.com/turbot/flowpipe/issues/651)).
* Memory swappines should be set if using Podman instead of Docker ([#652](https://github.com/turbot/flowpipe/issues/652)).

* Step retry race condition no longer triggers pipeline failure until all retries are exhausted([#630](https://github.com/turbot/flowpipe/issues/630)).
* `DOCKER_HOST`, `DOCKER_API_VERSION`, `DOCKER_CERT_PATH`, `DOCKER_TLS_VERIFY` environment variables are now correctly passed to the Docker client ([#651](https://github.com/turbot/flowpipe/issues/651)).
* Memory swappiness should not be set when using Podman instead of Docker ([#652](https://github.com/turbot/flowpipe/issues/652)).

## v0.2.2 [2024-02-02]

Expand Down

0 comments on commit d329634

Please sign in to comment.