Skip to content

Releases: bcgov/cirmo-dpia

v0.3.0 - Keycloak Auth and PDF Export

03 Nov 15:06
33f0351
Compare
Choose a tag to compare

Contributors: @Bottle7 @binggaofw @kushal-arora-fw

UTOPIA-273 - Export PPQ Results PDF
UTOPIA-262 - Answer Questions in the PPQ Form
UTOPIA-236 - Know what what the next steps are .. complexity, time, signatures
UTOPIA-234 - List of MPO
UTOPIA-263 - Hints and Definitions
UTOPIA-272 - Form Progress Bar
UTOPIA-186 - IDIM IDIR Login
UTOPIA-202 - Selecting "sign out" of DPIA
UTOPIA-313 - Dynamicly Populate PPQ Result fields
UTOPIA-352 - Implement DEV Vanity URL
UTOPIA-353 - Implement TEST Vanity URL
UTOPIA-354 - Implement PROD Vanity URL

v0.0.22 - Working Web App Github Environment Pipeline

11 Jul 16:53
6d745e8
Compare
Choose a tag to compare

Web App Environment Pipeline now

  • creates image in DEV/TEST based on git commit hash of what was merged into main
  • tags test image with prod, and increments the patch number based on previous git tag found
  • tags new prod image with newest incremented patch version
  • deploys web app dc with updated image version tag

v0.0.16 - Working API Github Environment Pipeline

07 Jul 19:04
e5b7f3d
Compare
Choose a tag to compare

API Environment Pipeline now

  • creates image in DEV/TEST based on git commit hash of what was merged into main
  • tags test image with prod, and increments the patch number based on previous git tag found
  • tags new prod image with newest incremented patch version
  • deploys api dc with updated image version tag

v0.0.1 - Initial Release

04 Jul 23:20
521ab9b
Compare
Choose a tag to compare

Change Log

  • Express NodeJS API with endpoints to serve a healthcheck and Swagger Documentation
  • VueJS Hello World implementation
  • Dockerization of project components and docker-compose utilization
  • Openshift templates of deploymentConfigs, routes and services
  • Github Actions that utilize Github Environments to build, tag, push and deploy component images based on commit hash of main branch