Skip to content

Releases: shinagawa-web/tinytap

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 08 Aug 05:01
a0f5026

Changelog

Bug Fixes

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 08 Aug 02:48
9bba47f

Changelog

Features

Bug Fixes

Documentation

Maintenance

CI

Other Changes

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 00:28
1915cbe

Changelog

Features

Bug Fixes

Dependencies

Documentation

CI

Build

Other Changes

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:31
affc193

Changelog

  • affc193 Merge pull request #232 from shinagawa-web/feat/issue-208-release-signing
  • d9f0564 release: add checksums verification, cosign signing, and SBOM to releases

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:07
11e60de

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