Skip to content

Releases: cloud-gov/pages-core

0.9.3

18 Jun 17:49
0.9.3
acc72c9
Compare
Choose a tag to compare

Fixed

  • Only encrypt site build param values based on defined keys
  • reorder session auth logic, handle redirect to prevent unhandled 500 errors
  • admin: Show UAAIdentity ID in Admin User page (#4501)
  • send 401 response for bad auth callback (#4512)

Maintenance

  • remove metrics, update yarn.lock
  • deps: bump the npm_and_yarn group across 2 directories with 2 updates
  • ci: Add necessary pipeline OCI image resources to staging and prod
  • yarn.lock regeneration
  • wait for db port on ci tests
  • Add build metrics query examples (#4500)
  • harden docker in docker use
  • Encrypt build task CF task param values #4509

0.9.2

21 May 23:07
0.9.2
feee82f
Compare
Choose a tag to compare

Maintenance

  • update release script
  • Update metrics app dependencies (#4419)
  • Increase prod queue concurrencies to max 10
  • Remove decommissioned site build queue related to pages-builder
  • Encrypt site build params #4464
  • use hardened postgres

0.9.1

14 May 20:43
0.9.1
4d65a14
Compare
Choose a tag to compare

Maintenance

  • update the memory and disk settings for large containers

0.9.0

14 May 17:11
0.9.0
fb96925
Compare
Choose a tag to compare

Added

  • build metrics API (#4328)

Fixed

  • use nested merge for build metrics
  • Send sandbox reminders to UAA email address (#4425)

Maintenance

  • release build scans in production
  • container hardening
  • docs: Add documentation for working with and creating queues
  • Refactor build task queue job processor
  • Refactor site build queue and worker

0.8.2

24 Apr 20:31
0.8.2
7555648
Compare
Choose a tag to compare

Maintenance

  • add build task cancelled state

0.8.1

19 Apr 16:59
0.8.1
31aa59c
Compare
Choose a tag to compare

Maintenance

  • for build task targets, use domain for production branch urls

0.8.0

17 Apr 18:19
0.8.0
26b850c
Compare
Choose a tag to compare

Added

  • Revamp build scan display per #4446
  • Add concurrency and polling to build task queue worker
  • add build scan priority (#4476)

Maintenance

  • admin: add extra information for testing scans

0.7.1

11 Apr 20:51
0.7.1
087690d
Compare
Choose a tag to compare

Fixed

  • import Event model for logout error logging
  • prevent restarting build tasks, use enum, add test

Documentation

  • Add frontend conventions to DEVELOPMENT.md

0.7.0

02 Apr 21:08
0.7.0
3104c28
Compare
Choose a tag to compare

Added

  • Show last signin instead of last update in organization users list
  • Allow organization managers to resend invitations (#4371)
  • add accessibility scan (#4410)
  • update email layouts with new template (#4373)
  • add uswds identifier (#4413)
  • admin: add limited ability to register build tasks to a site
  • Update email invites based on user UAA origin #4370

Fixed

  • Fetch error for old build logs based on build details
  • resolve two async/await errors
  • Fix skipped heading levels in user settings page (#4396)
  • Fix skipped heading levels in sites list (#4396)
  • Add row header to published files table (#4397)
  • update reauthenication logic
  • update build task status logic (#4404)
  • Add message explaining that build logs are deleted after 180 days. (#4379)
  • Make invitation URL copyable (#4108)

Maintenance

  • vendor node dependencies
  • ci: use hardened node image, update playwright docs
  • try separate table dropping for user report test
  • update webpack and associated dependencies
  • Update passport deps and remove deprecated GH auth
  • update axios, remove unnecessary tests
  • ci: add hardened playwright, registry-image, general-task

0.6.1

22 Feb 23:24
0.6.1
4c5d9b7
Compare
Choose a tag to compare

Documentation

  • update developer documentation about commit patterns