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

OCPBUGS-28251: fix: convert continue field between v1beta1 and v1alpha1 #275

Merged
merged 2 commits into from
Feb 7, 2024

Commits on Feb 5, 2024

  1. fix: convert continue field between v1beta1 and v1alpha1

    This change converts the `continue` field between v1alpha1 and v1beta1
    AlertmanagerConfig versions.
    
    When a v1beta1 AlertmanagerConfig object was created with `continue:
    true`, the `continue` field was always converted to `false` when stored
    as v1alpha1.
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    85e8569 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update vendor/ directory

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    11135a1 View commit details
    Browse the repository at this point in the history