From f287aea7b2bc7fe8d66966a430129964f9053e08 Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Thu, 21 Jul 2022 14:35:46 +0200 Subject: [PATCH] Automated update for release v0.13.4 --- charts/metallb/Chart.lock | 6 +++--- charts/metallb/Chart.yaml | 6 +++--- charts/metallb/charts/crds/Chart.yaml | 4 ++-- config/controllers/controller.yaml | 2 +- config/controllers/speaker.yaml | 2 +- config/manifests/metallb-frr.yaml | 4 ++-- config/manifests/metallb-native.yaml | 4 ++-- internal/version/version.go | 2 +- website/content/_header.md | 2 +- website/content/community/_index.md | 2 +- website/content/community/maintainers.md | 2 +- website/content/configuration/_index.md | 2 +- website/content/installation/_index.md | 8 ++++---- website/content/release-notes/_index.md | 4 ---- 14 files changed, 23 insertions(+), 27 deletions(-) diff --git a/charts/metallb/Chart.lock b/charts/metallb/Chart.lock index 9d129ac1854..89fea43ef6f 100644 --- a/charts/metallb/Chart.lock +++ b/charts/metallb/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: crds repository: "" - version: 0.13.3 -digest: sha256:cc0eef59d88d6014f05a995057e71c430fc1e93b348cacd5e7f9ee53a85bc145 -generated: "2022-07-07T14:39:58.279306247+02:00" + version: 0.13.4 +digest: sha256:6fbc788274c6814410c3546888d4294ecac8f4aea1f61e25503bbb16f971ece4 +generated: "2022-07-21T14:35:42.980941375+02:00" diff --git a/charts/metallb/Chart.yaml b/charts/metallb/Chart.yaml index f6501a9235a..e78100ca874 100644 --- a/charts/metallb/Chart.yaml +++ b/charts/metallb/Chart.yaml @@ -8,7 +8,7 @@ icon: https://metallb.universe.tf/images/logo/metallb-white.png dependencies: - name: crds condition: crds.enabled - version: 0.13.3 + version: 0.13.4 # A chart can be either an 'application' or a 'library' chart. # @@ -24,10 +24,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) # NOTE: this value is updated by the metallb release process -version: 0.13.3 +version: 0.13.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # NOTE: this value is updated by the metallb release process -appVersion: v0.13.3 +appVersion: v0.13.4 diff --git a/charts/metallb/charts/crds/Chart.yaml b/charts/metallb/charts/crds/Chart.yaml index af1c2645050..b61ee2f2374 100644 --- a/charts/metallb/charts/crds/Chart.yaml +++ b/charts/metallb/charts/crds/Chart.yaml @@ -20,10 +20,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) # NOTE: this value is updated by the metallb release process -version: 0.13.3 +version: 0.13.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # NOTE: this value is updated by the metallb release process -appVersion: v0.13.3 +appVersion: v0.13.4 diff --git a/config/controllers/controller.yaml b/config/controllers/controller.yaml index 9db0376c36d..09567bb562e 100644 --- a/config/controllers/controller.yaml +++ b/config/controllers/controller.yaml @@ -29,7 +29,7 @@ spec: value: memberlist - name: METALLB_DEPLOYMENT value: controller - image: quay.io/metallb/controller:v0.13.3 + image: quay.io/metallb/controller:v0.13.4 name: controller ports: - containerPort: 7472 diff --git a/config/controllers/speaker.yaml b/config/controllers/speaker.yaml index 6199e4f2274..35d2bec3a0c 100644 --- a/config/controllers/speaker.yaml +++ b/config/controllers/speaker.yaml @@ -48,7 +48,7 @@ spec: secretKeyRef: name: memberlist key: secretkey - image: quay.io/metallb/speaker:v0.13.3 + image: quay.io/metallb/speaker:v0.13.4 name: speaker ports: - containerPort: 7472 diff --git a/config/manifests/metallb-frr.yaml b/config/manifests/metallb-frr.yaml index 96cd2a5a140..453767430e7 100644 --- a/config/manifests/metallb-frr.yaml +++ b/config/manifests/metallb-frr.yaml @@ -1683,7 +1683,7 @@ spec: value: memberlist - name: METALLB_DEPLOYMENT value: controller - image: quay.io/metallb/controller:v0.13.3 + image: quay.io/metallb/controller:v0.13.4 livenessProbe: failureThreshold: 3 httpGet: @@ -1840,7 +1840,7 @@ spec: secretKeyRef: key: secretkey name: memberlist - image: quay.io/metallb/speaker:v0.13.3 + image: quay.io/metallb/speaker:v0.13.4 livenessProbe: failureThreshold: 3 httpGet: diff --git a/config/manifests/metallb-native.yaml b/config/manifests/metallb-native.yaml index 6ea6eca41f0..ee65e04702c 100644 --- a/config/manifests/metallb-native.yaml +++ b/config/manifests/metallb-native.yaml @@ -1583,7 +1583,7 @@ spec: value: memberlist - name: METALLB_DEPLOYMENT value: controller - image: quay.io/metallb/controller:v0.13.3 + image: quay.io/metallb/controller:v0.13.4 livenessProbe: failureThreshold: 3 httpGet: @@ -1679,7 +1679,7 @@ spec: secretKeyRef: key: secretkey name: memberlist - image: quay.io/metallb/speaker:v0.13.3 + image: quay.io/metallb/speaker:v0.13.4 livenessProbe: failureThreshold: 3 httpGet: diff --git a/internal/version/version.go b/internal/version/version.go index 3cf104ab595..611d771c742 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -8,7 +8,7 @@ import ( ) var ( - version = "0.13.3" + version = "0.13.4" gitCommit string // Provided by ldflags during build gitBranch string // Provided by ldflags during build ) diff --git a/website/content/_header.md b/website/content/_header.md index de949557202..b5b5e45d570 100644 --- a/website/content/_header.md +++ b/website/content/_header.md @@ -1,5 +1,5 @@ --- --- -MetalLB v0.13.3 +MetalLB v0.13.4

