Skip to content
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: Release/v2.1.20 #299

Merged
merged 117 commits into from
Sep 17, 2024
Merged

feat: Release/v2.1.20 #299

merged 117 commits into from
Sep 17, 2024

Commits on May 3, 2023

  1. feat: cron job template field (#132) (#133)

    * feat: cron job template field
    
    * fix: dep update
    vsukhin authored May 3, 2023
    Configuration menu
    Copy the full SHA
    71e7f7f View commit details
    Browse the repository at this point in the history
  2. feat: deprecate args (#130)

    * feat: add args mode
    
    * fix: add args mode type
    
    * fix: change artifact support
    vsukhin authored May 3, 2023
    Configuration menu
    Copy the full SHA
    b1213c7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    4224945 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    3306a20 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    861c0ac View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    ffa9d74 View commit details
    Browse the repository at this point in the history
  2. fix release branch naming

    ypoplavs committed May 10, 2023
    Configuration menu
    Copy the full SHA
    8f9bb9d View commit details
    Browse the repository at this point in the history
  3. fix typo

    ypoplavs committed May 10, 2023
    Configuration menu
    Copy the full SHA
    bbb6fc0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. fix path for goreleaser file

    ypoplavs committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0222b15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f1e170 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. ci: parametrize alpine (#144)

    * parametrize alpine image
    ypoplavs authored May 25, 2023
    Configuration menu
    Copy the full SHA
    355e4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c8300 View commit details
    Browse the repository at this point in the history
  3. ci: rename gh token var (#145)

    * rename gh token var
    ypoplavs authored May 25, 2023
    Configuration menu
    Copy the full SHA
    4168152 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    5087440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9a3cf View commit details
    Browse the repository at this point in the history
  3. ci: add docker registry description (#146)

    * ci: add GH action to update readme for Docker registry
    ypoplavs authored May 26, 2023
    Configuration menu
    Copy the full SHA
    e3870b0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    86b5aba View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. 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
    vsukhin authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    eed35fe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. feat: webhook templlate and headers (#152)

    * feat: webhook templlate and headers
    
    * fix: description typo
    vsukhin authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    afea426 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. fix: secret check (#153)

    * fix: secret check
    
    * fix: remove wrong condition
    vsukhin authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    033b048 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. feat: provide known condition types (#155)

    * feat: provide known condition types
    
    * fix: rename util method
    vsukhin authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    48fd2fa View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    3 people authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    95faaa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. 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
    nicufk authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a2224e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. feat: postrun script (#156)

    * fix: post run scipt model
    
    * fix: add postrun script to crd
    vsukhin authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    30d80e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    89ba17b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat: probe conditions (#158)

    * feat: probe spec model
    
    * feat: test trigger crd with probes
    
    * fix: refactor probe definition
    
    * fix: unit tests
    vsukhin authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e416a8c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    8815bd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    bc8cd9f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix: image registry (#166)

    vsukhin authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    edf3c1d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. 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
    vsukhin authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    071c677 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. fix: use go 1.21 (#169)

    vsukhin authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9570ed2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. fix: context typo (#171)

    vsukhin authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    870da6e View commit details
    Browse the repository at this point in the history
  2. feat: artifact bucket (#170)

    * feat: artifact bucket
    
    * fix: generate
    
    * fix: rename field
    vsukhin authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    199e57e View commit details
    Browse the repository at this point in the history
  3. feat: test field (#172)

    * feat: test field
    
    * fix: tags
    vsukhin authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8fda604 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. feat: template crd (#173)

    * featL template crd
    
    * feat: add delete by labels
    
    * feat: use cronjob reference
    
    * fix: add warnings
    
    * fix: error message
    vsukhin authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5c2e383 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. feat: adjust uri descrription (#174)

    * feat: adjust uri descrription
    
    * fix: adjust header description
    vsukhin authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e93d866 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. feat: trigger concurrency policy (#175)

    * feat: trigger concurrency policy
    
    * fix: make policy optional
    
    * fix: policy validation
    vsukhin authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4d087b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. 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 <[email protected]>
    
    * Discard changes
    
    Signed-off-by: hiteshwani <[email protected]>
    
    * Fixed trivial review comments
    
    Signed-off-by: Aman Parauliya <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    hiteshwani and parauliya authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fe2d1f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. 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
    dejanzele authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    785d106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    688b0e1 View commit details
    Browse the repository at this point in the history
  3. fix mocks (#180)

    dejanzele authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5fc2021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    457bf71 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. feat: execute post run script before scraping field (#183)

    * feat: execute post run script before scraping field
    
    * fix: pragma
    vsukhin authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    aa5afde View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. feat: regex field (#186)

    * feat: regex field
    
    * fix: validate regex
    vsukhin authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3ec1179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a7951 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * Discard changes
    
    Signed-off-by: hiteshwani <[email protected]>
    
    * Fixed trivial review comments
    
    Signed-off-by: Aman Parauliya <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * resolve conflicts with main
    
    ---------
    
    Co-authored-by: Vladislav Sukhin <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    Co-authored-by: hiteshwani <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * Discard changes
    
    Signed-off-by: hiteshwani <[email protected]>
    
    * Fixed trivial review comments
    
    Signed-off-by: Aman Parauliya <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    
    * 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 <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    Co-authored-by: hiteshwani <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    
    * fix: comment
    
    * fix: pragma
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    Co-authored-by: hiteshwani <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    8 people authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    11468a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    f61e073 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. feat: pass artifacts testsuite (#193)

    * feat: download artifacts model
    
    * fix: add comments
    vsukhin authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c66d03d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    1f48caf View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    0a5b5ef View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. feat: support argo cd sync (#197)

    * feat: support argo cd sync
    
    * fix: rename config var
    
    * fix: rename field
    
    * fix: add vesion
    
    * fix: rename field
    vsukhin authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    803ccbc View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. feat: slave pod spec (#199)

    * feat: add pod slave model
    
    * feat: pod config crds
    
    * feat: template enum
    vsukhin authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ab055e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0eb5b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    2fc74ce View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. 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
    vLia authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    83394de View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    9c1a0e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. feat: artifact enhancement (#207)

    * feat: artifact enhancement
    
    * fix: previous testnames
    vsukhin authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    483fef2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * Discard changes
    
    Signed-off-by: hiteshwani <[email protected]>
    
    * Fixed trivial review comments
    
    Signed-off-by: Aman Parauliya <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * resolve conflicts with main
    
    ---------
    
    Co-authored-by: Vladislav Sukhin <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    Co-authored-by: hiteshwani <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * Discard changes
    
    Signed-off-by: hiteshwani <[email protected]>
    
    * Fixed trivial review comments
    
    Signed-off-by: Aman Parauliya <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    
    * 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 <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    Co-authored-by: hiteshwani <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * Discard changes
    
    Signed-off-by: hiteshwani <[email protected]>
    
    * Fixed trivial review comments
    
    Signed-off-by: Aman Parauliya <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * Discard changes
    
    Signed-off-by: hiteshwani <[email protected]>
    
    * Fixed trivial review comments
    
    Signed-off-by: Aman Parauliya <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    * resolve conflicts with main
    
    ---------
    
    Co-authored-by: Vladislav Sukhin <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    
    ---------
    
    Signed-off-by: hiteshwani <[email protected]>
    Signed-off-by: Aman Parauliya <[email protected]>
    Co-authored-by: Lilla Vass <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: ypoplavs <[email protected]>
    Co-authored-by: nicufk <[email protected]>
    Co-authored-by: hiteshwani <[email protected]>
    Co-authored-by: Aman Parauliya <[email protected]>
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    
    * 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…
    10 people authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    bc33d02 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    4389d76 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    2c37729 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    eb0de2b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    f70b2e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    c1770f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. feat: [TKC-1055] test suite steps persistence (#219)

    * feat: test suite steps persistence
    
    * fix: remove unused fields
    vLia authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6396dbe View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat(TKC-1466): define initial expressions language tags schema in th…

    …e TestWorkflow objects (#221)
    rangoo94 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1852257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9821b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    c1e3dd2 View commit details
    Browse the repository at this point in the history
  2. feat(TKC-1466): force parsing Kubernetes objects with templates in ex…

    …pressions schema (#224)
    
    * feat(TKC-1466): add `force` to expressions schema to force k8s objects being templated / use corev1.EnvVar instead of local one
    * feat(TKC-1466): delete unused `virtualGroup` property
    rangoo94 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4909488 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix: add source scripts field (#215)

    * fix: add source scripts field
    
    * fix: adjust script source description
    vsukhin authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b7aaa27 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    d195552 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: secrets update (#227)

    vsukhin authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    059fddf View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix: remove step sync (#230)

    vLia authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6625e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c7958 View commit details
    Browse the repository at this point in the history
  3. Revert "fix: remove step sync (#230)" (#232)

    This reverts commit 6625e24.
    vLia authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    07cd5e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    03a6d2d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat: [TKC-1570] disable secret var (#235)

    * feat: disable secret var
    
    * fix: change method parameters
    vsukhin authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fdc6429 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    a36d153 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    42e9be4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat(testworkflows): allow to pass matrix/shards for the TestWorkflow…

    …'s `execute` step (#241)
    
    * feat(testworkflows): allow to pass matrix/shards for the TestWorkflow's `execute` step
    * feat(testworkflows): reorder props for execute strategy
    * feat(testworkflows): add executionRequest for Tests in TestWorkflow's `execute` step
    * feat(testworkflows): add executionName for executing sub-workflows
    * feat(testworkflows): expose `description` for `execute.*`
    * feat(testworkflows): support values different than string in DynamicList
    rangoo94 authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3be9f81 View commit details
    Browse the repository at this point in the history
  2. feat: test workflow cron job (#240)

    * feat: test workflow cron job model
    
    * fix: exclude preserved fields
    
    * fix: remove duplicated description
    
    * feat: manage cron job for workflows
    
    * feat: add cron from workflow templates
    
    * feat: check for test workflow template changes
    
    * fix: support logging
    
    * fix: init client
    
    * fix: reconcile test workflow template
    
    * fix: move date to annotations
    
    * fix: add expr to fields
    
    * fix: return nil for success
    
    * fix: skip non existed templates
    
    * fix: refactor loop
    
    * fix: use testworkflow object
    vsukhin authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cb78b80 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. feat: add option to transfer data in execute step (#243)

    * feat(testworkflows): add property to pack and expose files tarball in `execute` step
    * feat(testworkflows): add content.tarball for unpacking external tarballs
    * chore(testworkflows): rename StepExecutePack to StepExecuteTarball
    * feat(testworkflows): allow passing DynamicList to StepExecuteTarball
    * feat(testworkflows): move TarballRequest to specific tests and workflows in `execute` step
    * feat(testworkflows): make mount and tarball files actually optional
    rangoo94 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ce20f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14301b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    32189cd View commit details
    Browse the repository at this point in the history
  2. feat: add testworkflow for triggers (#246)

    * feat: add testworkflow for triggers
    
    * Update api/testtriggers/v1/testtrigger_types.go
    
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    
    ---------
    
    Co-authored-by: Dejan Zele Pejchev <[email protected]>
    vsukhin and dejanzele authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    400ed94 View commit details
    Browse the repository at this point in the history
  3. feat(testworkflows): support advanced Pod configuration (#247)

    * feat(testworkflows): add more options for the Pod configuration
    * fix(testworkflows): replace resourceClaims with proper instance
    * chore(testworkflows): minimize the TestWorkflows schema by description of native components
    rangoo94 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    eefe27f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix yaml docs separator (#248)

    Signed-off-by: Sebastian Hoß <[email protected]>
    sebhoss authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cd47897 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    cd8cd18 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    6d9804f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat: test workflow execution namespace (#251)

    * feat: test workflow execution namespace
    
    * fix: move namespace to job config
    
    * fix: remove namespace expr tag
    vsukhin authored May 9, 2024
    Configuration menu
    Copy the full SHA
    d7b034f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    cb34b51 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. feat: test trigger evvent causes (#254)

    * feat: test trigger evvent causes
    
    * fix: missing testkube events
    vsukhin authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d7a25f5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. feat(testworkflows): parallel steps (#253)

    * chore(testworkflows): add `parallel` step
    * feat(testworkflows): adjust 'parallel' step
    * fix(testworkflows): rename class for independent step parallelization
    * feat(testworkflows): add parallelism and description to parallel step
    * feat(testworkflows): add options to fetch data back from the parallel steps
    * feat(testworkflows): clean up Step definition, add option to provide simple step directly in `parallel`
    * chore(testworkflows): rename StepExecution to avoid confusion
    * feat(testworkflows): add `template` as possible option for `parallel`
    * feat(testworkflows): add `logs` configuration for parallel steps
    rangoo94 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    9c46a4f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. feat(testworkflows): add support for accompanying services (#257)

    * feat(testworkflows): add syntax for running accompanying services
    * feat(testworkflows): add `use` for services
    * feat(testworkflows): add `logs` for services
    * chore(testworkflows): make the resulting YAML smaller
    rangoo94 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    6e48b6c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. feat: sidecar scraper (#258)

    * feat: sidecar scraper option
    
    * fix: sidecar scraper for test workflow
    vsukhin authored May 20, 2024
    Configuration menu
    Copy the full SHA
    07a4da8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    3bb64eb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    4336c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5817a62 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    7d3ddc7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    5e235fc View commit details
    Browse the repository at this point in the history
  2. feat: test workflow execution model (#262)

    * feat: test workflow execution model
    
    * feat: test workflow execution crd
    
    * fix: test workflow execution controller
    
    * feat: testworkflow execution roles
    
    * fix: change makefile
    
    * feat: test workflow execution client
    
    * fix: test workflow execution name
    
    * fix: test workflow execution name
    
    * fix: field name typo
    
    * fix: remove tab
    
    * fix: test workflow execution crd
    
    * fix: rename controller file
    
    * fix: remove expr tag
    
    * fix: make file
    
    * fix: value crd field
    vsukhin authored May 28, 2024
    Configuration menu
    Copy the full SHA
    c16a678 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat: test workflow status (#269)

    * feat: test workflow status
    
    * feat: status types
    vsukhin authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fa1c648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5cda10 View commit details
    Browse the repository at this point in the history
  3. fix: data typo (#272)

    vsukhin authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d47d864 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    f91b0db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a56be54 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    f76a846 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    e96c168 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    77e0cc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. feat: refactor disabling webhook (#284)

    * feat: deperecate disabling webhook
    
    Signed-off-by: Vladislav Sukhin <[email protected]>
    
    * fix: add disable webhooks for twe
    
    Signed-off-by: Vladislav Sukhin <[email protected]>
    
    * fix: add disable webhooks to executions
    
    Signed-off-by: Vladislav Sukhin <[email protected]>
    
    ---------
    
    Signed-off-by: Vladislav Sukhin <[email protected]>
    vsukhin authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a1fa1f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix: deprecate on state change (#285)

    * fix: deprecate on state change
    
    Signed-off-by: Vladislav Sukhin <[email protected]>
    
    * fix: add new events
    
    Signed-off-by: Vladislav Sukhin <[email protected]>
    
    ---------
    
    Signed-off-by: Vladislav Sukhin <[email protected]>
    vsukhin authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d677ef7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. fix: delete executions (#287)

    Signed-off-by: Vladislav Sukhin <[email protected]>
    vsukhin authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d7bd9c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. ci: add sandbox (#288)

    * add sandbox
    ypoplavs authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3dda29b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fix: add purge executions option (#291)

    Signed-off-by: Vladislav Sukhin <[email protected]>
    vsukhin authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1acead3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. feat: add options to control Test Workflow' containers isolation (#293)

    * feat: add options to control Test Workflow' containers isolation
    * fix: make TestWorkflowSystem variables optional
    rangoo94 authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1bfae78 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. feat: add tags to test workflow executions (#292)

    Signed-off-by: Vladislav Sukhin <[email protected]>
    vsukhin authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e559df0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. feat: test workflow sensitive config parameter (#290)

    Signed-off-by: Vladislav Sukhin <[email protected]>
    vsukhin authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    48b0cee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into Release/v2.1.20

    Signed-off-by: Vladislav Sukhin <[email protected]>
    
    # Conflicts:
    #	api/testworkflows/v1/parameter_types.go
    #	config/crd/bases/testworkflows.testkube.io_testworkflows.yaml
    #	config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml
    vsukhin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    647efcd View commit details
    Browse the repository at this point in the history