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

Make deprecated beacon field optional in Certificate & CertificateList messages #1839

Merged
merged 5 commits into from
Jul 18, 2024

Commits on Jul 17, 2024

  1. Fix invalid source for metadata.network when converting certificate m…

    …essage to entity
    
    It used the deprecated beacon instead of using the
    `CertificateMetadataMessagePart` network field that's the updated,
    long-term, field to use.
    
    Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
    Alenar and sfauvel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    97a75de View commit details
    Browse the repository at this point in the history
  2. Make beacon optional in CertificateMessage

    So we can remove it gracefully in the future when enough nodes have
    updated.
    
    Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
    Alenar and sfauvel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6c5d517 View commit details
    Browse the repository at this point in the history
  3. Make beacon optional in CertificateListMessage

    So we can remove it gracefully in the future when enough nodes have
    updated.
    
    Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
    Alenar and sfauvel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b3b5ae1 View commit details
    Browse the repository at this point in the history
  4. Make beacon optional for Certificate & CertificateList in openapi

    Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
    Alenar and sfauvel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2f895b5 View commit details
    Browse the repository at this point in the history
  5. Upgrade crates & open api versions

    * Mithril-aggregator from `0.5.45` to `0.5.46`
    * Mithril-client-cli from `0.9.6` to `0.9.7`
    * Mithril-common from `0.4.32` to `0.4.33`
    * OpenApi from `0.1.26` to `0.1.27`
    Alenar committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3be9550 View commit details
    Browse the repository at this point in the history