Releases: TsuyoshiUshio/KubernetesTask
Release 3.0.3
Fix the bug for this issue.
- Task succeeds even if operation fails #26
- CI / CD pipeline for Kubernetes Task project
- CI build badge of VSTS
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.
3.0.0 Release Note
Sorry, I mistook to create this release. I'd love to delete this. but I don't know how.
Stable version
This is the stable version. This includes no change. However, I tag it v1.0.0 for feature preview release.
You can test preview version using v.0.x.x. and preview tag.
General Task and secure version
New Feature
- kubectl general task
- Rename k8s task into kubectl apply task
- base64 encoding support for config file please refer README
Initial Release (Early Alpha)
The first version of Kubernetes Task