Skip to content

v0.2.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@aylei aylei released this 28 Apr 12:29
· 9 commits to master since this release

Changelog

6ad5cd7 Enable --agentless and --port-forward by default (#75) @calmkart
6a30d78 FIX:issue52, if a pod is runnning but not ready(about readiness probe), we can connect (#62) @calmkart
5021027 FIX:issue52, in Fork && AgentLess mode, we'll delete the agentPod if Fork pod error (#67) @calmkart
64720bf FIX:issue57, if target pod is not ready or completed/failed, delete the agent pod (#63) @calmkart
f08222f FIX:issue58, k8s v1.16 daemonset apiVersion change to apps/v1 (#64) @calmkart
d62a8d9 FIX:no permission to delete agentpod get panic error issue#38 (#70) @calmkart
8a77b6c FIX:only work in agentless mod need to delete the agent pod (#65) @calmkart
1ab75d9 Add containerd support (#99) @dee0
8fbb788 Typo fix: missing symbol in the binary name (#51) @Soider
1e505fe enhancement: add auth config to pull image in private registry (#61) @calmkart
489450b enhancement: add the agentpod resource config in agentless mode (#73) @calmkart
63e1ecc enhancement: add the copied pod retain labels config in fork mode. (#68) (#69) @calmkart
ae58ddf enhancement: support target-container procfs correct (#83) @markzhang0928
8da3fdc remove redundant os.Exit() (#66) @abowloflrf
d25d979 update go module to the latest version to avoid build faiure. (#50) @runzhen

Thanks to the contributors @markzhang0928 @dee0 @calmkart @abowloflrf @runzhen @Soider for helping in this release. Special thanks to @calmkart for various fixes and enhancements, to @markzhang0928 for the lxcfs integration and @dee0 for the containerd support!