Releases: kubearmor/kubearmor-client
v0.3
What's Changed
- Update dependencies and fix vulnerability by @daemon1024 in #14
- docs: updates README.md by @navarrothiago in #17
- Give option to use different namespace when installing/uninstalling by @saurabhshendye in #22
- Increase timeout for lint action by @daemon1024 in #23
- Reconfigure Daemonset by @daemon1024 in #18
- [VM] Added new command to download vm installation script from kvmsoperator by @seswarrajan in #12
- fixing go-lint by @nyrahul in #24
- [VM Support] Modified code to identify the namespace of kvmservice instead of inputting the same by @seswarrajan in #26
- Modified protobuf to match the same package implementation as of server protobuf by @seswarrajan in #27
- karmor install --image option by @nyrahul in #28
- Prepare for release 0.3 by @daemon1024 in #29
New Contributors
- @navarrothiago made their first contribution in #17
- @saurabhshendye made their first contribution in #22
- @seswarrajan made their first contribution in #12
- @nyrahul made their first contribution in #24
Full Changelog: v0.2...v0.3
v0.2
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
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