diff --git a/VERSION b/VERSION index 943f9cbc4..f8a696c8d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.1 +1.7.2 diff --git a/changelog.txt b/changelog.txt index dabdacc6a..81c492239 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,13 @@ # Wave changelog +1.7.2 - 29 Apr 2024 +- Improve default container name handling [5325f2b1] +- Improve error reporting [d6058919] +- Prevent accessing to docker config [1c3d08d1] +- Update metric service to get aggregated metrics =(#472) [8ee9309f] +- Update timeout max-rate to 20/2m [af0e4607] +- Use IO executor consistently (#471) [ed57ce28] +- Remove deprecated metrics v1alpha1 (#467) [3da8302d] + 1.7.1 - 23 Apr 2024 - Tune thread pools [93e119ee] [0a5d08e7] - Added null check for container image name (#465) [30a6bdb6]