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

common automatic update #276

Merged

Commits on Sep 25, 2024

  1. Add qe-tests target

    mbaldessari committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    27d4919 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    25cf7d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #602 from mbaldessari/qe-test

    Add qe-tests target
    mbaldessari authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    37a6d23 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    ac54604 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #604 from mbaldessari/disconnected-inst

    Read PATTERN_INSTALL_CHART from the env as well if it exists
    mbaldessari authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9e4bc56 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update secret backend change script

    The script is used in make secrets-backend-*. Update needed for slimed
    common.
    darkdoc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0d1cda8 View commit details
    Browse the repository at this point in the history
  2. Update preview script

    Now the preview will work with remote charts, and local charts as well.
    Default helm registry will be oci://quay.io/repository/hybridcloudpatterns/.
    darkdoc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b8640e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #605 from darkdoc/fix_scripts

    Fix scripts after common slim
    mbaldessari authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    07f6584 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Introduce PATTERN_DISCONNECTED_HOME

    When doing disconnected installations this allows for setting a single
    variable pointing to the internal disconnected registry.
    mbaldessari committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e9f638a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #606 from mbaldessari/disconnected-easier

    Introduce PATTERN_DISCONNECTED_HOME
    mbaldessari authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7a17712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b65170 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #608 from soukron/feature/disable-storage-class-re…

    …quirement
    
    Update Makefile to reflect a warning if no storageclass is present
    mbaldessari authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b778406 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fix iib loading playbook name

    After slimming common down the playbook needs renaming because
    collections have slightly different naming constraints. Previous error:
    
    ❯ ./pattern.sh make load-iib
    make -f common/Makefile load-iib
    make[1]: Entering directory '/home/michele/Engineering/cloud-patterns/multicloud-gitops'
    ERROR! the playbook: rhvp.cluster_utils.iib-ci could not be found
    make[1]: *** [common/Makefile:117: load-iib] Error 1
    make[1]: Leaving directory '/home/michele/Engineering/cloud-patterns/multicloud-gitops'
    make: *** [Makefile:12: load-iib] Error 2
    mbaldessari committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c8c0072 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #609 from mbaldessari/fix-iib

    Fix iib loading playbook name
    mbaldessari authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    87776c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82d9fdf View commit details
    Browse the repository at this point in the history