From a7446aa1b644e3b955071a48c565dab874256b16 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 25 Jun 2024 09:22:47 -0700 Subject: [PATCH] Backport of docs: Add argo rollouts to 1.19.x release notes into release/1.19.x (#21367) * backport of commit c4cfcb3c96b6d9e97149a9202564de599cc21615 * backport of commit 227227942cf80f91720255d48542dd32b16dc200 * backport of commit e325eebba92084d1d37a6dff1d94915605c661d6 --------- Co-authored-by: David Yu --- website/content/docs/release-notes/consul-k8s/v1_5_x.mdx | 2 ++ website/content/docs/release-notes/consul/v1_19_x.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/website/content/docs/release-notes/consul-k8s/v1_5_x.mdx b/website/content/docs/release-notes/consul-k8s/v1_5_x.mdx index e2010670db..005a21df37 100644 --- a/website/content/docs/release-notes/consul-k8s/v1_5_x.mdx +++ b/website/content/docs/release-notes/consul-k8s/v1_5_x.mdx @@ -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: diff --git a/website/content/docs/release-notes/consul/v1_19_x.mdx b/website/content/docs/release-notes/consul/v1_19_x.mdx index aa6b6f57ab..825298e3d6 100644 --- a/website/content/docs/release-notes/consul/v1_19_x.mdx +++ b/website/content/docs/release-notes/consul/v1_19_x.mdx @@ -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.