You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ``cibuildwheel`` started making use of the ``armv7l`` container image
179
+
following its upgrade to v2.22.0 -- by :user:`webknjaz`.
180
+
181
+
*Related issues and pull requests on GitHub:*
182
+
:issue:`648`.
183
+
184
+
- Increased the amount of retries in test to avoid possible timeouts
185
+
on slower systems -- by :user:`Jakuje`.
186
+
187
+
*Related issues and pull requests on GitHub:*
188
+
:issue:`777`.
189
+
190
+
- The SSHD start probe client command is now shielded from external
191
+
environmnent and will no longer attempt using an SSH agent on the
192
+
machine where the tests are involved, nor will it use alternative
193
+
authentication methods -- by :user:`webknjaz`.
194
+
195
+
*Related issues and pull requests on GitHub:*
196
+
:issue:`782`.
197
+
198
+
- Now that the ``macos-13`` runner VM image has been decommissioned, the CI and CD jobs have been migrated to use ``macos-15-intel`` -- by :user:`komaldesai13`.
199
+
200
+
This includes giving the macOS build job more time to complete as the new version is a little slower.
201
+
202
+
*Related issues and pull requests on GitHub:*
203
+
:issue:`791`.
204
+
205
+
- Updated the version of ``libssh`` to the latest release v0.12.0
206
+
in the cached ``manylinux`` build environment container images
207
+
-- by :user:`Jakuje`.
208
+
209
+
*Related issues and pull requests on GitHub:*
210
+
:issue:`797`.
211
+
212
+
- Updated the bundled version of libssh to 0.12.0 in platform-specific
213
+
wheels published on PyPI -- by :user:`Jakuje`.
214
+
215
+
*Related issues and pull requests on GitHub:*
216
+
:issue:`798`.
217
+
218
+
- Added Fedora and ubi9 images to CI/CD pipeline that are relevant in 2026
219
+
and removed EOL Fedora versions -- by :user:`Jakuje`.
220
+
221
+
*Related issues and pull requests on GitHub:*
222
+
:issue:`801`.
223
+
224
+
- The ``pre-commit`` framework configuration has been updated to be in
225
+
sync with ``awx-plugins`` and other projects. It now has a few
226
+
additional linters and a workaround for the outdated ones.
227
+
228
+
-- by :user:`webknjaz`
229
+
230
+
*Related issues and pull requests on GitHub:*
231
+
:issue:`803`.
232
+
233
+
- The standalone mentions of ``pylibssh`` have been replaced with
234
+
``ansible-pylibssh`` in file license headers -- by :user:`Jakuje`.
235
+
236
+
*Related issues and pull requests on GitHub:*
237
+
:issue:`804`.
238
+
239
+
- The CI/CD/packaging infrastructure has been updated to produce
240
+
:external+packaging:term:`source distribution <Source Distribution (or "sdist")>`
241
+
file names consistent with the requirement of uploading artifacts
242
+
compliant with the core packaging metadata 2.2 or newer to PyPI and
243
+
TestPyPI -- by :user:`webknjaz`.
244
+
245
+
Along with that, the infrastructure has been adjusted to expect
246
+
:pep:`625`-conforming names in its guard rails checks
247
+
-- with some :user:`cidrblock`\ s help.
248
+
249
+
*Related issues and pull requests on GitHub:*
250
+
:issue:`808`, :issue:`809`.
251
+
252
+
- :pypi:`cibuildwheel` has been upgraded to v3.1.4 -- by :user:`webknjaz`.
0 commit comments