Skip to content

Latest commit

 

History

History
138 lines (80 loc) · 8.51 KB

CHANGELOG.md

File metadata and controls

138 lines (80 loc) · 8.51 KB

Changelog

2.0.6 (2024-10-09)

Bug Fixes

  • drop api/ prefix on .well-known endpoint (8bee325)

2.0.5 (2021-11-03)

Bug Fixes

2.0.4 (2021-11-02)

Bug Fixes

  • disable TLS for grpc service temporary (1b65eb9)

2.0.3 (2021-05-02)

Bug Fixes

2.0.2 (2021-05-02)

Bug Fixes

  • missing env var in build process (f3283f5)

2.0.1 (2021-05-02)

Bug Fixes

  • drop key parisng temporary (efd5323)

2.0.0 (2021-05-02)

⚠ BREAKING CHANGES

  • pass env var to buildx.sh

Bug Fixes

  • pass env var to buildx.sh (be66dd5)

1.1.1 (2021-05-02)

Bug Fixes

1.1.0 (2021-05-02)

Features

Bug Fixes

  • adjust labels, keep rootProxy global for now (0705e50)
  • adjust monitor http api to API interface (ed283e6)
  • drop unused argocd image updater overlay (8f180f2)
  • exclude extServer.yaml from kustomize deployment, needs ot be done manually (8a3ed8f)
  • missing rootProxy from file list (5eb8f73)
  • patch routes, not includes (b286d51)
  • refactor httpProxy setup (2eb4d3c)
  • refactor router setup (90f1c85)
  • use a different patch for kustomize (b31102f)

1.0.2 (2021-04-29)

Bug Fixes

  • add log of grpc start (a28cdc8)
  • adjust deployment healthcheck (da3105f)
  • disable tls healthcheck while i figure out how to do it (3b4f53d)
  • use v1.0.0 image for a start (aa77bf7)

1.0.1 (2021-04-29)

Bug Fixes

1.0.0 (2021-04-28)

⚠ BREAKING CHANGES

  • use kubectl to deploy argocd manifest
  • move to camelCase for deployemnt files, adjust indentation
  • adjust dockerfile label

Features

  • add cert manager as a dependency (6a50b63)
  • add gh actions setup (0217f46)
  • deployment files and skaffold (bff26e7)
  • first version of auth server (a5ddce1)
  • implement grpc healthcheck (63b9922)
  • initial setup for build (700a749)

Bug Fixes

  • adjust deps (8aec228)
  • adjust dockerfile label (358bb09)
  • adjust repo on argocd file (f57039c)
  • bad rpc setup and wrong codes (bf1e73c)
  • move to camelCase for deployemnt files, adjust indentation (76b83c9)
  • pointing at wrong secret (c6ab03a)
  • put interface in a separate file (ff467a1)
  • return httpResponse (wip) when authenticated (fe6f149)
  • skaffold kaniko build needs extra args (933c9ef)
  • update argocd secrets (3b2b5a0)
  • update deps (3c09c31)
  • use kubectl to deploy argocd manifest (1c3a3af)