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

fix: right tag for UBI8 image #90

Closed
wants to merge 2 commits into from
Closed

fix: right tag for UBI8 image #90

wants to merge 2 commits into from

Commits on Apr 10, 2024

  1. refactor: improve metadata fencing code organization (cloudnative-pg#…

    …4152)
    
    Currently, the metadata fencing code is challenging for inexperienced
    developers to use, given that it is fragmented across the codebase
    without a clear pattern.
        
    This patch aggregates the logic and adds a fluent builder to execute the
    fencing metadata logic.
        
    It also improves handling certain operations like fencing or unfencing an
    already present or deleted instance. In those cases, the executor does
    not return an error anymore.
    
    Signed-off-by: Armando Ruocco <[email protected]>
    Signed-off-by: Leonardo Cecchi <[email protected]>
    Co-authored-by: Leonardo Cecchi <[email protected]>
    armru and leonardoce authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    570787f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix: right tag for UBI8 image

    Signed-off-by: YanniHu1996 <[email protected]>
    YanniHu1996 authored and sxd committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1140ce6 View commit details
    Browse the repository at this point in the history