diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9594e72c..48125659 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # FRRK8s Release Notes -## Release v0.0.7 +## Release v0.0.8 ### Features diff --git a/charts/frr-k8s/Chart.lock b/charts/frr-k8s/Chart.lock index 1feec2b2..882f5945 100644 --- a/charts/frr-k8s/Chart.lock +++ b/charts/frr-k8s/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: crds repository: "" - version: 0.0.7 -digest: sha256:b9b6d9d7e5040749347eb4f790794187f66e57c3fa15e1321806ce2a43dcb14a -generated: "2024-01-23T17:44:47.513549662+01:00" + version: 0.0.8 +digest: sha256:7efb8664deb296dbc6bc1311922b9b9203ec7c7611a07c7014e4aa92320f947b +generated: "2024-01-24T09:35:01.567823358+01:00" diff --git a/charts/frr-k8s/Chart.yaml b/charts/frr-k8s/Chart.yaml index 1e7b5d2a..594a978b 100644 --- a/charts/frr-k8s/Chart.yaml +++ b/charts/frr-k8s/Chart.yaml @@ -8,7 +8,7 @@ icon: https://metallb.universe.tf/images/logo/metallb-white.png dependencies: - name: crds condition: crds.enabled - version: 0.0.7 + version: 0.0.8 # A chart can be either an 'application' or a 'library' chart. # @@ -29,10 +29,10 @@ 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.7 +version: 0.0.8 # 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.7 +appVersion: v0.0.8 diff --git a/charts/frr-k8s/README.md b/charts/frr-k8s/README.md index 602bce09..fe401883 100644 --- a/charts/frr-k8s/README.md +++ b/charts/frr-k8s/README.md @@ -1,6 +1,6 @@ # frr-k8s -![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.7](https://img.shields.io/badge/AppVersion-v0.0.7-informational?style=flat-square) +![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.8](https://img.shields.io/badge/AppVersion-v0.0.8-informational?style=flat-square) A cloud native wrapper of FRR @@ -16,7 +16,7 @@ Kubernetes: `>= 1.19.0-0` | Repository | Name | Version | |------------|------|---------| -| | crds | 0.0.7 | +| | crds | 0.0.8 | ## Values diff --git a/charts/frr-k8s/charts/crds/Chart.yaml b/charts/frr-k8s/charts/crds/Chart.yaml index 923660f6..4e6e1850 100644 --- a/charts/frr-k8s/charts/crds/Chart.yaml +++ b/charts/frr-k8s/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 frr-k8s release process -version: 0.0.7 +version: 0.0.8 # 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 frr-k8s release process -appVersion: v0.0.7 +appVersion: v0.0.8 diff --git a/config/all-in-one/frr-k8s-prometheus.yaml b/config/all-in-one/frr-k8s-prometheus.yaml index 65ac5d8e..c9abc124 100644 --- a/config/all-in-one/frr-k8s-prometheus.yaml +++ b/config/all-in-one/frr-k8s-prometheus.yaml @@ -899,7 +899,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1055,7 +1055,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1181,7 +1181,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1190,7 +1190,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 name: cp-metrics volumeMounts: - mountPath: /etc/frr_metrics diff --git a/config/all-in-one/frr-k8s.yaml b/config/all-in-one/frr-k8s.yaml index 7f0873a0..d69a2f90 100644 --- a/config/all-in-one/frr-k8s.yaml +++ b/config/all-in-one/frr-k8s.yaml @@ -868,7 +868,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1024,7 +1024,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1150,7 +1150,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1159,7 +1159,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.7 + image: quay.io/metallb/frr-k8s:v0.0.8 name: cp-metrics volumeMounts: - mountPath: /etc/frr_metrics diff --git a/config/frr-k8s/kustomization.yaml b/config/frr-k8s/kustomization.yaml index cc1539af..d13b81d6 100644 --- a/config/frr-k8s/kustomization.yaml +++ b/config/frr-k8s/kustomization.yaml @@ -6,5 +6,5 @@ kind: Kustomization images: - name: controller newName: quay.io/metallb/frr-k8s - newTag: v0.0.7 + newTag: v0.0.8 namespace: frr-k8s-system