Releases: DFE-Digital/schools-experience
Release 3334
Trello card
https://trello.com/c/E83HBQc9/2189-gse-plan-for-dr-test
Context
Implement postgres backup/restore workflows required for DR testing
Changes proposed in this pull request
- update backup workflow using TS backup github action
- add postgres point-in-time restore workflow
- add postgres restore from backup workflow
Guidance to review
staging backup: https://github.com/DFE-Digital/schools-experience/actions/runs/12394436024
dev backup: https://github.com/DFE-Digital/schools-experience/actions/runs/12394151304
restore workflows will be tested after merge
Release 3333
Trello card
https://trello.com/c/E83HBQc9/2189-gse-plan-for-dr-test
Context
Non prod database backup storage accounts appear to have been created manually, with a different naming standard.
They should be created by terraform, so they work with the new backup & restore workflow templates.
Changes proposed in this pull request
Set azure_enable_backup_storage to true for development and staging envs.
Guidance to review
make development/staging terraform-plan
Release 3332
Bump actionpack from 7.0.8.5 to 7.0.8.7 in the bundler group
Release 3331
Trello card
Context
Fix failure: https://github.com/DFE-Digital/schools-experience/actions/runs/12313465305/job/34368621076
Changes proposed in this pull request
Stop using out of data storage key secret. Retrieve the key dynamically instead.
Guidance to review
Successful run after closing PR: https://github.com/DFE-Digital/schools-experience/actions/runs/12351146158/job/34465482506
Release 3326
Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group
Release 3320
Bump sidekiq-cron from 1.12.0 to 2.0.1
Release 3329
Trello card
Context
Enable bigquery federated auth in all environments, one by one
Changes proposed in this pull request
Enable bigquery federated auth in production
Guidance to review
Same configuration as staging
Release 3328
Trello card
Context
Enable bigquery federated auth in all environments, one by one
Changes proposed in this pull request
Enable bigquery federated auth in staging
Guidance to review
Same configuration as developmemt
Release 3327
Trello card
Context
Enable Bigquery federated auth in all environments
Changes proposed in this pull request
Enable in AKS development
Guidance to review
Same configuration as review
Release 3314
Trello card
https://trello.com/c/vOignwZ1/7002-clear-up-linting-errors-on-get-school-experience
Context
A recent rubocop bump on Get school experience uncovered over 6,000 linting errors
An attempt to autocorrect these linting errors didn’t work as other tests then started to break
Instead the errors have been moved to .rubocop_todo.yml
Changes proposed in this pull request
- Fixes 36
FactoryBot/FactoryClassName
instances