mirror of https://github.com/status-im/consul.git
docs: Add argo rollouts to 1.19.x release notes (#21363)
* Update v1_19_x.mdx * Update website/content/docs/release-notes/consul/v1_19_x.mdx * Update v1_5_x.mdx --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
This commit is contained in:
parent
596a4cd4c5
commit
a04cc5aeae
|
@ -17,6 +17,8 @@ We are pleased to announce the following Consul updates.
|
|||
|
||||
- **v2 catalog API deprecation**: Consul introduced an experimental v2 Catalog API in v1.17.0. This API supported multi-port Service configurations on Kubernetes, and it was made available for testing and development purposes. The v2 catalog and its support for multiport Kubernetes Services were deprecated in the v1.19.0 release.
|
||||
|
||||
- **Argo Rollouts Plugin**: A new Argo Rollouts plugin for progressive delivery is now available for `consul-k8s`. This plugin supports canary deployments by allowing you to incrementally release and test new versions of applications and roll back to previous versions by splitting traffic between subsets of services. Refer to [Argo Rollouts Progressive Delivery with Consul on Kubernetes](/consul/docs/k8s/deployment-configurations/argo-rollouts-configuration) for more information.
|
||||
|
||||
## Supported software
|
||||
|
||||
This version of Consul on Kubernetes supports the following software versions:
|
||||
|
|
|
@ -23,6 +23,8 @@ We are pleased to announce the following Consul updates.
|
|||
|
||||
Consul on Kubernetes deployments that use `consul-k8s` Helm chart v1.5.0 or later use file system certificates without additional configuration. For more information, refer to [File system certificate configuration reference](/consul/docs/connect/config-entries/file-system-certificate).
|
||||
|
||||
- **Argo Rollouts Plugin**: A new Argo Rollouts plugin for progressive delivery is now available for `consul-k8s`. This plugin supports canary deployments by allowing you to incrementally release and test new versions of applications and roll back to previous versions by splitting traffic between subsets of services. Refer to [Argo Rollouts Progressive Delivery with Consul on Kubernetes](/consul/docs/k8s/deployment-configurations/argo-rollouts-configuration) for more information.
|
||||
|
||||
## What's deprecated
|
||||
|
||||
- **Snapshot Agent (Enterprise):** Starting with this release, top level single snapshot destinations `local_storage`, `aws_storage`, `azure_blob_storage`, and `google_storage` in snapshot agent configuration files are deprecated. Use the [`backup_destinations`](/consul/commands/snapshot/agent#config-file) config object instead.
|
||||
|
|
Loading…
Reference in New Issue