8000 Releases · kurtosis-tech/kurtosis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: kurtosis-tech/kurtosis

v1.8.0

06 May 19:33
4ff3dfa
Compare
Choose a tag to compare

1.8.0 (2025-05-06)

Features

  • configurable fluent bit filters and parsers (#2727) (9f52d04)

Bug Fixes

v1.7.2

22 Apr 21:23
a8c9b37
Compare
Choose a tag to compare

1.7.2 (2025-04-22)

This release comes with a few nice features:

  1. Kurtosis service update (no more recreating entire enclaves to update one service). Using service update, users can now update desired configurations and restart services in running enclaves.
    Service add and inspect now have added --output and --json-service-config flag respectively to enable things like

    kurtosis service inspect ... -o json | jq ... | kurtosis service add --json-service-config -

    and easy copying of services:

    kurtosis service inspect enclave service -o json | kurtosis service add enclave service-copy --json-service config -

    Checkout CLI docs for more information on added flags and service update: https://docs.kurtosis.com/cli

  2. Optional Grafana / Loki instances for custom Kurtosis logs handling (leveraging export logs feature released in 1.6.0): https://docs.kurtosis.com/grafloki-start/

  3. Export logs over K8s - users can now ship logs to custom logging infra on both Docker and K8s.

Bug Fixes

  • retry using docker-credential helpers with trailing slash on the registry URL (#2728) (d7bcf22)

v1.7.1

18 Apr 05:06
066e099
Compare
Choose a tag to compare

1.7.1 (2025-04-18)

Bug Fixes

v1.7.0

18 Apr 00:12
0ffb1e1
Compare
Choose a tag to compare

1.7.0 (2025-04-17)

Features

Bug Fixes

v1.6.0

20 Mar 16:34
423c21e
Compare
Choose a tag to compare

1.6.0 (2025-03-18)

Features

  • add resources to logs collector daemonset for k8s api server access (#2663) (5ae473c)
  • export service logs (Docker) (#2668) (1651249)
  • fluent bit logs collector in k8s backend (#2653) (05e3813)
  • vector logs aggregator in k8s (#2669) (106e4a2)

Bug Fixes

v1.5.0

12 Feb 16:52
caa9a39
Compare
Choose a tag to compare

1.5.0 (2025-02-07)

Features

  • Allow builtin manipulation for programmatic use (#2642) (bb508ca)

Bug Fixes

v1.4.4

06 Feb 23:16
e088200
Compare
Choose a tag to compare

1.4.4 (2025-02-06)

Bug Fixes

v1.4.3

04 Dec 17:02
41e75d5
Compare
Choose a tag to compare

1.4.3 (2024-12-04)

Bug Fixes

v1.4.2

19 Nov 00:15
93e6d1a
Compare
Choose a tag to compare

1.4.2 (2024-11-10)

Bug Fixes

  • don't include component name in release please tags (#2590) (28582cc)
  • make releases work again without v in tags (#2586) (a87f945)
  • remove closeChannelWhenEmpty busy loop (#2594) (dbb2193)
  • wrong config structure for release please (#2588) (e7263c3)

v1.4.1

01 Nov 09:37
334c422
Compare
Choose a tag to compare

1.4.1 (2024-11-01)

Bug Fixes

0