Releases: shinagawa-web/tinytap
Releases · shinagawa-web/tinytap
Release list
v0.6.6
Changelog
Bug Fixes
- a0f5026: fix(ci): download llvm.sh outside the repo checkout (#262) (@shinagawa-web)
v0.6.4
Changelog
Features
- a9ecf0f: feat(doctor): color DEGRADED/BLOCKING severity labels in the terminal (#256) (@shinagawa-web)
Bug Fixes
- 907237e: fix(tui): surface muted diagnostics instead of discarding them (#248) (@shinagawa-web)
Documentation
- 33ae983: docs(readme): document the libssl execute-bit prerequisite for TLS capture (#245) (@shinagawa-web)
- 5e3eb4b: docs(readme): split install-script details out of Quick start (#246) (@shinagawa-web)
Maintenance
- f6c3f65: chore(scorecard): pin ClusterFuzzLite base image, shrink daily batch fuzz run (#258) (@shinagawa-web)
- 9faa98b: chore: add OpenSSF Best Practices badge to README (#254) (@shinagawa-web)
- 6d2753d: chore: add Test, Codecov, Go Report Card, Go Reference, and License badges (#257) (@shinagawa-web)
CI
- 9bba47f: ci(codecov): ignore the same privileged-only loader files as the local coverage gate (#259) (@shinagawa-web)
- 425839c: ci: harden OpenSSF Scorecard checks (vulns, SAST, pinned deps) (#247) (@shinagawa-web)
Other Changes
- 69df827: test(http): add native Go fuzz test and wire ClusterFuzzLite CI (#251) (@shinagawa-web)
v0.6.3
Changelog
Features
- b526106: feat(scripts): add curl-based Linux install one-liner (#241) (@shinagawa-web)
Bug Fixes
- 3492980: fix(ci): parse conventional commit type once, tighten check-labels allowlist (@shinagawa-web)
- 3ff4a52: fix(cli): point decideOutput's guidance at the config file, not --output (#244) (@shinagawa-web)
Dependencies
- 3e1afbc: chore(deps): bump golang.org/x/sys to v0.44.0, go.mod to go 1.25.0 (@shinagawa-web)
Documentation
- 88d4e69: docs: correct the README's stale curl TLS claim (@shinagawa-web)
- 27be616: docs: replace hero gif with the 0A "HTTPS in plaintext" recording (@shinagawa-web)
CI
- f57dab9: ci(github): auto-label PRs by Conventional Commits type (@shinagawa-web)
- 0183ef1: ci: ignore dryrun_real.go's privileged-only function in codecov (@shinagawa-web)
Build
- 1915cbe: build(release): categorize the GoReleaser changelog by PR type (#242) (@shinagawa-web)
Other Changes
- 9f28837: Merge pull request #233 from shinagawa-web/feat/issue-209-doctor (@shinagawa-web)
- 5104152: Merge pull request #234 from shinagawa-web/docs/readme-curl-179 (@shinagawa-web)
- d572ad5: Merge pull request #236 from shinagawa-web/ci/issue-230-auto-label (@shinagawa-web)
- ecb041d: Merge pull request #239 from shinagawa-web/chore/issue-238-gomod-125 (@shinagawa-web)
- ecbb59b: Merge pull request #240 from shinagawa-web/demo/0a-plaintext-hero-gif (@shinagawa-web)
- be071f3: cli: tinytap doctor — preflight diagnostics and actionable startup errors (@shinagawa-web)
- 944a975: doctor: inject GOARCH so cap_syslog arch gating is fully testable (@shinagawa-web)
- 9ff9079: loader: guard against progs/Tracepoints length drift (@shinagawa-web)
v0.6.2
v0.6.1
Changelog
- bbc1f2e DEBUG: upload regenerated kprobe objects for cross-host comparison
- 6687052 Merge pull request #218 from shinagawa-web/chore/issue-204-mit-license
- db4fc82 Merge pull request #219 from shinagawa-web/feat/issue-205-version-flag
- 3c0e4ba Merge pull request #223 from shinagawa-web/docs/issue-206-readme-refresh
- a3b6521 Merge pull request #225 from shinagawa-web/ci/issue-207-verify-generated
- fc7a8e1 Merge pull request #226 from shinagawa-web/docs/tls-compat-feedssl
- affcae8 Merge pull request #227 from shinagawa-web/feat/issue-217-toml-config
- 95b995f Merge pull request #228 from shinagawa-web/feat/issue-220-config-init
- 11e60de Merge pull request #229 from shinagawa-web/feat/issue-196-goreleaser
- 5999892 WIP: build libbpf 1.6.2 from source for BPF_UPROBE macro
- e2d7bcf WIP: install libbpf-dev for bpf/bpf_helpers.h
- bccba0b WIP: temporarily drop paths filter to validate on this PR
- 9787c6f build: regenerate bpf2go artifacts with the CI-pinned toolchain
- 5f4619d build: use CI's exact kprobe .o bytes, remove the debug upload step
- 2228519 cli: add --version carrying build metadata
- f9a1abf cli: emit a default config file (tinytap config init)
- a4ae95f cli: introduce TOML config file, retire --output/--verbose flags
- 3d872fb config: don't clobber future FilterConfig defaults, create parent dirs
- d0582b9 config: surface non-ENOENT stat errors, fix go.mod indirect marker
- 1d0c998 goreleaser: verify go.mod/go.sum are tidy instead of silently mutating them
- d4662d3 license: add MIT LICENSE before publishing release binaries
- b09ec3c license: state vmlinux.h's GPL-2.0 license explicitly, not "no license"
- 039b35a version: close the pipe reader in TestPrintVersion