Releases: mozilla-releng/balrog
Releases · mozilla-releng/balrog
v3.86
What's Changed
- Bump version to 3.86 by @Eijebong in #3498
- Remove mozilla frontend infra components by @Eijebong in #3499
- reduce healtcheck interval to speed up
docker compose up
by @bhearsum in #3501 - Revert update to connexion 3.x by @jcristau in #3502
- Disable the overlay for react-refresh by @Eijebong in #3496
- feat: warm caches during app startup by @bhearsum in #3500
- Use statsd pipelines to reduce overhead by @jcristau in #3504
- chore: Repin dependencies by @hneiva in #3506
Full Changelog: v3.85...v3.86
production-ui
Remove mozilla frontend infra components (#3499) * Replace `Label` from mozilla-frontend-infra/components We need to get rid of mozilla-frontend-infra/components, this is the first step. I basically imported the component and stripped the unused parts. This doesn't change anything rendering wise * Switch from mozilla-frontend-infra's `MuiErrorPanel` to raw `Alert` * Replace all mozilla-frontend-infra's Spinner with `CircularProgress` * Remove the dependency on mozilla-frontend-infra We depend on mdi-react and it used to work because it was pulled through mozilla-frontend-infra/components so I just added it as an explicit dependency now
v3.85
What's Changed
- Bump version to 3.85 by @Eijebong in #3492
- Allow the ciscobinarytest domain on staging permanently by @Eijebong in #3493
- Replace clean-webpack-plugin with webpack 5 own cleaning by @Eijebong in #3495
- Replace eslint/prettier with biome by @Eijebong in #3494
- Allow HEAD requests from
allow_origins
too by @Eijebong in #3497
Full Changelog: v3.84...v3.85
v3.84
v3.83
What's Changed
- Post release version bump to 3.82 by @Eijebong in #3462
- Update axios to 1.10.0 by @Eijebong in #3464
- chore(deps): bump aiohttp from 3.12.13 to 3.12.14 in /agent/requirements by @dependabot[bot] in #3465
- feat: log autograph response codes to statsd by @bhearsum in #3463
- feat: add request timing and response code stats for the public app by @bhearsum in #3459
- Reland: Switch from react-auth0-components to auth0/auth0-react (#3425) by @Eijebong in #3431
- Remove the dependencies on dotenv by @Eijebong in #3466
- fix: ensure statsd after_request handler is called first by @bhearsum in #3469
- Don't use refresh tokens with auth0 by @Eijebong in #3468
- feat: add statsd timings for admin endpoints by @bhearsum in #3467
- Revert "Remove the dependencies on dotenv" by @Eijebong in #3471
- Fix all actions being disabled on the rules list all the time by @Eijebong in #3473
- feat: add timing metrics for gcs uploads and auth0 requests by @bhearsum in #3470
- Move the frontend configuration directly into the task environment by @Eijebong in #3474
- Remove the dependencies on dotenv by @Eijebong in #3475
- refactor: add a common prefix for admin endpoint metrics by @bhearsum in #3476
- fix: don't log non-GET requests nor dockerflow requests in the public app by @bhearsum in #3477
- blobs: avoid crashing when a json update query ends up with an apprel… by @jcristau in #3478
- Use a node image directly for the ui in docker-compose by @Eijebong in #3479
- Update webpack, related dependencies, node and bring config in line with shipit by @Eijebong in #3480
- Replace clipboard-copy with native javascript by @Eijebong in #3481
- Remove html-loader by @Eijebong in #3482
- chore(deps): bump axios from 1.10.0 to 1.11.0 in /ui by @dependabot[bot] in #3483
- Update css-loader by @Eijebong in #3484
- Temporarily allow ciscobinarytest subdomain for balrog stage by @Eijebong in #3486
- Replace react-hot-loader with react-refresh by @Eijebong in #3485
- Split out python lints into their own tasks by @Eijebong in #3487
- Version bump to 3.83 by @jcristau in #3488
- Bump python dependencies by @Eijebong in #3489
Full Changelog: v3.81...v3.83
STAGING ONLY: v3.82
DO NOT LAND: Temporarily allow ciscobinarytest subdomain for balrog s…
v3.81
What's Changed
- Post release version bump to 3.81 by @Eijebong in #3430
- docker-compose: don't start the agent before balrogadmin by @jcristau in #3432
- admin: stop using flask_compress by @jcristau in #3433
- db: use StaticPool for sqlite connections in test by @jcristau in #3434
- web: rename app to flask_app by @jcristau in #3435
- tests: exclude "-1" from from bad inputs for the
force
parameter by @jcristau in #3436 - fix: use flask_app in wsgi files by @bhearsum in #3439
- tests: fix disabling of flask error handlers by @jcristau in #3438
- public: be more careful when cleaning up avast query param by @jcristau in #3437
- public: split BadDataError and Exception error handling by @jcristau in #3442
- chore: remove unneeded git/.git in Dockerfile.test by @bhearsum in #3443
- admin: replace handleGeneralExceptions with flask error handlers by @jcristau in #3445
- tests: remove dead stores to app config from apprelease blob tests by @jcristau in #3447
- Don't use the
db_schema
fixture inguardian_db
by @Eijebong in #3448 - Refactor get_active_release_names sql query by @jcristau in #2657
- Use a factory to create the app object by @jcristau in #3446
- docker-compose: remove
links
by @jcristau in #3450 - maintenance: silence pip warnings by @jcristau in #3452
- fix: reduce the number of requests needed to populate the the Users UI view by @bhearsum in #3440
- docker-compose: reduce balrogdb health check interval by @jcristau in #3453
- tests: set app.testing instead of poking through flask internals by @jcristau in #3451
- admin: let nginx rewrite /api/foo to /foo by @jcristau in #3454
- web: use flask.request instead of connexion.request by @jcristau in #3455
- feat: use uv for dependency resolution in pin-helper.sh by @bhearsum in #3458
- Revert "feat: use uv for dependency resolution in pin-helper.sh" by @Eijebong in #3461
- Update dependencies by @Eijebong in #3460
Full Changelog: v3.80...v3.81
v3.80
v3.79
What's Changed
- Post-release version bump to 3.79 by @jcristau in #3419
- docs: update sphinx version by @jcristau in #3421
- ci: update taskgraph to 14.4.1 by @jcristau in #3422
- Switch from python 3.11 to 3.13 by @jcristau in #3420
- Set
LC_ALL=C.UTF-8
in docker containers by @Eijebong in #3423 - Switch from react-auth0-components to @auth0/auth0-react by @Eijebong in #3425
- chore: bump dependencies by @Eijebong in #3427
Full Changelog: v3.78...v3.79