Skip to content

Releases: k8spacket/k8spacket

v2.0.2

27 May 16:58
bc2d489
Compare
Choose a tag to compare

[UPDATED]

  • golang version 1.21 -> 1.22
  • dependencies

[ADDED]

  • support for omitting agents without status.phase=Running

v2.0.0

17 Feb 12:13
5569247
Compare
Choose a tag to compare

[SIGNIFICANT CHANGE] switched from gopacket library to eBPF program

v1.2.1

07 Jan 18:22
6d61a98
Compare
Choose a tag to compare

[UPDATED] golang version 1.20 -> 1.21
[UPDATED] dependencies

v1.1.1

12 Feb 11:20
5fd8ddf
Compare
Choose a tag to compare

[UPDATED] golang version 1.19 -> 1.20
[UPDATED] dependencies

v1.1.0

10 Jan 09:42
86c2fce
Compare
Choose a tag to compare

[ADDED] tls-parser plugin can get information about the server certificate chain (TLS versions less than 1.3)
[ADDED] dashboard about TLS connections has changed to show server certificate chain details

v1.0.1

09 Jan 10:18
d0ca9e6
Compare
Choose a tag to compare

[ADDED] Support for ARM platforms

v1.0.0

02 Nov 22:15
d29d6e1
Compare
Choose a tag to compare

[SIGNIFICANT CHANGE] Architecture of k8spacket changed to use plugins. See https://pkg.go.dev/plugin
[ADDED] New feature (plugin) about TLS connections established inside and outside the cluster
[ADDED] Two Grafana dashboards with TLS connections metrics

v0.1.3

09 Oct 18:44
d265852
Compare
Choose a tag to compare

[CHANGE] Added support for affinity, nodeSelector, and tolerations of tainted nodes
[CHANGE] Added fully qualified name of the image
[CHANGE] Changed default pull policy to IfNotPresent

k8spacket-0.1.2

07 Sep 11:45
84a2149
Compare
Choose a tag to compare

[CHANGE] go version 1.17 -> 1.19.1
[CHANGE] upgrade dependencies
[CHANGE] build Dockerfile base on golang:1.19.1

k8spacket-0.1.1

07 Sep 11:31
35ef3eb
Compare
Choose a tag to compare

[CHANGE] Added missing securityContext capabilities (NET_RAW)