diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b96af1114..1e3d2a23a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v2.2.0 (Unreleased) +## v2.2.0 (2021-12-14) > [Upgrade instructions](./docs/operator-manual/upgrading/2.1-2.2.md) @@ -32,6 +32,14 @@ as there are no conflicts with other Kubernetes tools, and you can easily instal * Cluster name support in project destinations (#7198) * around 30 more features and a total of 84 bug fixes +## v2.1.7 (2021-12-14) + +- fix: issue with keepalive (#7861) +- fix nil pointer dereference error (#7905) +- fix: env vars to tune cluster cache were broken (#7779) +- fix: upgraded gitops engine to v0.4.2 (fixes #7561) + + ## v2.1.6 (2021-11-16) - fix: don't use revision caching during app creation (#7508) diff --git a/VERSION b/VERSION index ccbccc3dc6..276cbf9e28 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.3.0