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

fake #27

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

fake #27

wants to merge 11 commits into from

Commits on Apr 30, 2024

  1. [qe] fix check for condition for a starting cluster behind proxy

    A condition to ensure the state of the cluster after starting it behind a proxy was introduce in crc-org@4a9a35b that check is using a function which relies on the shell instance but that instance is not initialize anywhere as so the check is failing with an error showing shell instance is not initialize. This commit initialize the instance and now the check is working as expected
    
    Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
    adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4200eff View commit details
    Browse the repository at this point in the history
  2. Chocolatey: Update project url for crc spec

    https://crc.dev/blog/about is no longer works and `about` section is
    removed, this pr update to latest valid url
    
    It will also fix the issue which described in
    https://community.chocolatey.org/packages/crc/2.34.1#dependencies one.
    praveenkumar authored and adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    97972d1 View commit details
    Browse the repository at this point in the history
  3. telemetry: add no-op functionality

    Currently, when telemetry initialization fails, this is a hard failure
    for the `crc` command and daemon, and they exit.
    This commit handles this more gracefully, when there's a telemetry
    initialization failure, an empty `Noop Client` instance is returned,
    and all `Client` methods check for this `Noop` instance and return
    early if needed.
    redbeam authored and adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    958210e View commit details
    Browse the repository at this point in the history
  4. [qe] Use ubi8 image as builder for qe images

    As part of commit crc-org@ae4e57f we changed the e2e and integration images; as ubi9 based images
    were used to build the e2e and integration binaries those can not be executed on RHEL8 target hosts. This fix change the builders to use ubi8 based images
    
    Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
    adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f8b4f1d View commit details
    Browse the repository at this point in the history
  5. [qe] fix integration image scripts

    The scripts used to run the integration tests require to set several environment variables to customize the execution; the way the script try to set them and run the integration binary inheriting them was not right. This fix export those variables and execute the integration binary properly
    
    Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
    adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    be2c439 View commit details
    Browse the repository at this point in the history
  6. [qe] change the httpd image used within e2e to registry.access.redhat…

    ….com/ubi8/httpd-24:latest
    
    This image was partially used within e2e, now we extend its usage to all the remainig places
    
    Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
    adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    af9b70e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c1818d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a569a0e View commit details
    Browse the repository at this point in the history
  9. cut v4.15.10

    praveenkumar authored and adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fdef61b View commit details
    Browse the repository at this point in the history
  10. test with download by gh

    Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
    adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2e6b0d0 View commit details
    Browse the repository at this point in the history
  11. fake

    Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
    adrianriobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    77dfcd4 View commit details
    Browse the repository at this point in the history