Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update thanos (12.20.4 β†’ 12.21.0) #1711

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Jan 16, 2024

This PR contains the following updates:

Package Update Change
thanos (source) minor 12.20.4 -> 12.21.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bot-blake bot-blake bot requested a review from buroa as a code owner January 16, 2024 13:07
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Jan 16, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Jan 16, 2024

--- kubernetes/apps/monitoring/thanos/app Kustomization: flux-system/cluster-apps-thanos HelmRelease: monitoring/thanos

+++ kubernetes/apps/monitoring/thanos/app Kustomization: flux-system/cluster-apps-thanos HelmRelease: monitoring/thanos

@@ -12,13 +12,13 @@

     spec:
       chart: thanos
       sourceRef:
         kind: HelmRepository
         name: bitnami-charts
         namespace: flux-system
-      version: 12.20.4
+      version: 12.21.0
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Jan 16, 2024

--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb

+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-bucketweb

@@ -23,13 +23,13 @@

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: bucketweb
       annotations:
-        checksum/objstore-configuration: 574bf7981ea5cb980053de9066d75b5f90a6f7e7f73e5754b7b790d95160fd09
+        checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
     spec:
       serviceAccountName: thanos-bucketweb
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -42,12 +42,15 @@

                   app.kubernetes.io/component: bucketweb
               topologyKey: kubernetes.io/hostname
             weight: 1
         nodeAffinity: null
       securityContext:
         fsGroup: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
       containers:
       - name: bucketweb
         image: quay.io/thanos/thanos:v0.33.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
@@ -55,12 +58,13 @@

             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         args:
         - tools
         - bucket
         - web
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor

+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-compactor

@@ -23,13 +23,13 @@

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: compactor
       annotations:
-        checksum/objstore-configuration: 574bf7981ea5cb980053de9066d75b5f90a6f7e7f73e5754b7b790d95160fd09
+        checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
     spec:
       serviceAccountName: thanos-compactor
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -42,12 +42,15 @@

                   app.kubernetes.io/component: compactor
               topologyKey: kubernetes.io/hostname
             weight: 1
         nodeAffinity: null
       securityContext:
         fsGroup: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
       containers:
       - name: compactor
         image: quay.io/thanos/thanos:v0.33.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
@@ -55,12 +58,13 @@

             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         args:
         - compact
         - --log.level=info
         - --log.format=logfmt
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query-frontend

+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query-frontend

@@ -23,13 +23,13 @@

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: query-frontend
       annotations:
-        checksum/query-frontend-configuration: 626c062ade3159ab8a2014ee0fe28714626a730e00482c036702592260c3c5d2
+        checksum/query-frontend-configuration: c14ec0ec6c45387fe893fda110189d86992adc8bf1fc52fae30070b94c810717
     spec:
       serviceAccountName: thanos-query-frontend
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -42,12 +42,15 @@

                   app.kubernetes.io/component: query-frontend
               topologyKey: kubernetes.io/hostname
             weight: 1
         nodeAffinity: null
       securityContext:
         fsGroup: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
       containers:
       - name: query-frontend
         image: quay.io/thanos/thanos:v0.33.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
@@ -55,12 +58,13 @@

             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         args:
         - query-frontend
         - --log.level=info
         - --log.format=logfmt
--- HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query

+++ HelmRelease: monitoring/thanos Deployment: monitoring/thanos-query

@@ -40,12 +40,15 @@

                   app.kubernetes.io/component: query
               topologyKey: kubernetes.io/hostname
             weight: 1
         nodeAffinity: null
       securityContext:
         fsGroup: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
       containers:
       - name: query
         image: quay.io/thanos/thanos:v0.33.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
@@ -53,12 +56,13 @@

             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         args:
         - query
         - --log.level=info
         - --log.format=logfmt
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler

+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-ruler

@@ -25,14 +25,14 @@

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: ruler
       annotations:
-        checksum/objstore-configuration: 574bf7981ea5cb980053de9066d75b5f90a6f7e7f73e5754b7b790d95160fd09
-        checksum/ruler-configuration: d0b6353425ba35bc8f501aca21a93e33b563ec75a6591012436e4c89b1549f67
+        checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
+        checksum/ruler-configuration: 9e0d8befe80d381fd21f8793c7b7ea5d10d2a0b6872fc25048a848e00dd033aa
     spec:
       serviceAccountName: thanos-ruler
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -45,12 +45,15 @@

                   app.kubernetes.io/component: ruler
               topologyKey: kubernetes.io/hostname
             weight: 1
         nodeAffinity: null
       securityContext:
         fsGroup: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
       containers:
       - name: ruler
         image: quay.io/thanos/thanos:v0.33.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
@@ -58,12 +61,13 @@

             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         args:
         - rule
         - --log.level=info
         - --log.format=logfmt
--- HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway

+++ HelmRelease: monitoring/thanos StatefulSet: monitoring/thanos-storegateway

@@ -25,14 +25,14 @@

       labels:
         app.kubernetes.io/instance: thanos
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: thanos
         app.kubernetes.io/component: storegateway
       annotations:
-        checksum/objstore-configuration: 574bf7981ea5cb980053de9066d75b5f90a6f7e7f73e5754b7b790d95160fd09
-        checksum/storegateway-configuration: 8a57ff4af116d7c2d97e6516a837fa01179e51039243f11e54f841f499daa0e5
+        checksum/objstore-configuration: c7070025f10a120c98f697a63e9ea592ced1e10b4ae8d2de5847ff937816bd93
+        checksum/storegateway-configuration: e882eb5d4c6fad00e867bbcedb96b640d65259052e25071ba999c72dc5724a4a
     spec:
       serviceAccountName: thanos-storegateway
       automountServiceAccountToken: true
       affinity:
         podAffinity: null
         podAntiAffinity:
@@ -45,12 +45,15 @@

                   app.kubernetes.io/component: storegateway
               topologyKey: kubernetes.io/hostname
             weight: 1
         nodeAffinity: null
       securityContext:
         fsGroup: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
       containers:
       - name: storegateway
         image: quay.io/thanos/thanos:v0.33.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
@@ -58,12 +61,13 @@

             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1001
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         args:
         - store
         - --log.level=info
         - --log.format=logfmt

@buroa buroa merged commit 20c7bc3 into master Jan 16, 2024
8 checks passed
@buroa buroa deleted the renovate/thanos-12.x branch January 16, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant