Release 3.0.1
3.0.0 has been released. It includes a bunch of bug fix and new feature. New big features are Istio and Helm support. Architecture refactoring for the new feature. You can keep on using Kubernetes apply
task and Kubernetes general
task. These task has a functionality to download or adding a kubectl binary by your self. However, if you want to integrate with helm and istio, you need to deploy / configure kubectl in advance.
Also, if you download the binary, if you have several kubernetes task, the cost of deployment might be big.
That is why I separate the responsibility to two part. One is downloader, the other is execute command. The downloader download kubectl/istioctl/helm with adding path and configure kubectl using environment variables.
It might be easy to use these command and, make it simple to handle the command.
New feature
- New Downloader for downloading kubectl/istioctl/helm with adding PATH/KUBECONFIG environment variables.
- Istio support
- Helm support
- Update documentation for the new version.
Bug fix
This task is only for Linux environment (I aim for Hosted Linux Agent Preview). However, a lot of people forget to use Linux hosted agent. If you use these task in Windows, it emitted very confused error message. I add human readable error message if they use windows agent.
Enjoy Kubernetes.