Bump mosquitto to 2.1.2 and tailscale-operator to v1.94.2 #197

Merged
eblume merged 1 commit from service-review/mosquitto-tailscale-operator into main 2026-02-16 17:14:39 -08:00
5 changed files with 19 additions and 18 deletions
Showing only changes of commit 18b94a92cb - Show all commits

Bump mosquitto to 2.1.2 and tailscale-operator to v1.94.2

First service version review pass: reviewed 11 services total.
- Pin mosquitto from floating :2 tag to 2.1.2
- Bump tailscale k8s-operator and proxy images from v1.94.1 to v1.94.2
- Record 7 up-to-date services in service-versions.yaml
  (prometheus, loki, kube-state-metrics, frigate, alloy-k8s, mosquitto,
  tailscale-operator)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-16 17:12:53 -08:00

View file

@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: mosquitto - name: mosquitto
image: eclipse-mosquitto:2 image: eclipse-mosquitto:2.1.2
ports: ports:
- containerPort: 1883 - containerPort: 1883
name: mqtt name: mqtt

View file

@ -5362,7 +5362,7 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: metadata.uid fieldPath: metadata.uid
image: docker.io/tailscale/k8s-operator:v1.94.1 image: docker.io/tailscale/k8s-operator:v1.94.2
imagePullPolicy: Always imagePullPolicy: Always
name: operator name: operator
volumeMounts: volumeMounts:

View file

@ -18,6 +18,6 @@ spec:
statefulSet: statefulSet:
pod: pod:
tailscaleContainer: tailscaleContainer:
image: docker.io/tailscale/tailscale:v1.94.1 image: docker.io/tailscale/tailscale:v1.94.2
tailscaleInitContainer: tailscaleInitContainer:
image: docker.io/tailscale/tailscale:v1.94.1 image: docker.io/tailscale/tailscale:v1.94.2

View file

@ -0,0 +1 @@
First service version review: pin mosquitto to 2.1.2, bump tailscale-operator to v1.94.2, record 7 reviewed services

View file

@ -16,26 +16,26 @@ services:
- name: prometheus - name: prometheus
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-02-16
current-version: null current-version: "v3.9.1"
upstream-source: https://github.com/prometheus/prometheus/releases upstream-source: https://github.com/prometheus/prometheus/releases
- name: loki - name: loki
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-02-16
current-version: null current-version: "3.6.5"
upstream-source: https://github.com/grafana/loki/releases upstream-source: https://github.com/grafana/loki/releases
- name: kube-state-metrics - name: kube-state-metrics
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-02-16
current-version: null current-version: "v2.18.0"
upstream-source: https://github.com/kubernetes/kube-state-metrics/releases upstream-source: https://github.com/kubernetes/kube-state-metrics/releases
- name: mosquitto - name: mosquitto
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-02-16
current-version: null current-version: "2.1.2"
upstream-source: https://github.com/eclipse/mosquitto/releases upstream-source: https://github.com/eclipse/mosquitto/releases
- name: ntfy - name: ntfy
@ -53,8 +53,8 @@ services:
- name: frigate - name: frigate
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-02-16
current-version: null current-version: "0.16.4"
upstream-source: https://github.com/blakeblackshear/frigate/releases upstream-source: https://github.com/blakeblackshear/frigate/releases
- name: frigate-notify - name: frigate-notify
@ -65,14 +65,14 @@ services:
- name: alloy-k8s - name: alloy-k8s
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-02-16
current-version: null current-version: "v1.13.1"
upstream-source: https://github.com/grafana/alloy/releases upstream-source: https://github.com/grafana/alloy/releases
- name: tailscale-operator - name: tailscale-operator
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-02-16
current-version: null current-version: "v1.94.2"
upstream-source: https://github.com/tailscale/tailscale/releases upstream-source: https://github.com/tailscale/tailscale/releases
# --- ArgoCD Helm charts --- # --- ArgoCD Helm charts ---