Skip to content

Releases: ryckakas/crashcause

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 17:05
212e666

Changelog

  • 212e666 Merge pull request #19 from ryckakas/release/v0.1.1
  • 6d19afa Enhance release workflow and documentation for v0.1.1
  • 183afd7 Add scripts for krew manifest generation and release preparation
  • ba03ce4 Prepare the v0.1.1 release
  • a8c75c6 Merge pull request #18 from ryckakas/fix/17-config-error-misclassification
  • bb5fc54 Add security context violation cause code and improve error handling
  • 2bb11d6 Merge pull request #16 from ryckakas/chore/krew-v0.1.0
  • 970e720 Point the krew manifest at the v0.1.0 release

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:11
f662f5c

Changelog

  • f662f5c Merge pull request #15 from ryckakas/release/v0.1.0
  • 9f9aeaf Prepare the v0.1.0 release
  • 984a766 Merge pull request #14 from ryckakas/fix/code-review-findings
  • f7aae3a Align docs with behavior, pin release inputs, drop tracked err.log
  • 9accd50 Send max_completion_tokens to OpenAI and test AI flag wiring
  • 0d9470c Fix Loki push URL handling and watch lifecycle gaps
  • a406a19 Fix exec suggestion spacing, probe budget math, and event container attribution
  • 6b155f3 Merge pull request #13 from ryckakas/fix/exec-next-step-spacing
  • 22d6375 Fix probe budget arithmetic, log-hint line selection, and a hanging Loki test
  • afab0f7 Fix malformed kubectl exec suggestion in probe_liveness_failure
  • 6dd4dc3 Merge pull request #12 from ryckakas/feat/ai-timeout
  • c419651 Merge branch 'main' into feat/ai-timeout
  • a33bf08 Add --ai-timeout flag and ai.NewSummarizerWithTimeout
  • c544102 Merge pull request #11 from ryckakas/feat/ai-model-flag
  • 2d8488c Add --ai-model flag (and chart ai.model) to select the provider's model
  • 0a7e4f4 Merge pull request #7 from ryckakas/dependabot/go_modules/github.com/prometheus/client_golang-1.24.1
  • a5d3b18 Merge branch 'main' into dependabot/go_modules/github.com/prometheus/client_golang-1.24.1
  • e85e9c7 Merge pull request #6 from ryckakas/dependabot/go_modules/github.com/spf13/pflag-1.0.10
  • ab6cf2d Bump github.com/prometheus/client_golang from 1.20.5 to 1.24.1
  • 0ca1d75 Merge branch 'main' into dependabot/go_modules/github.com/spf13/pflag-1.0.10
  • f64ff0d Merge pull request #10 from ryckakas/dependabot/go_modules/kubernetes-cac0848656
  • a3c2682 Bump github.com/spf13/pflag from 1.0.9 to 1.0.10
  • f02436d Merge branch 'main' into dependabot/go_modules/kubernetes-cac0848656
  • 6ebf952 Merge pull request #5 from ryckakas/dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • d3957e6 Bump the kubernetes group across 1 directory with 4 updates
  • 782eb41 Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • 895d973 Merge pull request #4 from ryckakas/dependabot/go_modules/golang-x-f66dd7e7cc
  • 9a742aa Bump github.com/spf13/cobra from 1.10.0 to 1.10.2
  • 751ffcc Bump golang.org/x/time in the golang-x group across 1 directory
  • dcd0f4c Merge pull request #9 from ryckakas/chore/k8s-0.35
  • fa7f372 Bump k8s.io train to v0.35.2; hold v0.36 behind Dependabot ignore
  • 2fa849b Merge pull request #8 from ryckakas/docs/go-1.25
  • 48ffdf9 Merge pull request #2 from ryckakas/chore/dependabot
  • 3f44e67 Add Dependabot config: weekly gomod (k8s.io/x grouped) + actions updates
  • 03a1c26 Merge pull request #1 from ryckakas/fix/ci-lint-govulncheck
  • 9efb864 Fix all golangci-lint findings
  • 6212e9d e2e: fix stuck-init wait predicate jsonpath (missing .status prefix)
  • 1639e4b Fix CI: golangci-lint v2 config schema, x/text + x/net security bumps
  • 6bc9661 E2E harness with cause-code assertions, image-pull message selection fix (Milestone 10 prep)
  • ef8e02e Inspect + watch modes wired, Helm chart, krew manifest, examples, README (Milestones 3,5-9)
  • 69531a3 Engine rules, collectors, AI layer, sinks with full test suites (Milestones 2+4 core)
  • 3402651 Scaffold: module, type contracts, CLI skeleton, CI, kind-demo (Milestone 1)