Skip to content

Releases: kubearmor/kubearmor-client

v0.3

29 Nov 06:42
d5e954d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2...v0.3

v0.2

18 Oct 06:42
ce9c21b
Compare
Choose a tag to compare

What's Changed

  • Generate a sysdump using karmor sysdump to collect information required for error report and help debugging - #10
  • Fixed AppArmor enforcement issues due to incorrect resource construct - 6ce4b12

Full Changelog: v0.1...v0.2

v0.1

27 Sep 11:42
ed29a2f
Compare
Choose a tag to compare

Initial kArmor Release

Use kArmor to help you manage KubeArmor.
Current Client Capabilities:

  • Install KubeArmor based on auto detected environment
  • Get logs with various filters and formatting options from KubeArmor
  • Uninstall KubeArmor

Refer to https://github.com/kubearmor/kubearmor-client#installation for installation and usage

Changelog

ed29a2f Merge pull request #7 from daemon1024/prep-release
48809b4 Add installation instructions
df2b274 add release configuration
a9deb7e Merge pull request #5 from daemon1024/install
82ee22c Create/Delete CRDs during Install/Uninstall
1d41ba9 Add build date to version info
9b8dd0e Handle env with no cluster running
d2dd27d print auto detected environment while installing
e88f5aa Fix containerd socket path
bb0577c Add Version Command
701880e Add Makefile and cleanup
2f0fc92 Implement Uninstall Command
593cf68 Implement Log Observer
2897b1b add license headers
bfe4e97 Implement Install Command
33f5fdd Initial Client
1d6987d Update README.md
74b55c2 Update README.md
13a77ce Initial commit