Changelog
### 3.2.3
```
What's Changed
* Fix list command names from importlib by tobias-urdin in https://github.com/jd/pifpaf/pull/189
**Full Changelog**: https://github.com/jd/pifpaf/compare/3.2.2...3.2.3
```
### 3.2.2
```
What's Changed
* Fix long description by tobias-urdin in https://github.com/jd/pifpaf/pull/185
* Fix CI and test using Ubuntu 24.04 and Python 3.12 by tobias-urdin in https://github.com/jd/pifpaf/pull/187
**Full Changelog**: https://github.com/jd/pifpaf/compare/3.2.1...3.2.2
```
### 3.2.1
```
What's Changed
* Switch to new version of docker actions by kajinamit in https://github.com/jd/pifpaf/pull/171
* Redis: Use IP address in sentinel configuration by kajinamit in https://github.com/jd/pifpaf/pull/183
* Replace call to deprecated method Thread.setDaemon() by carlsmedstad in https://github.com/jd/pifpaf/pull/184
New Contributors
* carlsmedstad made their first contribution in https://github.com/jd/pifpaf/pull/184
**Full Changelog**: https://github.com/jd/pifpaf/compare/3.2.0...3.2.1
```
### 3.2.0
```
What's Changed
* Remove deprecated mongo cli options by douardda in https://github.com/jd/pifpaf/pull/145
* Add support for newer s3rver by tobias-urdin in https://github.com/jd/pifpaf/pull/146
* Fix etcd v3.4 cluster works by ainoniwa in https://github.com/jd/pifpaf/pull/135
* ceph: auth_allow_insecure_global_id_reclaim and mon_warn_on_pool_no_redundancy to false by tobias-urdin in https://github.com/jd/pifpaf/pull/150
* Move mergify to queue action by tobias-urdin in https://github.com/jd/pifpaf/pull/153
* Drop old Gnocchi support by tobias-urdin in https://github.com/jd/pifpaf/pull/152
* gnocchi: Change s3 credentials to s3rver default by tobias-urdin in https://github.com/jd/pifpaf/pull/151
* Start all etcd nodes at the same time by jkawamoto in https://github.com/jd/pifpaf/pull/156
* Follow PEP517 by jkawamoto in https://github.com/jd/pifpaf/pull/157
* Local test environment by jkawamoto in https://github.com/jd/pifpaf/pull/158
* Fix Travis CI and migrate to stestr by felixonmars in https://github.com/jd/pifpaf/pull/149
* Change local import of swift to absolute from top-level package by kotopesutility in https://github.com/jd/pifpaf/pull/161
* Fix CI and do cleanup by tobias-urdin in https://github.com/jd/pifpaf/pull/162
* Enable the use of pifpaf run mysql with root users by rafaelweingartner in https://github.com/jd/pifpaf/pull/159
* CI: fix syntax error that caused CI to never ever run by eli-schwartz in https://github.com/jd/pifpaf/pull/165
* Drop runtime dependency on setuptools for entrypoint enumeration and version parsing by eli-schwartz in https://github.com/jd/pifpaf/pull/166
* Fix pep8 error by kajinamit in https://github.com/jd/pifpaf/pull/169
* Update supported python versions by kajinamit in https://github.com/jd/pifpaf/pull/168
* redis: Support enabling password by kajinamit in https://github.com/jd/pifpaf/pull/167
* Remove distutils by tobias-urdin in https://github.com/jd/pifpaf/pull/178
* Add package data and Python 3.12 to metadata by tobias-urdin in https://github.com/jd/pifpaf/pull/179
* Add Valkey support by zzzeek in https://github.com/jd/pifpaf/pull/175
* Redis: Add password to URL environment by kajinamit in https://github.com/jd/pifpaf/pull/172
* Use squash merge method for mergify by tobias-urdin in https://github.com/jd/pifpaf/pull/180
* Unpin SQLAlchemy for Aodh by tobias-urdin in https://github.com/jd/pifpaf/pull/181
New Contributors
* ainoniwa made their first contribution in https://github.com/jd/pifpaf/pull/135
* jkawamoto made their first contribution in https://github.com/jd/pifpaf/pull/156
* kotopesutility made their first contribution in https://github.com/jd/pifpaf/pull/161
* rafaelweingartner made their first contribution in https://github.com/jd/pifpaf/pull/159
* eli-schwartz made their first contribution in https://github.com/jd/pifpaf/pull/165
* kajinamit made their first contribution in https://github.com/jd/pifpaf/pull/169
* zzzeek made their first contribution in https://github.com/jd/pifpaf/pull/175
**Full Changelog**: https://github.com/jd/pifpaf/compare/3.1.5...3.2.0
```
Links
- PyPI: https://pypi.org/project/pifpaf
- Changelog: https://data.safetycli.com/changelogs/pifpaf/
- Repo: https://github.com/jd/pifpaf
This PR updates pifpaf from 3.1.5 to 3.2.3.
Changelog
### 3.2.3 ``` What's Changed * Fix list command names from importlib by tobias-urdin in https://github.com/jd/pifpaf/pull/189 **Full Changelog**: https://github.com/jd/pifpaf/compare/3.2.2...3.2.3 ``` ### 3.2.2 ``` What's Changed * Fix long description by tobias-urdin in https://github.com/jd/pifpaf/pull/185 * Fix CI and test using Ubuntu 24.04 and Python 3.12 by tobias-urdin in https://github.com/jd/pifpaf/pull/187 **Full Changelog**: https://github.com/jd/pifpaf/compare/3.2.1...3.2.2 ``` ### 3.2.1 ``` What's Changed * Switch to new version of docker actions by kajinamit in https://github.com/jd/pifpaf/pull/171 * Redis: Use IP address in sentinel configuration by kajinamit in https://github.com/jd/pifpaf/pull/183 * Replace call to deprecated method Thread.setDaemon() by carlsmedstad in https://github.com/jd/pifpaf/pull/184 New Contributors * carlsmedstad made their first contribution in https://github.com/jd/pifpaf/pull/184 **Full Changelog**: https://github.com/jd/pifpaf/compare/3.2.0...3.2.1 ``` ### 3.2.0 ``` What's Changed * Remove deprecated mongo cli options by douardda in https://github.com/jd/pifpaf/pull/145 * Add support for newer s3rver by tobias-urdin in https://github.com/jd/pifpaf/pull/146 * Fix etcd v3.4 cluster works by ainoniwa in https://github.com/jd/pifpaf/pull/135 * ceph: auth_allow_insecure_global_id_reclaim and mon_warn_on_pool_no_redundancy to false by tobias-urdin in https://github.com/jd/pifpaf/pull/150 * Move mergify to queue action by tobias-urdin in https://github.com/jd/pifpaf/pull/153 * Drop old Gnocchi support by tobias-urdin in https://github.com/jd/pifpaf/pull/152 * gnocchi: Change s3 credentials to s3rver default by tobias-urdin in https://github.com/jd/pifpaf/pull/151 * Start all etcd nodes at the same time by jkawamoto in https://github.com/jd/pifpaf/pull/156 * Follow PEP517 by jkawamoto in https://github.com/jd/pifpaf/pull/157 * Local test environment by jkawamoto in https://github.com/jd/pifpaf/pull/158 * Fix Travis CI and migrate to stestr by felixonmars in https://github.com/jd/pifpaf/pull/149 * Change local import of swift to absolute from top-level package by kotopesutility in https://github.com/jd/pifpaf/pull/161 * Fix CI and do cleanup by tobias-urdin in https://github.com/jd/pifpaf/pull/162 * Enable the use of pifpaf run mysql with root users by rafaelweingartner in https://github.com/jd/pifpaf/pull/159 * CI: fix syntax error that caused CI to never ever run by eli-schwartz in https://github.com/jd/pifpaf/pull/165 * Drop runtime dependency on setuptools for entrypoint enumeration and version parsing by eli-schwartz in https://github.com/jd/pifpaf/pull/166 * Fix pep8 error by kajinamit in https://github.com/jd/pifpaf/pull/169 * Update supported python versions by kajinamit in https://github.com/jd/pifpaf/pull/168 * redis: Support enabling password by kajinamit in https://github.com/jd/pifpaf/pull/167 * Remove distutils by tobias-urdin in https://github.com/jd/pifpaf/pull/178 * Add package data and Python 3.12 to metadata by tobias-urdin in https://github.com/jd/pifpaf/pull/179 * Add Valkey support by zzzeek in https://github.com/jd/pifpaf/pull/175 * Redis: Add password to URL environment by kajinamit in https://github.com/jd/pifpaf/pull/172 * Use squash merge method for mergify by tobias-urdin in https://github.com/jd/pifpaf/pull/180 * Unpin SQLAlchemy for Aodh by tobias-urdin in https://github.com/jd/pifpaf/pull/181 New Contributors * ainoniwa made their first contribution in https://github.com/jd/pifpaf/pull/135 * jkawamoto made their first contribution in https://github.com/jd/pifpaf/pull/156 * kotopesutility made their first contribution in https://github.com/jd/pifpaf/pull/161 * rafaelweingartner made their first contribution in https://github.com/jd/pifpaf/pull/159 * eli-schwartz made their first contribution in https://github.com/jd/pifpaf/pull/165 * kajinamit made their first contribution in https://github.com/jd/pifpaf/pull/169 * zzzeek made their first contribution in https://github.com/jd/pifpaf/pull/175 **Full Changelog**: https://github.com/jd/pifpaf/compare/3.1.5...3.2.0 ```Links
- PyPI: https://pypi.org/project/pifpaf - Changelog: https://data.safetycli.com/changelogs/pifpaf/ - Repo: https://github.com/jd/pifpaf