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

Yamlgen: Upgrade to serde-yaml 0.9 #334

Merged
merged 1 commit into from Nov 21, 2022

Commits on Nov 18, 2022

  1. Yamlgen: Upgrade to serde-yaml 0.9

    - Captures formatting changes introduced in new versions of serde.
    - Adds `---` delimiters explicitly when generating yaml manifest since
      serde-yaml no longer includes those.
    - Upgrades schemars to 0.8.11 which no longer breaks enum serialization
      when combined with kube-rs 0.76
    - Removes outdated kube-rs ignore in deny.toml
    - Adds a dump of the git diff in the "Evaluate git clean" GitHub action
      in order to see what's changed directly from the action failure.
    
    Signed-off-by: John McBride <jpmmcb@amazon.com>
    jpmcb committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0c95771 View commit details
    Browse the repository at this point in the history