diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 46ab9e93..c6073215 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # FRRK8s Release Notes +## Release v0.0.2 + +Helm charts: flip the prometheus service monitor default to false. Service Monitor should be opt-in for those users that have +the prometheus operator deployed. + ## Release v0.0.1 -First release! \ No newline at end of file +First release! diff --git a/charts/frr-k8s/Chart.lock b/charts/frr-k8s/Chart.lock index 612ff7b5..4709b18e 100644 --- a/charts/frr-k8s/Chart.lock +++ b/charts/frr-k8s/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: crds repository: "" - version: 0.0.1 -digest: sha256:eada35ade10b2e420bcff49387a38c1d75d4841081f7630e5e1f5dd5fe6390c5 -generated: "2023-11-27T12:52:49.94230632+01:00" + version: 0.0.2 +digest: sha256:515737a2e3a203cf38a49658f8028098c41ca08a77c0bced32d791a0a5a0f695 +generated: "2023-12-01T13:51:34.326540207+01:00" diff --git a/charts/frr-k8s/Chart.yaml b/charts/frr-k8s/Chart.yaml index b47e1bab..8b91a20e 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.1 + version: 0.0.2 # 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.1 +version: 0.0.2 # 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.1 +appVersion: v0.0.2 diff --git a/charts/frr-k8s/README.md b/charts/frr-k8s/README.md index 116d38a8..fbcee532 100644 --- a/charts/frr-k8s/README.md +++ b/charts/frr-k8s/README.md @@ -1,6 +1,6 @@ # frr-k8s -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.2](https://img.shields.io/badge/AppVersion-v0.0.2-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.1 | +| | crds | 0.0.2 | ## Values diff --git a/charts/frr-k8s/charts/crds/Chart.yaml b/charts/frr-k8s/charts/crds/Chart.yaml index 11bbc359..8864a26e 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.1 +version: 0.0.2 # 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.1 +appVersion: v0.0.2 diff --git a/config/all-in-one/frr-k8s-prometheus.yaml b/config/all-in-one/frr-k8s-prometheus.yaml index f7469c45..3458e908 100644 --- a/config/all-in-one/frr-k8s-prometheus.yaml +++ b/config/all-in-one/frr-k8s-prometheus.yaml @@ -898,7 +898,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1054,7 +1054,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1180,7 +1180,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1189,7 +1189,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 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 58f973ba..31ba4177 100644 --- a/config/all-in-one/frr-k8s.yaml +++ b/config/all-in-one/frr-k8s.yaml @@ -867,7 +867,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1023,7 +1023,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1149,7 +1149,7 @@ spec: - /bin/sh - -c - cp -f /frr-reloader.sh /etc/frr_reloader/ - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 name: cp-reloader volumeMounts: - mountPath: /etc/frr_reloader @@ -1158,7 +1158,7 @@ spec: - /bin/sh - -c - cp -f /frr-metrics /etc/frr_metrics/ - image: quay.io/metallb/frr-k8s:v0.0.1 + image: quay.io/metallb/frr-k8s:v0.0.2 name: cp-metrics volumeMounts: - mountPath: /etc/frr_metrics diff --git a/config/frr-k8s/kustomization.yaml b/config/frr-k8s/kustomization.yaml index e45cf3f7..b0bbe161 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.1 + newTag: v0.0.2 namespace: frr-k8s-system