Skip to content

Releases: falcosecurity/client-go

v0.6.1

14 Mar 10:09
Compare
Choose a tag to compare

Changelog

  • 1fe00e2 build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0

v0.6.0

12 Mar 11:38
Compare
Choose a tag to compare

Changelog

  • e150044 update: apply suggestions from code review
  • 12f17c9 whitespace correction
  • 70e35c2 reduced redundancy
  • e50480e changed name and flipped logic
  • 76202b3 fixed spacing
  • 314f058 comment accidentally left t
  • 024b17a grpc authentication as an option
  • 526d6dc update(examples): update the grpc unix socket name
  • 487f7df build(deps): Bump golang.org/x/net from 0.8.0 to 0.17.0
  • 955fc6b build(deps): Bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • 29c133a docs(README.md): add scope and status badges
  • 3d130ca update(pkg/api): regenerate protobuf stubs from newest definitions
  • 04ba2b1 update(Makefile): bump protos hashes
  • f33ba0c build(deps): Bump google.golang.org/protobuf from 1.29.0 to 1.29.1
  • e7f9b9e update: upgrade all dependencies
  • a277c0b update: bumo module go version to 1.17
  • e44046b build(deps): Bump golang.org/x/text from 0.3.7 to 0.3.8

v0.5.1

19 Jan 13:18
Compare
Choose a tag to compare

Changelog

  • 1bd8871 cleanup(ci): drop circleci.
  • ad2e73d new(ci): ported ci to gha.
  • ea55f23 update(falco/OWNERS): move inactive approvers to emeritus_approvers

v0.5.0

01 Feb 13:43
Compare
Choose a tag to compare

Changelog

  • af75a4c update(pkg/api): regenerate protobuf stubs from newest definitions
  • ff2db07 update(makefile): bump protos hashed

v0.4.0

29 Sep 17:02
Compare
Choose a tag to compare

Changelog

dc15fa2 fix(makefile): solve mock generation error
7eaab93 update: rebuild protobufs and update modules
2085790 docs(release.md): correct slack channel URL

v0.3.0

21 Jan 10:16
Compare
Choose a tag to compare

Changelog

a4a2369 build: do not process source files when build and testing
194817a fix(pkg/api): put mocks back
3b41485 update(pkg/api): APIs for Falco 0.27

v0.2.0

17 Jul 07:14
Compare
Choose a tag to compare

Changelog

71d080b update(pkg/api/**/mocks): API mocks (for testing) should be checked in
734c738 build: refer to protos on Falco master
2c5c6c2 new(pkg/client): OutputsWatch function (package level)
4f09e3e fix(pkg/client): allow the outputs watch to say goodbye
21da9cd update(examples): update the outputs examples to use the new OutputsWatch
ead4b35 new(pkg/client): OutputsWatch function
798ab0d chore(examples): ignore example binaries
b1e440f build: retrieve protos before doing tests
42d344e docs: update readme to include the new examples
b60c6d7 update(examples): update to use outputs instead of output
4dda31b build: install mockgen
80e2184 update(examples/output): update examples to reflect the new output service
457325f update(examples): examples to use the new outputs API
f5ccd85 update(pkg/client): client to use new outputs gRPC API interface
5c5eff1 update(pkg/api): outputs API
92fefd8 build: mocks macro
33c51f7 update: initial support for bidirectional sub
8578c36 chore: update examples to reflect the NewForConfig signature
3b9c0a2 feat(pkg/client): add DialOptions and Context
219ca3c fix(pkg/client): pass unix socket path config
39bf616 new(pkg/client): handle gRPC unix socket connections

v0.1.0

20 Apr 16:09
Compare
Choose a tag to compare

Changelog

3cb755d fix(.circleci): add context for env vars
8f01e29 docs(release.md): add release process instructions
260008a fix(Makefile): add mocks for testing
3ac172b build(.circleci): CI configuration for testing and releasing
c7f06fb build(Makefile): test target
afae942 build(.goreleaser.yml): goreleaser configuration
6f4daa4 Add unit tests for client package
596b5bd update: use default certs path
b1cbf7e update(examples): using jsonpb to marshal proto enums correctly
541f14d deps: jsonpb
fde54d3 build: fetch proto files from Falco's master
3442245 docs: adding gRPC version API section to the README
6512d1d docs: example and test setup for gRPC version API
4ac72eb new: version client
00fc9aa new: compiled version go
491ac15 build: fetch version.proto
03c68a1 chore: refine PR template
5681760 chore: removing custom issue templates
965ff80 update: git ignore proto files
320f9e4 update: remove proto files from git repo
3a4b87e build: make protos must be the default makefile target
8bd88fc feat: add hostname in schema
ecaa737 Request to be added to owners (approver/reviewer)
f667342 update: grab proto from dev (fixes #18)
d5f67b7 new: LICENSE (fixes #20)
3cfe711 check error
60a1c51 docs: fix typos and move maintenance ins below
3e4cf52 new(pkg/api): output and schema protos plus their go
79e4825 docs: instruction for updating the protos
438aeee build: create protos and clean make commands
7313bd6 docs: update README for mTLS changes
9e62fcb update(pkg/client): adapt example to new proto schema and client configs
3180754 update(examples): correct hostname and print json
55b2c93 new: mandatory mtls certificates for client authentication
a02c8d7 update: proto definitions update
78b2818 Request to be added to owners (approver/reviewer)
0997569 fix: move the client example into the client package
a7d3ed4 docs: godoc in readme
add3783 docs: update readme to include examples
ce31db7 new: godoc client examples
3318662 update: godoc for client.go
4daa396 build: go modules
bfa7b1a docs: go client example
b9664b5 new: initial go client for Falco gRPC API with output service
cfcd29f new: falco output proto
9bb9c07 docs: README install and example section
c254c09 build: generate proto targets for makefile
93e6a9e build: proto compilation
e0606df build: initial gathering of all the needed dependencies
9ed8c01 chore: pull request template
0768d3a chore: issue templates
41eaa28 new: owners file
f36c596 new: git ignore
e7cb5d1 docs: README init