-
Notifications
You must be signed in to change notification settings - Fork 73
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
Kubernetes provider 1.0.0 release notes #832
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
[Image][image] | [Sample][sample] | ||
|
||
## 1.0.0 - xx xx, 2023 | ||
|
||
### Breaking Changes | ||
* Schema (more information in [Azure App Configuration Kubernetes Provider reference](https://learn.microsoft.com/en-us/azure/azure-app-configuration/reference-kubernetes-provider?tabs=default)): | ||
* Rename `keyValues` to `configuration`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Renamed |
||
* Rename `keyVaults` to `secret` and put it in the root which is at the same level as `configuration`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Renamed ... and moved it to the root, which ... |
||
* Rename `secret.auth.vaults` to `secret.auth.keyVaults`. | ||
* Upgrade API version from `v1beta1` to `v1`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we move this up before the breaking change? Released the stable API version |
||
* Add `*.refresh.enabled` property for dynamic configuration. It's required if data is expected to be refreshed. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added |
||
|
||
## 1.0.0-preview4 - September 14, 2023 | ||
|
||
### New Features | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Schema update (see [Azure App Configuration Kubernetes Provider reference](https://learn.microsoft.com/azure/azure-app-configuration/reference-kubernetes-provider) for the complete schema):