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

Do not remove replica field if set to zero #1305

Merged
merged 2 commits into from
Feb 5, 2020
Merged

Commits on Jan 30, 2020

  1. Do not remove replica field if set to zero

    Starting from Agones v1.2 the replica field was made optional. The API is also tagged with omitempty, meaning for JSON serialization the field is omitted if set to zero. omitempty tag makes the API backward incompatible with Agones v1.1.
    pooneh-m authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    56dc031 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    a1df680 View commit details
    Browse the repository at this point in the history