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

Multiple improvements and fixes #507

Merged
merged 10 commits into from
Jun 17, 2024

Commits on Jun 10, 2024

  1. chore: Add OLM CSV v0.19.2

    christophd committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    548b1dd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    478381b View commit details
    Browse the repository at this point in the history
  2. fix(citrusframework#505): Modeline trait value types in Camel K

    - Make sure to use number type for trait values that do not use quotes
    - Enable the user to set trait values as numbers in modeline trait config (e.g. container.port)
    christophd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f95977d View commit details
    Browse the repository at this point in the history
  3. fix(citrusframework#506): Allow setting environment variables for Cam…

    …el K integrations
    
    - Add steps to set environment variables for a Camel K integration
    - Environment variables get set as trait configuration
    christophd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    87c0e0f View commit details
    Browse the repository at this point in the history
  4. fix(citrusframework#503): Stop verification on Camel K integration error

    - Adds stop on error setting (default=true) so the Camel K integration verification stops immediately once the integration is set to `Error` phase
    - Avoids retry mechanism to hit timeout on integrations that do not recover from error state, which is the usual situation
    christophd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dcd8048 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f25a208 View commit details
    Browse the repository at this point in the history
  6. fix(citrusframework#504): Improve secret volume mounts

    - Allow to bind multiple secrets to a test
    - Bind secrets by its name to the test via runtime configuration or command line argument
    - Only add secret content as test variables for .properties files
    - Add secret content to test classpath so test is able to load the content on demand
    - Update Golang 1.22
    - Update codegen and controller_gen versions
    - Update dependencies versions
    christophd committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4c7d25f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bb71ed View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 17, 2024

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