kubetest

A CLI for distributed execution of tasks on Kubernetes

MIT License

Stars
18
Committers
3
kubetest - 0.6.4

Published by goccy about 3 years ago

  • Fix merge's strategy from --ff-only to --ff ( #50 )
    • Also, fix security issue about jwt-go
kubetest - 0.6.3

Published by goccy about 3 years ago

  • Fix mount behavior ( #49 )
    When mounting, remove the file or directory if it already exists at the mount point .
kubetest - 0.6.2

Published by goccy about 3 years ago

  • Support post steps ( #48 )
kubetest - 0.6.1

Published by goccy about 3 years ago

  • Fix error handling for mount step ( #47 )
kubetest - 0.6.0

Published by goccy about 3 years ago

Big Release !

  • Redesign TestJob spec ( #44 )
  • Update README for new spec ( #46 )
kubetest - 0.5.11

Published by goccy about 3 years ago

Use secret to get access token for cloning private repository ( #43 )

  • If the github token is specified directly by secret, use that secret to clone the repository.
    If you want to get an access token based on the github app, write the created access token to a temporary secret and use it.
    Therefore, if it is based on github app, you need to give the role a secret create / delete permission.
kubetest - 0.5.10

Published by goccy about 3 years ago

  • Fix command executor ( #42 )
    Update kubejob version to v0.2.8 to support sh -c style command
kubetest - 0.5.9

Published by goccy about 3 years ago

  • Ignore empty name as a target of testing list ( #41 )
kubetest - 0.5.8

Published by goccy about 3 years ago

  • Ignore empty name as a target of testing list ( #40 )
kubetest - 0.5.7

Published by goccy about 3 years ago

Output command log at error for prepare command #39

kubetest - 0.5.6

Published by goccy about 3 years ago

Add detail error message for copying artifact ( https://github.com/goccy/kubetest/pull/38 )

kubetest - 0.5.5

Published by goccy about 3 years ago

New Feature

  • Support to get access token for the repository from github app settings ( #37 )
kubetest - 0.5.4

Published by goccy over 3 years ago

  • Mask secret keyword to print to console ( #35 )
    Mask all logs to print to console
  • Avoid sharing the cloned directory for distributed test ( #36 )
    Currently, when running a distributed test, each container shares the directory where the git clone was done.
    In this case, conflicts will occur if the test artifacts are outputted directly to the shared directory.
    So, we should avoid sharing directory between containers.
kubetest - 0.5.3

Published by goccy over 3 years ago

Fix copying artifact ( #34 )

kubetest - 0.5.2

Published by goccy over 3 years ago

kubetest - 0.5.1

Published by goccy over 3 years ago

  • Fix validation of list option ( #32 )
kubetest - 0.5.0

Published by goccy over 3 years ago

Support static list for distributed testing #31

kubetest - 0.4.11

Published by goccy over 3 years ago

kubetest - 0.4.10

Published by goccy over 3 years ago

kubetest - 0.4.9

Published by goccy over 3 years ago