Skip to content

Commit

Permalink
Prepare changelog for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFox94 committed Nov 29, 2022
1 parent 4a10f2d commit e66ddd9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,24 @@ 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.0] - 2022-11-29

### Added
* Use auto discovery for VIP addresses in auto discovered prefixes
- Engine Addresses tagged with "kubernetes-lb-vip-<cluster name>" will be allocated for Services
- If no tagged Address can be found, fall back to calculating the VIP. This fallback will be removed in the future
- Configured prefixes always use calculated VIPs

### Changes
* (internal) refactor tests for LoadBalancer reconciliation
* various dependency updates
- Bump go.anx.io/go-anxcloud from 0.4.5 to 0.4.6 @dependabot (#126)
- Bump k8s.io/cloud-provider from 0.25.1 to 0.25.4 @dependabot (#125, #132, #141)
- Bump github.com/prometheus/client\_golang from 1.13.0 to 1.14.0 @dependabot (#136, #138)
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 @dependabot (#133)
- Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.5.1 @dependabot (#124, #129, #131, #134, #139, #143)
- Bump github.com/onsi/gomega from 1.20.2 to 1.24.1 @dependabot (#127, #130, #135, #137, #140)

## [1.4.4] - 2022-09-19

### Fixed
Expand Down

0 comments on commit e66ddd9

Please sign in to comment.