From c2e5af28f081e3c686e9fef16670a3c9c2d44fd8 Mon Sep 17 00:00:00 2001 From: Mario Reggiori Date: Wed, 4 Jan 2023 11:13:02 +0100 Subject: [PATCH] Prepare changelog for v1.5.1 (#152) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d4398..3934b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please add your changelog entry under this comment in the correct category (Security, Fixed, Added, Changed, Deprecated, Removed - in this order). --> +## [1.5.1] - 2023-01-04 + ### Fixed * fix LBaaS VIP discovery fallback @marioreggiori (#151) +### Changes +* various dependency updates + - Bump go.anx.io/go-anxcloud from 0.4.6 to 0.5.0 @dependabot (#145) + - Bump k8s.io/cloud-provider from 0.25.4 to 0.26.0 @dependabot (#147) + - Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 @dependabot (#148) + - Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 @dependabot (#149) + - Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 @dependabot (#150) + ## [1.5.0] - 2022-11-29 ### Added