open-nomad/.changelog/15541.txt
Jorge Marey d1c9aad762
Rename fields on proxyConfig (#15541)
* Change api Fields for expose and paths

* Add changelog entry

* changelog: add deprecation notes about connect fields

* api: minor style tweaks

---------

Co-authored-by: Seth Hoenig <shoenig@duck.com>
2023-01-30 09:31:16 -06:00

12 lines
392 B
Plaintext

```release-note:bug
api: Fixed a bug where exposeConfig field was not provided correctly when getting the jobs via the API
```
```release-note:deprecation
api: The connect `ConsulProxy.ExposeConfig` field is deprecated in favor of `ConsulProxy.Expose`
```
```release-note:deprecation
api: The connect `ConsulExposeConfig.Path` field is deprecated in favor of `ConsulExposeConfig.Paths`
```