Skip to content

Commit

Permalink
chore: update metallb to 0.13.12 and release (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Oct 25, 2023
1 parent 4ce2b0e commit 2a827a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.41.1

- Updated metallb to v0.13.12.

## v0.41.0

- Allow deploying multiple kong addons to the cluster and identifying them by
Expand Down
2 changes: 1 addition & 1 deletion pkg/clusters/addons/metallb/metallb.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (a *Addon) DumpDiagnostics(context.Context, clusters.Cluster) (map[string][
// -----------------------------------------------------------------------------

var (
metalManifest = "https://github.com/metallb/metallb/config/native?ref=v0.13.11&timeout=2m"
metalManifest = "https://github.com/metallb/metallb/config/native?ref=v0.13.12&timeout=2m"
secretKeyLen = 128
)

Expand Down

0 comments on commit 2a827a3

Please sign in to comment.