Skip to content

Releases: kurtosis-tech/kardinal

v0.1.10

08 Aug 11:00
e86a21f
Compare
Choose a tag to compare

0.1.10 (2024-08-08)

Features

  • copy button for code blocks in docs (#103) (be8bdde), closes #89
  • match fonts and gradients to new blog theme (#107) (0938dc3)

Bug Fixes

v0.1.9

06 Aug 17:31
1d45575
Compare
Choose a tag to compare

0.1.9 (2024-08-06)

Bug Fixes

  • Add missing Kardinal CLI print newlines (#96) (6e318f3)
  • made the gateway antifragile by asserting prod namespace is alive and healthy (#100) (642c75e)
  • open traffic configuration directly (#97) (9ffdd11)

v0.1.8

06 Aug 15:57
e32cc70
Compare
Choose a tag to compare

0.1.8 (2024-08-06)

Features

  • Add versions to the topology Node object (#77) (e23afbf)
  • an inbuilt gateway to handle kubectl host proxying (#91) (d57503a)

Bug Fixes

v0.1.7

02 Aug 13:43
d4bfb78
Compare
Choose a tag to compare

0.1.7 (2024-08-02)

Bug Fixes

v0.1.6

02 Aug 12:34
c23e82e
Compare
Choose a tag to compare

0.1.6 (2024-08-02)

Features

  • allows multiple flows (#68) (ef41abb)
  • Annotate voting app k8s manifest (#61) (dc703cb)
  • fetch and apply authorization policies and envoy filters (#62) (99829e1)
  • improvements to cli (#71) (eb2e0c4)
  • using IfNotPresent pull policy for local Minikube Kardinal Manager (#65) (6d2a2ea)

Bug Fixes

  • check if envoy filters and auth policies are not nil (#66) (ef2f3e0)

v0.1.5

30 Jul 12:35
cfe2c4a
Compare
Choose a tag to compare

0.1.5 (2024-07-30)

Bug Fixes

  • use the right namespace for router/router-redis (#59) (959b970)

v0.1.4

30 Jul 10:23
75306f5
Compare
Choose a tag to compare

0.1.4 (2024-07-30)

Features

  • added a dashboard cmd that opens the kardinal dashboard in the browser (#36) (741e2e5)
  • added required types for tracing <> flows (#51) (c525e3f)
  • deploy the trace router + redis when manager is deployed (#53) (d458d22)
  • More robust k8s manifest parsing (#39) (3a18e63)
  • move website to public repo (#47) (368f733)

Bug Fixes

  • better error message if dashboard doesnt open (#38) (ce8804b)
  • remove extra space in CTA heading (#49) (8b2fe9f)
  • use right type for authorization policies (#52) (216e606)

v0.1.3

12 Jul 17:25
c6ff9d6
Compare
Choose a tag to compare

0.1.3 (2024-07-12)

Features

Bug Fixes

v0.1.2

09 Jul 15:09
932d0cd
Compare
Choose a tag to compare

0.1.2 (2024-07-09)

Bug Fixes

v0.1.1

08 Jul 23:46
05b54eb
Compare
Choose a tag to compare

0.1.1 (2024-07-08)

Features

  • add js and nix package to cli-kontrol-api (#11) (d007773)
  • add more info to docs (#17) (54400fb)
  • added release please (#6) (7c38358)
  • adding multi tenant support (#8) (75b736f)
  • adding the kardinal manager deploy and kardinal manager remove CLI commands (#10) (af8843c)
  • adding the health check endpoint for the API (#14) (15a1b0d)
  • DRY ref to main branch in CI (#12) (f32ef8c)
  • publish cli binaries and add install script (#22) (e1e27e4)
  • quickstart docs added (#16) (9f1a759)
  • removing kardinal-cli binary (#13) (31325f1)
  • update topology API (#9) (2e96ff8)

Bug Fixes