Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleforgames/agones
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.47.0
Choose a base ref
...
head repository: googleforgames/agones
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.48.0
Choose a head ref
  • 15 commits
  • 152 files changed
  • 8 contributors

Commits on Feb 12, 2025

  1. Preparation for Release v1.48.0 (#4109)

    * Preparation for Release v1.48.0
    
    * Update version to 1.47.0 and 1.48.0
    0xaravindh authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    7cf11e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34525fe View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Update Helm Schema Validation for topologySpreadConstraints and custo…

    …mCertSecretPath (#4112)
    
    * change type for topologySpreadConstraints and customCertSecretPath from object to list
    
    * change type from object to list for customCertSecretPath and topologySpreadConstraints
    
    * fix list to array
    AliaksandrTsimokhau authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    700b19c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. add metadata to agones webhook autoscaler request (#3957)

    * add metadata to agones webhook autoscaler request
    
    * add feature shortcode for the documentation
    
    * add feature to feature stages
    
    * revert swap of links
    
    * update feature gates to reflect 1.48 instead of 1.47
    
    * use explicit fields for labels/annotations instead of wrapping ObjectMeta
    
    * copy the whole table due to feature gates not printing it correctly
    swermin authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    1e7a8e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

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

Commits on Feb 28, 2025

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

Commits on Mar 10, 2025

  1. fix: bump version of jsonpatch for lossy max int64 (#4090)

    * fix: bump version of jsonpatch for lossy max int64
    
    * feat: bump version of jsonpatch to 2.5.0
    lacroixthomas authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    5703808 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    0e843e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96eb35d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

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

Commits on Mar 13, 2025

  1. Add deprecation notice for older image versions in release template (#…

    …4126)
    
    * chore: add deprecated-public-image-<version> tags to previous versions to mark them as deprecated
    
    - Added tags to signal that previous version images are no longer actively maintained.
    - Updated release template to include deprecation notice for older image versions.
    
    * add deprecated-public-image-<version> tag to previous images and refine docs
    0xaravindh authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    3048c05 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Fix flaky test TestListAutoscalerAllocated (#4130)

    * Fix flaky test TestListAutoscalerAllocated
    
    * Quick fix to prevent tests failing on embark website expired certificate
    igooch authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c7e8e81 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Fix JSON Schema validation for ServiceAccount annotations (#4122)

    * Fix JSON Schema validation for ServiceAccount annotations
    
    - Updated `serviceaccount.*.annotations` schema to allow key-value string pairs.
    - Changed `additionalProperties` from `type: string` to `type: object`.
    - Resolves issue preventing Helm chart installation when annotations are provided.
    - Closes #4119.
    
    * fixes
    
    * fixes
    0xaravindh authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    84e1657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca09802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e4891f View commit details
    Browse the repository at this point in the history
Loading