Skip to content

Releases: cloud-gov/pages-core

0.5.1

21 Dec 00:27
0.5.1
4b4a53c
Compare
Choose a tag to compare

Maintenance

  • reimplement build task feature flag handling

0.5.0

20 Dec 22:06
0.5.0
09afca4
Compare
Choose a tag to compare

Added

  • add build task ui (#4171)
  • admin: Add active users report #4313

Fixed

  • don't throw if user isn't present on build
  • catch the InvalidRange v3 error, don't fail the last build log fetch
  • Check buildShaLink args if null on site build logs page
  • add e2e tests in staging, build env vars to build step
  • Await createUAAIdentity in admin user API tests
  • Explicitly truncate UAAIdentity after admin user API tests
  • Add global Sequelize hook to make count behavior consistent with find.

Maintenance

  • Update CommitSummary commponent data fetch to useState
  • correct staging e2e pipeline
  • Upgrade local and CI to Postgres v15
  • update depedencies
  • Fix syntax error and remove outdated setup step from developer documentation

0.4.1

04 Dec 16:22
0.4.1
6c6f9bb
Compare
Choose a tag to compare

Fixed

  • transform AWS SDK Readable to string
  • Add queue name for site build and build task queues

Maintenance

  • Remove bull to complete bullmq transition
  • upgrade major deps from audit
  • update dependencies, minor patch bumps for pages core and admin client

0.4.0

21 Nov 18:26
0.4.0
e19a154
Compare
Choose a tag to compare

Added

  • Auto rotate site bucket keys #153
  • add owasp zap scan task type migration (#4260)

Fixed

  • call correct fetchUser function on github auth (#4301)
  • ci: Update ci staging audit src
  • Make site uploaded files page work properly for sites without previews

Maintenance

  • Add length limit validation before branch name regex
  • correct audit in staging, prod ci
  • add yarn audit to ci (#4250)
  • security/dependency updates
  • add initial playwright implementation (#4102)
  • add small adjustment to dev env setting
  • Upgrade to AWS SDK V3 (#3989)
  • update slack release notes format and bump pattern matcher

0.3.2

19 Oct 21:41
0.3.2
c995822
Compare
Choose a tag to compare

Fixed

  • Fixes domain checkProvisionStatus with new CF api response

0.3.1

18 Oct 14:36
0.3.1
3a5dd5d
Compare
Choose a tag to compare

Maintenance

  • Refine site repo migration docs

0.3.0

11 Oct 19:11
0.3.0
4e8cc43
Compare
Choose a tag to compare

Added

  • implement build task runners, call CF API directly (#4259)
  • add build task queue and example worker (#4248)
  • add build task router and controller (#4169)
  • add DB models to support build task feature (#4184)
  • Allow users to create custom domains to prepare launch

Fixed

  • Admin UI for updated site branch configs and domains

Maintenance

  • Improve name and path and update published sites report
  • Update deps using json5 #4249
  • Update CF API to V3 #4112
  • update uaa war release download location
  • use correct path for release notes

0.2.1

22 Aug 17:27
0.2.1
4066485
Compare
Choose a tag to compare

Performance

  • Update pages production app to 4 instance with 512mb

0.2.0

16 Aug 20:00
0.2.0
412afa2
Compare
Choose a tag to compare

Added

  • Added site custom domains page | Updated domain model and admin | #4199

Fixed

  • Site serializer domain and branch config pick
  • Fixed branchViewLink to use branch config and domain model #4032
  • restore viewbox to svg icons for proper rendering

Maintenance

  • extend dependabot config to admin and metrics (#4217)
  • add slack notification to release (#4216)
  • update dependencies
  • run dev tests in parallel with build, update dependabot (#4196)
  • Build test webpack assets in non-version-controlled directory (#4191)
  • add github release to production deploy (#4216)
  • update deployment documentation
  • correct release PR behavior (#4162)

0.1.0

03 Aug 17:36
0.1.0
600f19d
Compare
Choose a tag to compare

Added

• Restructure site model with site branch config relation
• Add report of published sites per org and Reports admin menu item.
• Enable omission of search form in PaginatedQueryPage.

Fixed

• Pages logo replaces Federalist logo in Pages Admin header (#4186)
• Remove dependencies on json-to-csv and abandoned json2csv version
• Move globals from frontend source files into ESLint config.
• Remove js-file-download dependency.

Maintenance

• create new production deployment on tag
• add automated release PRs
• Add nightly builds queue to bull board #4198
• Update nightly builds queue query #4198
• document use of conventional commits