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

Bump Citus to 12.1.5 #7649

Merged
merged 6 commits into from
Jul 17, 2024
Merged

Bump Citus to 12.1.5 #7649

merged 6 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. CI: move to github container registry (#7652)

    We move the CI images to the github container registry.
    
    Given we mostly (if not solely) run these containers on github actions
    infra it makes sense to have them hosted closer to where they are
    needed.
    
    Image changes: citusdata/the-process#157
    
    (cherry picked from commit e776a7e)
    thanodnl authored and hanefi committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9dcfcb9 View commit details
    Browse the repository at this point in the history
  2. Removes el/7 and ol/7 as runners (#7650)

    Removes el/7 and ol/7 as runners and update checkout action to v4
    
    We use EL/7 and OL/7 runners to test packaging for these distributions.
    However, for the past two weeks, we've encountered errors during the
    checkout step in the pipelines. The error message is as follows:
    ```
    /__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
    /__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
    /__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
    /__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
    /__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
    /__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
    ```
    The GCC version within the EL/7 and OL/7 Docker images is 2.17, and we
    cannot upgrade it. Therefore, we need to remove these images from the
    packaging test pipelines. Consequently, we will no longer verify if the
    code builds for EL/7 and OL/7.
    
    However, we are not using these packaging images as runners within the
    packaging infrastructure, so we can continue to use these images for
    packaging.
    
    Additional Info: I learned that Marlin team fully dropped the el/7
    support so we will drop in further releases as well
    
    (cherry picked from commit c603c3e)
    gurkanindibay authored and hanefi committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f0ea07a View commit details
    Browse the repository at this point in the history
  3. bump postgres versions in CI and dev (#7655)

    Upgrade postgres versions to:
     - 14.12
     -  15.7
     - 16.3
    
    Depends on citusdata/the-process#158
    
    (cherry picked from commit accb7d0)
    thanodnl authored and hanefi committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f60c4cb View commit details
    Browse the repository at this point in the history
  4. Support MERGE command for single_shard_distributed Target (#7643)

    This PR has following changes :
    1. Enable MERGE command for single_shard_distributed targets.
    
    (cherry picked from commit 3c467e6)
    paragikjain authored and hanefi committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6349f2d View commit details
    Browse the repository at this point in the history
  5. Add changelog entries for 12.1.5

    (cherry picked from commit 5c09786)
    hanefi committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5c2ef8e View commit details
    Browse the repository at this point in the history
  6. Bump Citus to 12.1.5

    hanefi committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    15ecc37 View commit details
    Browse the repository at this point in the history