Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
205 lines (105 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

205 lines (105 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.11.2 (2022-09-22)

Features

  • devops: rebuild prod docker image weekly (21b0fcb)

Bug Fixes

0.11.1 (2022-07-13)

Bug Fixes

  • css-url: use package json version without v- (3b51a28)

0.11.0 (2022-07-12)

Features

0.10.1 (2022-07-12)

Bug Fixes

  • pipelines: add missing app service settings, fix CDN path (325fcad)

0.10.0 (2022-06-28)

Features

  • use node v16 (8ea8211)
  • dockerfile: update for node.js container best practices (58628b0)

Bug Fixes

  • footer: pipeline results URL (ec5c5aa)
  • view: use NODE_ENV for local dev, not package.json version (96d2d1d)

0.9.0 (2022-05-03)

Features

  • ci: lint filenames for mixed case (6b4c105)
  • pipelines: add git sha tags for dev images (37a3fa1)
  • pipelines: batch changes to limit pipeline runs (#6) (58ea5ec)
  • pipelines: refactor, leverage templates (7b5e4c0)
  • pipelines: remove unneeded conditionals for envs (58a3f7b)
  • pipelines: rename to dev and production yamls (29471af)

Bug Fixes

  • deps: bump to fix security issues (52d65e4)
  • package.json & package-lock.json to reduce vulnerabilities (fe52594)

0.8.0 (2021-04-12)

Features

  • pipeline: refactored into separate files, templates (fd23811)

Bug Fixes

  • app-insights: only load and setup once (14cac41)

0.7.1 (2021-04-09)

Bug Fixes

  • healthcheck: bump dep for proper uptime calculation (441010b)
  • package.json & package-lock.json to reduce vulnerabilities (0125b79)

0.7.0 (2020-09-09)

Features

  • azure-pipelines: add snyk container security scan ci build step (82f8bb4)
  • security: update node docker base image for vulnerability fixes (599c961)

Bug Fixes

  • azure-pipelines: do not deploy if tests stage fails (a398ca2)

0.6.0 (2020-06-14)

Features

  • rename base branch from master to main (222689f)
  • update badge urls after project rename (5e6f085)

0.5.0 (2020-05-24)

Features

  • pipeline: add purge cdn step after upload (6a482d9)
  • pipeline: refactor, removing job complexity, simplify setting prod values (fad72ad)
  • externalize images and sass to own asset pipeline to azure blob storage (a8e2559)
  • re-design, add ci badge, app version, logos (03b23bc)
  • azure-pipelines: adjust audit level (2576a3f)
  • azure-pipelines: refactor variables, use lock image template (66e3768)
  • healthcheck: use version 1.0 of standard-healthcheck (f22d708)
  • pipeline: indicate variable comes from library (4304c84)
  • pipeline: separate prod and dev dependency audit (106b2f1)

0.4.1 (2020-03-02)

Features

  • pipelines: lock release images in azure container registry (8c27622)

Bug Fixes

  • pipelines: service connection variable name (fd52434)

0.4.0 (2020-03-02)

Features

  • pipeline: use templates (0d8cfd1)

Bug Fixes

  • pipeline: need to use release tag when deploying (0b2cd9b)

0.3.0 (2020-02-25)

Features

  • health: use snakecase (43b7a6b)
  • healthcheck: use standard-healthcheck pkg (d36c8c2)
  • pipeline: use azure-devops variable groups (954ac50)
  • release: add npm script to get my project version from package.json (b12d071)
  • release-pipeline: adjust docker image tags, lock image for release branch (c4812c5)

Bug Fixes

  • pipeline: include registry so app service pulls from ACR not Docker Hub (4e4bf67)
  • release-pipeline: npm script name (935c098)

0.2.1 (2019-10-19)

Bug Fixes

  • pipelines: use global image tag so deploy job also has value (4fa42bc)

0.2.0 (2019-10-19)

Features

  • pipeline: add registry namespace, clean up variables (9f6081f)

0.1.0 (2019-09-22)

Bug Fixes

  • pipeline: image tag for deployment (04c3f9d)

Features

  • handlebars: add templating, homepage content (5a79585)
  • middleware: create subdir, force https (ed13db7)
  • monitoring: add appication insights (84c40f5)
  • pipeline: continue if audit fails (64d1734)
  • pipeline: improve display names (77fb213)
  • pipeline: use newer docker tasks (b3eb65f)
  • webhook: add test path (77718f3)
  • webhook: log payload (c748b77)