Skip to content

Conversation

@chandler-solo
Copy link
Contributor

Description

We just added this API, so let's quickly make a breaking change so that it
works as you'd expect. agentgateway's config.yaml files has many top-level
keys, not just config but also, e.g., binds.

Any user broken will need to transform as follows:

Old:

rawConfig:
  key: value

New:

rawConfig:
  config:
    key: value

Change Type

/kind breaking_change

Changelog

AgentgatewayParameters rawConfig breaking change to allow configuring `binds`, e.g., and other things in config.yaml but outside of its `config` section

Additional Notes

We just added this API, so let's quickly make a breaking change so that it
works as you'd expect. agentgateway's config.yaml files has many top-level
keys, not just `config` but also, e.g., `binds`.

Any user broken will need to transform as follows:

Old:
```
rawConfig:
  key: value
```

New:
```
rawConfig:
  config:
    key: value
```

Signed-off-by: David L. Chandler <[email protected]>
Signed-off-by: David L. Chandler <[email protected]>
@chandler-solo chandler-solo added this pull request to the merge queue Dec 15, 2025
Merged via the queue into kgateway-dev:main with commit e6ed208 Dec 15, 2025
31 checks passed
@chandler-solo chandler-solo deleted the chandler/binds branch December 15, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants