Skip to content

Latest commit

 

History

History
184 lines (100 loc) · 9.26 KB

CHANGELOG.md

File metadata and controls

184 lines (100 loc) · 9.26 KB

Changelog

3.3.1 (2022-01-05)

Bug Fixes

3.3.0 (2021-11-29)

Features

3.2.1 (2021-11-29)

Bug Fixes

  • use APP_NAME in docker build process (23c7347)

3.2.0 (2021-11-29)

Features

Bug Fixes

3.1.1 (2021-11-29)

Bug Fixes

3.1.0 (2021-11-29)

Features

  • add monitoring pkg for prometheus (b1bf653)
  • create a check endpoint (7fd0a90)
  • update web app to use miniature-monkey lib (1b1ff62)

Bug Fixes

3.0.0 (2021-06-25)

⚠ BREAKING CHANGES

  • bad path for furry-train proxy
  • use kubectl to deploy argocd manifest
  • dump GO_PRIVATE wrong value

Features

  • new hello message on status (85bfdd6)
  • swap ingress with contour httpProxy (b3be48c)
  • use contour authorization server (8f41226)

Bug Fixes

  • adjust labels, keep rootProxy global for now (5761210)
  • adjust log level based on env var (191d3e6)
  • bad path for furry-train proxy (5b40ee5)
  • drop strategic merge for rootProxy (5260aea)
  • dump GO_PRIVATE wrong value (2c32309)
  • missing rootProxy from file list (87ac58c)
  • narrow down ingress prefix to only status endpoint (bd6f20a)
  • patch routes, not includes (cc67d69)
  • refactor httpProxy setup (be13451)
  • set log level to ERROR (78ab49f)
  • skaffold needs extra params (fdb6589)
  • update argocd secret (25eac5e)
  • update grpc health check version (252172f)
  • update kustomize (79bd116)
  • use different patch method for kustomize (9738a2e)
  • use kubectl to deploy argocd manifest (f964ac0)

2.0.1 (2021-04-27)

Bug Fixes

  • add semver regexp for image updater annotation (e2898ed)
  • update skaffold setup for argo (773990d)

2.0.0 (2021-04-27)

⚠ BREAKING CHANGES

  • specify main branch on git
  • drop kustomize type on argocd

Bug Fixes

  • add image to kustomize file (fb18fd0)
  • drop kustomize type on argocd (b8814b2)
  • specify main branch on git (587f5ae)

1.2.0 (2021-04-27)

Features

Bug Fixes

  • adjust certificate manifest so argocd dosn't complain (f283784)
  • adjust image-updated annotations (1c405ec)

1.1.0 (2021-04-26)

Features

Bug Fixes

  • use contour ingress controller (de7d860)

1.0.3 (2021-04-23)

Bug Fixes

  • drop skaffold bin from root of repo (5aa2978)

1.0.2 (2021-04-23)

Bug Fixes

  • use separate but dependent jobs to get tag (161a5e9)

1.0.1 (2021-04-23)

Bug Fixes

  • fetch all tags on release (9e8a819)

1.0.0 (2021-04-23)

⚠ BREAKING CHANGES

  • docker build and release
  • use release-please action for release management

Features

  • add docker build for main branch (c027e49)
  • docker build and release (04ac63e)
  • use release-please action for release management (12b012e)

Bug Fixes