Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 15:15
5e455c9

Release v0.2.0

KUBEGET

This release introduces new directive KUBEGET to retrieve API objects and pod logs from the API server as shown in the following example:

KUBEGET objects groups:"core" kinds:"pods" namespaces:"kube-system default" containers:"kindnet-cni etcd"

Read more about KUBEGET in the README.

COPY File Pattern

In this release, command COPY now supports file pattern or globbing when specifying one or more files to copy from the cluster node as shown below:

COPY /var/logs/kube*.log

GitHub Actions

Other changes in this release includes switching the build system from Travis to GitHub Actions.

Changelog

5e455c9 Merge pull request #39 from vladimirvivien/ghactions-fix
53b2eb5 Fixes for GitHub Action workflows
1fe7326 Remove travis.yaml file
855a6cb Changelog update
71cbe4a Documentation update for file globbing