Skip to content

Releases: TsuyoshiUshio/KubernetesTask

Release 3.0.3

03 Dec 18:32
Compare
Choose a tag to compare

Fix the bug for this issue.

Release 3.0.1

05 Jul 12:22
Compare
Choose a tag to compare

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

05 Jul 12:16
Compare
Choose a tag to compare

Sorry, I mistook to create this release. I'd love to delete this. but I don't know how.

Stable version

23 Mar 22:46
Compare
Choose a tag to compare

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

11 Feb 12:36
Compare
Choose a tag to compare

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)

08 Feb 03:18
Compare
Choose a tag to compare

The first version of Kubernetes Task