Releases: fedora-infra/mirrormanager2
Releases · fedora-infra/mirrormanager2
1.1.0
What's Changed
- Refactor utilities by @abompard in #333
- Update dependency sqlalchemy-helpers to v1 by @renovate in #343
- Fix crawler by @james58899 in #345
- Update all non-major dependencies by @renovate in #331
- Update pre-commit hook psf/black to v24 by @renovate in #335
- Update dependency pytest to v8 by @renovate in #336
- Update dependency gunicorn to v22 by @renovate in #339
- Update to latest fedora-bootstrap (bootstrap5) by @ryanlerch in #354
- Update dependencies in lockfile by @renovate in #330
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.5.0 by @renovate in #348
- Store the mirror geolocation in the DB by @abompard in #358
- Adjust checks by @ryanlerch in #362
- Fix spelling of "organization" by @Conan-Kudo in #363
- Update dependencies in lockfile by @renovate in #364
- Add specific check for duplicate cat URLS by @ryanlerch in #359
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.5.5 by @renovate in #357
- Update move-to-archive to use a product and a version by @abompard in #366
- Use the message schemas by @abompard in #365
- Update dependencies in lockfile by @renovate in #367
- Update all non-major dependencies by @renovate in #368
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.5.7 by @renovate in #369
- Update dependencies in lockfile by @renovate in #370
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.0 by @renovate in #372
- Update dependencies in lockfile by @renovate in #373
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.1 by @renovate in #375
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.2 by @renovate in #377
- Update dependencies in lockfile by @renovate in #378
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.3 by @renovate in #380
- Update dependencies in lockfile by @renovate in #381
- Style up-to-date paths this host carries section in host edit by @ryanlerch in #379
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.4 by @renovate in #388
- Update dependencies in lockfile by @renovate in #389
- Update dependencies in lockfile by @renovate in #390
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.5 by @renovate in #392
- Update dependencies in lockfile by @renovate in #393
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.6 by @renovate in #394
- Pagination by @ryanlerch in #391
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.7 by @renovate in #395
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.8 by @renovate in #396
- Update dependencies in lockfile by @renovate in #397
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.9 by @renovate in #399
- Update pre-commit hook pre-commit/pre-commit-hooks to v5 by @renovate in #400
- Added health checks with flask-healthz by @rod7760 in #398
- Update pre-commit hook psf/black to v24.10.0 by @renovate in #401
- Update dependencies in lockfile by @renovate in #402
- Update dependency sphinxcontrib-mermaid to v1 by @renovate in #403
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.7.0 by @renovate in #404
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.7.1 by @renovate in #408
- Update dependencies in lockfile by @renovate in #405
- Update dependencies in lockfile by @renovate in #410
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.7.2 by @renovate in #411
- Update dependencies in lockfile by @renovate in #413
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.7.3 by @renovate in #414
- Update dependencies in lockfile by @renovate in #415
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.7.4 by @renovate in #416
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.8.0 by @renovate in #418
- Update dependencies in lockfile by @renovate in #417
- Update dependencies in lockfile by @renovate in #419
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.8.1 by @renovate in #420
- Remove dnspython dependency by @ott in #383
- Remove email-validator dependency by @ott in #384
New Contributors
- @james58899 made their first contribution in #345
- @rod7760 made their first contribution in #398
Full Changelog: 1.0.0...1.1.0
Version 1.0.0
Major changes since the last release:
- Allow using propagation with all categories
- Add packit config
- Remove mirrorlist related code
- Drop support for python 2 and Faitout
- Use Poetry
- Switch auth from FAS to OIDC
- Update the Vagrant VM and link it to tinystage
- Drop customizations that were made obsolete by newer Flask-Admin
- Split the components into separate modules
- Adapt and modernize the unit tests, use pytest and tox
- Fix the docs and build them in tox
- Run black and add it to tox.
- Use Ruff as a linter
- Modernize string formatting and other python constructs, and sort imports
- Update the Vagrant box to F38, and populate it with some data
- Migrate from fedmsg to fedora-messaging
- Use dataclasses instead of munch
- Add Renovate
- Add pre-commit