Skip to content

Commit

Permalink
Automated update for release v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fedepaol committed Jul 21, 2022
1 parent e72d596 commit f287aea
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 27 deletions.
6 changes: 3 additions & 3 deletions charts/metallb/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions charts/metallb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/metallb/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/controllers/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/controllers/speaker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/manifests/metallb-frr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions config/manifests/metallb-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion website/content/_header.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
---
<img align="left" src="/images/logo/metallb-white.png" width="25%"></img>
MetalLB v0.13.3
MetalLB v0.13.4
<p style="clear: both"></p>
2 changes: 1 addition & 1 deletion website/content/community/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/community/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/content/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
8 changes: 4 additions & 4 deletions website/content/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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):
Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions website/content/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit f287aea

Please sign in to comment.