-
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
Kubernetes provider 1.0.0 release notes #832
Conversation
releaseNotes/KubernetesProvider.md
Outdated
|
||
### 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed
releaseNotes/KubernetesProvider.md
Outdated
* Rename `keyVaults` to `secret` and put it in the root which is at the same level as `configuration`. | ||
* Rename `secret.auth.vaults` to `secret.auth.keyVaults`. | ||
* Upgrade API version from `v1beta1` to `v1`. | ||
* 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Added *.refresh.enabled
property for dynamic configuration. It defaults to false and is required if data is expected to be refreshed.
releaseNotes/KubernetesProvider.md
Outdated
## 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)): |
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):
releaseNotes/KubernetesProvider.md
Outdated
### 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`. | ||
* 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed ... and moved it to the root, which ...
releaseNotes/KubernetesProvider.md
Outdated
* Rename `keyValues` to `configuration`. | ||
* Rename `keyVaults` to `secret` and put it in the root which is at the same level as `configuration`. | ||
* 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 comment
The 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 v1
.
releaseNotes/KubernetesProvider.md
Outdated
* Renamed `keyValues` to `configuration`. | ||
* Renamed `keyVaults` to `secret` and move it to the root, which is at the same level as `configuration`. | ||
* Renamed `secret.auth.vaults` to `secret.auth.keyVaults`. | ||
* Add `*.refresh.enabled` property for dynamic configuration. It defaults to false and is required if data is expected to be refreshed. |
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.
Added the configuration.refresh.enabled
property. It defaults to false
and must be set to true
for dynamic configuration refresh.
releaseNotes/KubernetesProvider.md
Outdated
@@ -2,6 +2,17 @@ | |||
|
|||
[Image][image] | [Sample][sample] | |||
|
|||
## 1.0.0 - xx xx, 2023 | |||
|
|||
**Released the stable API version `v1`**. |
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.
Release of the stable API version v1
.
No description provided.