diff --git a/website/content/community/_index.md b/website/content/community/_index.md index 93d9dbd4b2d..dbbb7fe46dc 100644 --- a/website/content/community/_index.md +++ b/website/content/community/_index.md @@ -59,7 +59,7 @@ information on using pull requests. By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the -contribution. See the [DCO](https://github.com/metallb/metallb/blob/v0.13.3/DCO) +contribution. See the [DCO](https://github.com/metallb/metallb/blob/v0.13.4/DCO) file for details. ## Code organization diff --git a/website/content/community/maintainers.md b/website/content/community/maintainers.md index 629c55d2113..dc756cea43a 100644 --- a/website/content/community/maintainers.md +++ b/website/content/community/maintainers.md @@ -10,7 +10,7 @@ MetalLB development and maintenance is led by a team of current maintainers. MetalLB maintainers are participants in the project with the ability to approve changes to the MetalLB code base. The current list of maintainers can be found in the [MetalLB CODEOWNERS -file](https://github.com/metallb/metallb/blob/v0.13.3/CODEOWNERS). +file](https://github.com/metallb/metallb/blob/v0.13.4/CODEOWNERS). ## Maintainer Expectations diff --git a/website/content/configuration/_index.md b/website/content/configuration/_index.md index 52234739fc0..0ff9a220de4 100644 --- a/website/content/configuration/_index.md +++ b/website/content/configuration/_index.md @@ -8,7 +8,7 @@ creating and deploying various resources into **the same namespace** (metallb-system) MetalLB is deployed into. There are various examples of the configuration CRs in -[`configsamples`](https://raw.githubusercontent.com/metallb/metallb/v0.13.3/configsamples). +[`configsamples`](https://raw.githubusercontent.com/metallb/metallb/v0.13.4/configsamples). Also, the API is [fully documented here](../apis/_index.md). diff --git a/website/content/installation/_index.md b/website/content/installation/_index.md index c9b13f0102c..0ab69eed70d 100644 --- a/website/content/installation/_index.md +++ b/website/content/installation/_index.md @@ -59,14 +59,14 @@ kubectl apply -f - -n kube-system To install MetalLB, apply the manifest: ```bash -kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.3/config/manifests/metallb-native.yaml +kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.4/config/manifests/metallb-native.yaml ``` {{% notice note %}} If you want to deploy MetalLB using the [experimental FRR mode](https://metallb.universe.tf/configuration/#enabling-bfd-support-for-bgp-sessions), apply the manifests: ```bash -kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.3/config/manifests/metallb-frr.yaml +kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.4/config/manifests/metallb-frr.yaml ``` Please do note that these manifests deploy MetalLB from the main development branch. We highly encourage cloud operators to deploy a stable released version of MetalLB on production environments! @@ -101,7 +101,7 @@ In the following example, we are deploying MetalLB with the native bgp implement namespace: metallb-system resources: - - github.com/metallb/metallb/config/native?ref=0.13.0 + - github.com/metallb/metallb/config/native?ref=v0.13.4 ``` In order to deploy the [experimental FRR mode](https://metallb.universe.tf/configuration/#enabling-bfd-support-for-bgp-sessions): @@ -111,7 +111,7 @@ In order to deploy the [experimental FRR mode](https://metallb.universe.tf/confi namespace: metallb-system resources: - - github.com/metallb/metallb/config/frr?ref=main + - github.com/metallb/metallb/config/frr?ref=v0.13.4 ``` ## Installation with Helm diff --git a/website/content/release-notes/_index.md b/website/content/release-notes/_index.md index 0d7ff6c6c70..c00fead857a 100644 --- a/website/content/release-notes/_index.md +++ b/website/content/release-notes/_index.md @@ -22,8 +22,6 @@ to setting the aggregation length and validating it. ([Issue 1495](https://githu [Issue 1521](https://github.com/metallb/metallb/issues/1521), [PR 1522](https://github.com/metallb/metallb/pull/1522)) -This release includes contributions from cyclinder, Federico Paolinelli, Periyasamy Palanisamy, thank you! - ## Version 0.13.3 Bug Fixes: @@ -33,8 +31,6 @@ Bug Fixes: - Helm charts give the permissions to watch communities. This will get rid of the `Failed to watch *v1beta1.Community` log error. ([PR 1487](https://github.com/metallb/metallb/pull/1487)) - Helm charts: add the labelselectors to the webhook service. This solves webhook issues when multiple ([PR 1487](https://github.com/metallb/metallb/pull/1487)) -This release includes contributions from Federico Paolinelli, Joshua Carnes, Lalit Maganti, Philipp Born. Thank you! - ## Version 0.13.2 New Features: