Skip to content

Commit

Permalink
Bump MetalLB
Browse files Browse the repository at this point in the history
This commit bumps MetalLB:
from: eeb320f15b70603ec6b93fe8ec3c290384b8a2a0
website: fix L2Advertisement doc example (2024-12-13)

to:  123811788f040395469c73ea70ad77e8eca80141
Bump frrk8s to 0.0.17 (2025-01-13)

Signed-off-by: github-actions[bot] <[email protected]>
  • Loading branch information
web-flow committed Jan 14, 2025
1 parent dedfed2 commit 72496c0
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 28 deletions.
12 changes: 9 additions & 3 deletions bin/metallb-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,14 @@ spec:
HoldTime is the requested BGP hold time, per RFC4271.
Defaults to 180s.
type: string
interface:
description: |-
Interface is the node interface over which the unnumbered BGP peering will
be established. No API validation takes place as that string value
represents an interface name on the host and if user provides an invalid
value, only the actual BGP session will not be established.
Address and Interface are mutually exclusive and one of them must be specified.
type: string
keepaliveTime:
description: |-
KeepaliveTime is the requested BGP keepalive time, per RFC4271.
Expand Down Expand Up @@ -1147,8 +1155,6 @@ spec:
type: array
type: object
type: object
required:
- address
type: object
type: array
prefixes:
Expand Down Expand Up @@ -4024,7 +4030,7 @@ spec:
- name: DEPLOY_KUBE_RBAC_PROXIES
value: "false"
- name: FRRK8S_IMAGE
value: quay.io/metallb/frr-k8s:v0.0.16
value: quay.io/metallb/frr-k8s:v0.0.17
- name: FRRK8S_EXTERNAL_NAMESPACE
value: frr-k8s-system
- name: OPERATOR_NAMESPACE
Expand Down
6 changes: 3 additions & 3 deletions bindata/deployment/helm/frr-k8s/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: crds
repository: ""
version: 0.0.16
digest: sha256:b54ee64c5e61f1dd38e89efc87ebd1e36cdb7c4dd7c897d9985040dccd713dba
generated: "2024-11-22T11:40:47.152053909+01:00"
version: 0.0.17
digest: sha256:8f233f695efb015d5aaad9bb1e8f8ee0b0b24c13356b15d40b96b40cd7eb2b25
generated: "2025-01-10T10:23:08.228305485+01:00"
4 changes: 2 additions & 2 deletions bindata/deployment/helm/frr-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ kubeVersion: ">= 1.19.0-0"
# 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 frrk8s release process
version: 0.0.16
version: 0.0.17
# 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 frrk8s release process
appVersion: v0.0.16
appVersion: v0.0.17
4 changes: 2 additions & 2 deletions bindata/deployment/helm/frr-k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frr-k8s

![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.16](https://img.shields.io/badge/AppVersion-v0.0.16-informational?style=flat-square)
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.17](https://img.shields.io/badge/AppVersion-v0.0.17-informational?style=flat-square)

A cloud native wrapper of FRR

Expand All @@ -16,7 +16,7 @@ Kubernetes: `>= 1.19.0-0`

| Repository | Name | Version |
|------------|------|---------|
| | crds | 0.0.16 |
| | crds | 0.0.17 |

## Values

Expand Down
6 changes: 3 additions & 3 deletions bindata/deployment/helm/metallb/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.0.0
- name: frr-k8s
repository: https://metallb.github.io/frr-k8s
version: 0.0.16
digest: sha256:ad791f4e4099df79fe2b2f2ac0c462b1d263de64a06a4f3356a262a9077a6763
generated: "2024-11-22T12:44:09.002830722+01:00"
version: 0.0.17
digest: sha256:1e128afb9157c71a2217e88694612ba074fdd2168366d1747b36095d741e4808
generated: "2025-01-10T13:24:27.191428406+01:00"
2 changes: 1 addition & 1 deletion bindata/deployment/helm/metallb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Kubernetes: `>= 1.19.0-0`
| Repository | Name | Version |
|------------|------|---------|
| | crds | 0.0.0 |
| https://metallb.github.io/frr-k8s | frr-k8s | 0.0.16 |
| https://metallb.github.io/frr-k8s | frr-k8s | 0.0.17 |

## Values

Expand Down
4 changes: 4 additions & 0 deletions bindata/deployment/helm/metallb/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{- if and .Values.prometheus.serviceMonitor.enabled .Values.prometheus.podMonitor.enabled }}
{{- fail "prometheus.serviceMonitor.enabled and prometheus.podMonitor.enabled cannot both be set" }}
{{- end }}

{{- if .Values.prometheus.serviceMonitor.enabled }}
{{- if .Values.speaker.enabled }}
apiVersion: monitoring.coreos.com/v1
Expand Down
10 changes: 8 additions & 2 deletions bundle/manifests/frrk8s.metallb.io_frrconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@ spec:
HoldTime is the requested BGP hold time, per RFC4271.
Defaults to 180s.
type: string
interface:
description: |-
Interface is the node interface over which the unnumbered BGP peering will
be established. No API validation takes place as that string value
represents an interface name on the host and if user provides an invalid
value, only the actual BGP session will not be established.
Address and Interface are mutually exclusive and one of them must be specified.
type: string
keepaliveTime:
description: |-
KeepaliveTime is the requested BGP keepalive time, per RFC4271.
Expand Down Expand Up @@ -376,8 +384,6 @@ spec:
type: array
type: object
type: object
required:
- address
type: object
type: array
prefixes:
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/metallb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/metallb/metallb-operator
createdAt: "2024-12-16T10:14:17Z"
createdAt: "2025-01-14T17:11:12Z"
description: An operator for deploying MetalLB on a kubernetes cluster.
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down Expand Up @@ -890,7 +890,7 @@ spec:
- name: DEPLOY_KUBE_RBAC_PROXIES
value: "false"
- name: FRRK8S_IMAGE
value: quay.io/metallb/frr-k8s:v0.0.16
value: quay.io/metallb/frr-k8s:v0.0.17
- name: FRRK8S_EXTERNAL_NAMESPACE
value: frr-k8s-system
- name: OPERATOR_NAMESPACE
Expand Down
10 changes: 8 additions & 2 deletions config/crd/bases/frrk8s.metallb.io_frrconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@ spec:
HoldTime is the requested BGP hold time, per RFC4271.
Defaults to 180s.
type: string
interface:
description: |-
Interface is the node interface over which the unnumbered BGP peering will
be established. No API validation takes place as that string value
represents an interface name on the host and if user provides an invalid
value, only the actual BGP session will not be established.
Address and Interface are mutually exclusive and one of them must be specified.
type: string
keepaliveTime:
description: |-
KeepaliveTime is the requested BGP keepalive time, per RFC4271.
Expand Down Expand Up @@ -375,8 +383,6 @@ spec:
type: array
type: object
type: object
required:
- address
type: object
type: array
prefixes:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ spec:
- name: DEPLOY_KUBE_RBAC_PROXIES
value: "false"
- name: FRRK8S_IMAGE
value: "quay.io/metallb/frr-k8s:v0.0.16"
value: "quay.io/metallb/frr-k8s:v0.0.17"
- name: FRRK8S_EXTERNAL_NAMESPACE
value: "frr-k8s-system"
2 changes: 1 addition & 1 deletion hack/metallb_ref.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eeb320f15b70603ec6b93fe8ec3c290384b8a2a0
123811788f040395469c73ea70ad77e8eca80141
4 changes: 2 additions & 2 deletions pkg/helm/testdata/ocp-metrics-frr-k8s-daemon.golden
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"labels": {
"app": "frr-k8s",
"app.kubernetes.io/managed-by": "Helm",
"app.kubernetes.io/version": "v0.0.16",
"app.kubernetes.io/version": "v0.0.17",
"component": "frr-k8s",
"helm.sh/chart": "frr-k8s-0.0.16"
"helm.sh/chart": "frr-k8s-0.0.17"
},
"name": "frr-k8s",
"namespace": "metallb-test-namespace"
Expand Down
4 changes: 2 additions & 2 deletions pkg/helm/testdata/ocp-metrics-frr-k8s-monitor.golden
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"labels": {
"app": "frr-k8s",
"app.kubernetes.io/managed-by": "Helm",
"app.kubernetes.io/version": "v0.0.16",
"app.kubernetes.io/version": "v0.0.17",
"component": "frr-k8s",
"helm.sh/chart": "frr-k8s-0.0.16"
"helm.sh/chart": "frr-k8s-0.0.17"
},
"name": "frr-k8s-monitor",
"namespace": "metallb-test-namespace"
Expand Down
4 changes: 2 additions & 2 deletions pkg/helm/testdata/ocp-metrics-frr-k8s-webhook.golden
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"labels": {
"app": "frr-k8s",
"app.kubernetes.io/managed-by": "Helm",
"app.kubernetes.io/version": "v0.0.16",
"app.kubernetes.io/version": "v0.0.17",
"component": "frr-k8s-webhook-server",
"helm.sh/chart": "frr-k8s-0.0.16"
"helm.sh/chart": "frr-k8s-0.0.17"
},
"name": "frr-k8s-webhook-server",
"namespace": "metallb-test-namespace"
Expand Down

0 comments on commit 72496c0

Please sign in to comment.