-
Notifications
You must be signed in to change notification settings - Fork 77
Comparing changes
Open a pull request
base repository: kurtosis-tech/kurtosis
base: 1.7.2
head repository: kurtosis-tech/kurtosis
compare: 1.8.0
- 6 commits
- 73 files changed
- 2 contributors
Commits on Apr 24, 2025
-
fix: init remove funcs (#2734)
## Description `var removeLogsAggregator/CollectorFuns func()` was initializing the remove function as `nil`. In the case where `logsAggregator/Collector.CreateAndStart` fails or if the `get...ResourcesForCluster` call fails, the remove function never gets initialized. When the error returns, the defer will attempt to execute a nil function which causes a segfault. Initializing the function to a no op solves this issue. ## Is this change user facing? YES ## References #2704 https://discord.com/channels/783719264308953108/1364854129310044243/1364978226757107712
Configuration menu - View commit details
-
Copy full SHA for 54de9c2 - Browse repository at this point
Copy the full SHA 54de9c2View commit details
Commits on Apr 25, 2025
-
chore: remove old docs links (#2661)
https://docs.kurtosis.com/sdk no longer exists
Configuration menu - View commit details
-
Copy full SHA for 9b7367e - Browse repository at this point
Copy the full SHA 9b7367eView commit details -
feat: configurable fluent bit filters and parsers (#2727)
## Description Adds a `LogsCollectorConfig` to Kurtosis Config v6 for configuring fluent bit filters and parsers using `logs-collector` and `filters` and `parsers`: https://docs.fluentbit.io/manual/pipeline/filters https://docs.fluentbit.io/manual/pipeline/parsers/configuring-parser eg. ``` config-version: 6 should-send-metrics: true kurtosis-clusters: docker: type: "docker" logs-collector: parsers: - name: "dummy_test" format: "json" time_format: "^(?<INT>[^ ]+) (?<FLOAT>[^ ]+) (?<BOOL>[^ ]+) (?<STRING>.+)$" filters: - name: "parser" match: "dummy.*" params: - key: "key_name" value: "data" - key: "parser" value: "dummy_test" ```
Configuration menu - View commit details
-
Copy full SHA for 9f52d04 - Browse repository at this point
Copy the full SHA 9f52d04View commit details
Commits on May 1, 2025
-
fix: don't get historical enclaves for service logs completion (#2636)
## Description Makes it so that autocomplete no longer shows old enclaves. ## Is this change user facing? YES
Configuration menu - View commit details
-
Copy full SHA for 63f5b8a - Browse repository at this point
Copy the full SHA 63f5b8aView commit details
Commits on May 6, 2025
-
docs: roadmap, whats new, readme, kurtosis config (#2737)
## Description General updates to several docs across the repo: - Kurtosis Config documentation - Updates to roadmap and whats new doc - Added section on how to sponsor to README.md - Update Maintainers section - Pointing to style guide in readme
Configuration menu - View commit details
-
Copy full SHA for 157a79d - Browse repository at this point
Copy the full SHA 157a79dView commit details -
chore(main): release 1.8.0 (#2735)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](1.7.2...1.8.0) (2025-05-06) ### Features * configurable fluent bit filters and parsers ([#2727](#2727)) ([9f52d04](9f52d04)) ### Bug Fixes * don't get historical enclaves for service logs completion ([#2636](#2636)) ([63f5b8a](63f5b8a)) * init remove funcs ([#2734](#2734)) ([54de9c2](54de9c2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 4ff3dfa - Browse repository at this point
Copy the full SHA 4ff3dfaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.2...1.8.0