Skip to content

Commit

Permalink
Merge pull request #462 from flyingcircusio/update-configupdater-to-3.2
Browse files Browse the repository at this point in the history
Fix multiline strings in age-diffable encryption format by updating configupdater to 3.2
  • Loading branch information
zagy authored Jul 30, 2024
2 parents 08a63cb + f1a1417 commit 5e97441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- batou migrate now writes .batou.json with a newline at the end as `pre-commit` hooks expect (usually).
- Add support for python 3.12
- Unused Components, that is, Components that are initialized, but not used in the deployment, are now reported as warnings.
- The multiline strings fix in `age-diffable` encryption format was incomplete. This release additionally pulls up the configupdater version to 3.2, which includes the parameter `prepend_newline` used.


## 2.5.0b2 (2024-05-15)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name="batou",
version=version,
install_requires=[
"ConfigUpdater>=3.0.1",
"ConfigUpdater>=3.2",
"Jinja2>=3.1.4",
"requests",
# ConfigUpdater does not manage its minimum requirements correctly.
Expand Down

0 comments on commit 5e97441

Please sign in to comment.