Skip to content

Releases: bcgov/quickstart-openshift

Release 0.5.0

27 Oct 23:24
4e8450d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...v0.5.0

v0.4.1

24 Oct 02:00
c71b6e3
Compare
Choose a tag to compare
v0.4.1

v0.4.0

24 Oct 01:23
c71b6e3
Compare
Choose a tag to compare

Features

v0.3.1

24 Oct 00:08
6856d3f
Compare
Choose a tag to compare

Bug Fixes

  • workflows: revert current changes to release (#1503) (6856d3f)

v0.3.0

18 Oct 20:07
b29f123
Compare
Choose a tag to compare

Features

v0.2.0

17 Oct 23:36
7368bc0
Compare
Choose a tag to compare

Bug Fixes

  • add missing docs folder (#1269) (15aed40)
  • deps: update all non-major dependencies (#1326) (a793a37)
  • deps: update dependency @typescript-eslint/parser to v5.56.0 (#1065) (72aa0f7)
  • deps: update dependency @typescript-eslint/parser to v5.59.1 (#1107) (922a02a)
  • deps: update dependency @typescript-eslint/parser to v5.59.5 (#1122) (eb1d9d9)
  • deps: update dependency @typescript-eslint/parser to v5.59.6 (#1142) (09f3dc7)
  • deps: update dependency @typescript-eslint/parser to v5.59.7 (#1163) (25be4c2)
  • deps: update dependency @vitejs/plugin-react to v4 (#1111) (b6955ed)
  • deps: update dependency fastapi to ^0.100.0 (#1255) (2ce4502)
  • deps: update dependency fastapi to ^0.101.0 (#1297) (309d051)
  • deps: update dependency fastapi to ^0.98.0 (#1232) (a16e2b9)
  • deps: update dependency helmet to v7 (#1229) (1ac9c48)
  • deps: update dependency keycloak-js to v21 (#1024) (db536d9)
  • deps: update dependency net.datafaker:datafaker to v2 (#1231) (381781b)
  • deps: update dependency rimraf to v5 (#1112) (29ae11b)
  • deps: update dependency swagger-ui-express to v5 (#1257) (cc2d975)
  • deps: update dependency uvicorn to ^0.23.0 (#1265) (759a443)
  • deps: update module github.com/golang-migrate/migrate/v4 to v4.16.2 (#1181) (8bb7fb1)
  • deps: update module gorm.io/gorm to v1.25.3 (#1288) (b0c4b35)
  • deps: update nest monorepo to v10 (major) (#1226) (bec9f1e)

Features

v0.1.0

01 Dec 19:00
23bd759
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added:

Removed:

  • SonarCloud job (in Action)
  • Route verification job (in Action)
  • Penetration testing job (in Action)
  • Post-deploy comment job (noisy, sort of in Action)
  • Code coverage comment job (covered by SonarCloud, in Action)
  • _build helper (in Action)
  • _deploy helper (in Action)
  • _unit-test helper (in Action)
  • _image-promote helper retired (not used)

Problems:

  • Container cleanup (ghcr.io) broken by improved (org/repo/package) naming

Notes:

  • FINALLY using semantic versioning with v0.1.0 release! 🤦

v0.0.2

01 Nov 22:21
d28e58f
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Added:

  • Added Dependabot PRs for node (backend, frontend)
  • Added Dependabot PRs for GitHub Actions
  • Added Dependabot secrets
  • New package naming, from repo:component-tag to repo/component:tag
  • Consuming v0.0.2 of bcgov/nr-quickstart-helpers
  • Consuming v0.0.2 of derekroberts/action-pr-description-add
  • Tons of Dependabot dependency PRs merged
  • Actions updated to address GHA deprecating Node12 and set-output
  • Action outputs updated to address set-output deprecation
  • Add PR description messages (less noise than lcov and deployment comments)
  • Moved SonarCloud to end of PR pipeline (less noise, doesn't fire unless all else works)
  • Moved SETUP.md back into README.md (visibility)

Removed:

  • Removed Snyk.io (replaced by Dependabot's node PRs)
  • Removed GHCR.io auto cleanups (not working with new naming, need fix)
  • Removed ZAP tests, now handled optionally by _deploy helper
  • Removed LCov coverage commenting (noisy, handled by SonarCloud)

v0.0.1

01 Nov 22:09
f6d3700
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release.