-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: regex field #186
Merged
Merged
feat: regex field #186
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vLia
approved these changes
Oct 17, 2023
nicufk
approved these changes
Oct 17, 2023
vsukhin
added a commit
that referenced
this pull request
Oct 25, 2023
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
vsukhin
added a commit
that referenced
this pull request
Oct 25, 2023
* feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
vsukhin
added a commit
that referenced
this pull request
Nov 22, 2023
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> Co-authored-by: Dawid Rusnak <rangoo94@gmail.com> Co-authored-by: fivenp <mh@fivenp.com>
vsukhin
added a commit
that referenced
this pull request
Dec 4, 2023
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> Co-authored-by: Dawid Rusnak <rangoo94@gmail.com> Co-authored-by: fivenp <mh@fivenp.com>
vsukhin
added a commit
that referenced
this pull request
Jan 4, 2024
* feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: pass artifacts testsuite (#193) (#194) * feat: download artifacts model * fix: add comments * feat: Release/v1.16.0 (#201) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook te…
vsukhin
added a commit
that referenced
this pull request
Jan 5, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d5. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> Co-authored-by: Dawid Rusnak <rangoo94@gmail.com> Co-authored-by: fivenp <mh@fivenp.com>
vsukhin
added a commit
that referenced
this pull request
Jan 25, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-b…
vsukhin
added a commit
that referenced
this pull request
Feb 20, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-b…
vsukhin
added a commit
that referenced
this pull request
May 16, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-b…
vsukhin
added a commit
that referenced
this pull request
May 30, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-b…
vsukhin
added a commit
that referenced
this pull request
Jun 11, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-b…
vsukhin
added a commit
that referenced
this pull request
Jun 26, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by:…
vsukhin
added a commit
that referenced
this pull request
Jul 23, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by…
vsukhin
added a commit
that referenced
this pull request
Sep 9, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by…
vsukhin
added a commit
that referenced
this pull request
Sep 17, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by…
vsukhin
added a commit
that referenced
this pull request
Oct 28, 2024
* feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) * fix: back merge (#191) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: 1.15.3 (#190) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * feat: regex field (#186) * feat: regex field * fix: validate regex * fix: visibility for secrets (#187) --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * fix: comment * fix: pragma --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com> Co-authored-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com> * feat: data dir as working dir (#192) * feat: pass artifacts testsuite (#193) * feat: download artifacts model * fix: add comments * fix: correct downloading tools with Go 1.16+ (#195) * chore: rename default secret label (#196) * feat: support argo cd sync (#197) * feat: support argo cd sync * fix: rename config var * fix: rename field * fix: add vesion * fix: rename field * feat: slave pod spec (#199) * feat: add pod slave model * feat: pod config crds * feat: template enum * feat: install controller-gen 0.8.0 (#202) * chore: update dependencies to latest (#203) * feat: add executor and webhook listers and informers [TKC-631] (#205) * feat: add listeners and informers * feat: lister and informer for test source * fix: improve resources in groupversion for executor group * fix: fix permission error while testing locally * feat: step start and end time (#206) * feat: artifact enhancement (#207) * feat: artifact enhancement * fix: previous testnames * fix: back merge (#209) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * feat: Release/v1.15.0 (#184) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) * feat: artifact bucket (#170) * feat: artifact bucket * fix: generate * fix: rename field * feat: test field (#172) * feat: test field * fix: tags * feat: template crd (#173) * featL template crd * feat: add delete by labels * feat: use cronjob reference * fix: add warnings * fix: error message * feat: adjust uri descrription (#174) * feat: adjust uri descrription * fix: adjust header description * feat: trigger concurrency policy (#175) * feat: trigger concurrency policy * fix: make policy optional * fix: policy validation * Added slaves field in executor CRD to add slaves configuration (#177) * Added slaves field in executor CRD to add slaves configuration Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Discard changes Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * Fixed trivial review comments Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io> * feat: update operator to use latest kubebuilder layout (#178) * update operator to use latest kubebuilder layout * update dependencies * update dependencies * remove some unused fields from CRDs * fix failing test * fix invalid reference (#179) * fix mocks (#180) * fix: make test fields optional (#181) * feat: execute post run script before scraping field (#183) * feat: execute post run script before scraping field * fix: pragma * fix: resolve conflicts with main (#185) * feat: cron job template field (#132) * feat: cron job template field * fix: dep update * Revert "feat: cron job template field (#132)" (#134) This reverts commit 48422d59cb0873f16a7c0cfca3caa8332b783b17. * add check for release branch (#138) * commented automatic merge of release branch for now * fix release branch naming * fix typo * fix: upload variables file (#135) (#140) * fix path in goreleaser * ci: rename release branch (#141) ci: rename release branch * ci: parametrize alpine (#144) * parametrize alpine image * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * Release/v1.12.0 (#150) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: support external secrets (#151) * fix: secret check (#153) (#154) * fix: secret check * fix: remove wrong condition * ci: remove release branch creation in helm-charts repo (#157) * Release/v1.13.0 (#161) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * fix: don't remove non Testkube secrets (#160) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: image registry (#166) (#167) * feat: Release/v1.14.0 (#168) * feat: cron job template field (#132) (#133) * feat: cron job template field * fix: dep update * feat: deprecate args (#130) * feat: add args mode * fix: add args mode type * fix: change artifact support * fix: upload variables file (#135) * add tests for develop branch (#136) * add check fir release branch (#137) * comment out the automatic merge of release branch for now * fix release branch naming * fix typo * fix path for goreleaser file * rename release branch (#142) * ci: parametrize alpine (#144) * parametrize alpine image * fix: ttl for trigger condition (#143) * ci: rename gh token var (#145) * rename gh token var * fix: add missing var for alpine image for arm64 arch * fix: remove empty username and token (#147) * ci: add docker registry description (#146) * ci: add GH action to update readme for Docker registry * ci: add workflow dispatch (#149) * fix: support external secrets for tests (#148) * fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock * feat: webhook templlate and headers (#152) * feat: webhook templlate and headers * fix: description typo * fix: secret check (#153) * fix: secret check * fix: remove wrong condition * feat: provide known condition types (#155) * feat: provide known condition types * fix: rename util method * feat: parallel testsuite (#109) * feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> * fix: remove run secrets as well (#139) debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first * feat: postrun script (#156) * fix: post run scipt model * fix: add postrun script to crd * ci: remove release branch creation in helm-charts repo (#157) * feat: probe conditions (#158) * feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests * fix: don't remove non Testkube secrets (#160) * feat: remove outdated description (#164) * fix: image registry (#166) * feat: basic test execution crd (#165) * feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples * fix: use go 1.21 (#169) * fix: context typo (#171) --------- Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> * resolve conflicts with main --------- Co-authored-by: Vladislav Sukhin <vladislav@kubeshop.io> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Lilla Vass <vLia@users.noreply.github.com> Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.co…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request description
Checklist (choose whats happened)
Breaking changes
Changes
Fixes