Skip to content

Releases: DFE-Digital/schools-experience

Release 3334

19 Dec 10:22
f04bc51
Compare
Choose a tag to compare

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

17 Dec 16:21
53ecb50
Compare
Choose a tag to compare

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

16 Dec 11:28
5eab61b
Compare
Choose a tag to compare

Bump actionpack from 7.0.8.5 to 7.0.8.7 in the bundler group

Release 3331

16 Dec 14:18
05a55c6
Compare
Choose a tag to compare

Trello card

https://trello.com/c/N2pyTDQX

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

16 Dec 11:15
81a70f2
Compare
Choose a tag to compare

Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group

Release 3320

16 Dec 10:55
3998601
Compare
Choose a tag to compare

Bump sidekiq-cron from 1.12.0 to 2.0.1

Release 3329

11 Dec 14:02
8480175
Compare
Choose a tag to compare

Trello card

https://trello.com/c/YUxcTtXB

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

11 Dec 11:23
13c4a3c
Compare
Choose a tag to compare

Trello card

https://trello.com/c/YUxcTtXB

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

11 Dec 09:32
f879c66
Compare
Choose a tag to compare

Trello card

https://trello.com/c/YUxcTtXB

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

11 Dec 12:29
0819a3c
Compare
Choose a tag to compare

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

Guidance to review