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 group #706

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Aug 4, 2022

This PR contains the following updates:

Package Update Change
quay.io/thanos/thanos minor v0.27.0 -> v0.37.2
thanos (source) minor 11.1.2 -> 11.6.8

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

bitnami/charts

v11.6.8

v11.6.7

v11.6.6

v11.6.5

v11.6.4

v11.6.3

v11.6.2

v11.6.1

v11.6.0

v11.5.10

v11.5.9

  • [bitnami/thanos] Fix documentation for ruler.alertmanagersConfig and ruler.alertmanagers (#​13359) (5fb0f61), closes #​13359

v11.5.8

v11.5.7

v11.5.6

v11.5.5

v11.5.4

v11.5.3

  • [bitnami/thanos] Release 11.5.3 updating components versions (c21634b)

v11.5.2

v11.5.1

v11.5.0

v11.4.1

v11.4.0

  • [bitnami/thanos] Allowed to add labels to query-frontend service and storegateway PVC (#​11549) (2da04d4), closes #​11549

v11.3.1

  • [bitnami/thanos] Release 11.3.1 updating components versions (9869e75)

v11.3.0

v11.2.2

v11.2.1

v11.2.0

v11.1.4

  • [bitnami/thanos] Release 11.1.4 updating components versions (1765142)

v11.1.3


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot bot requested a review from toboshii as a code owner August 4, 2022 22:17
@chii-bot chii-bot bot added renovate/helm type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Aug 4, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 4, 2022

Path: cluster/apps/monitoring/thanos/helm-release.yaml
Version: 11.1.2 -> 11.6.8

@@ -314,7 +314,7 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: bucketweb
 annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
 spec:
 serviceAccount: thanos-bucketweb
 automountServiceAccountToken: true
@@ -327,15 +327,13 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: bucketweb
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 nodeAffinity:
 securityContext:
 fsGroup: 1001
 containers:
 - name: bucketweb
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -365,6 +363,7 @@
 httpGet:
 path: /-/healthy
 port: http
+ scheme: HTTP
 readinessProbe:
 failureThreshold: 6
 initialDelaySeconds: 30
@@ -374,6 +373,7 @@
 httpGet:
 path: /-/ready
 port: http
+ scheme: HTTP
 resources:
 limits: {}
 requests: {}
@@ -413,7 +413,7 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: compactor
 annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
 spec:
 serviceAccount: thanos-compactor
 automountServiceAccountToken: true
@@ -427,8 +427,6 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: compactor
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 weight: 1
 nodeAffinity:
@@ -436,7 +434,7 @@
 fsGroup: 1001
 containers:
 - name: compactor
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -470,6 +468,7 @@
 httpGet:
 path: /-/healthy
 port: http
+ scheme: HTTP
 readinessProbe:
 failureThreshold: 6
 initialDelaySeconds: 30
@@ -479,6 +478,7 @@
 httpGet:
 path: /-/ready
 port: http
+ scheme: HTTP
 resources:
 limits: {}
 requests: {}
@@ -535,8 +535,6 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: query
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 weight: 1
 nodeAffinity:
@@ -544,7 +542,7 @@
 fsGroup: 1001
 containers:
 - name: query
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -577,6 +575,7 @@
 httpGet:
 path: /-/healthy
 port: http
+ scheme: HTTP
 readinessProbe:
 failureThreshold: 6
 initialDelaySeconds: 30
@@ -586,6 +585,7 @@
 httpGet:
 path: /-/ready
 port: http
+ scheme: HTTP
 resources:
 limits: {}
 requests: {}
@@ -622,8 +622,8 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: ruler
 annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
- checksum/ruler-configuration: 8e1d8f4911a1e93eeb6076775ededc064ce389a57580291c958bbc623b1858fc
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
+ checksum/ruler-configuration: 7afcad4879bbb799b132d7e34633031899e8cf18d4ad6762b1b08fbec4111f11
 spec:
 serviceAccount: thanos-ruler
 automountServiceAccountToken: true
@@ -636,15 +636,13 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: ruler
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 nodeAffinity:
 securityContext:
 fsGroup: 1001
 containers:
 - name: ruler
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -688,6 +686,7 @@
 httpGet:
 path: /-/healthy
 port: http
+ scheme: HTTP
 readinessProbe:
 failureThreshold: 6
 initialDelaySeconds: 30
@@ -697,6 +696,7 @@
 httpGet:
 path: /-/ready
 port: http
+ scheme: HTTP
 resources:
 limits: {}
 requests: {}
@@ -755,7 +755,7 @@
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: storegateway
 annotations:
- checksum/ojbstore-configuration: 0b890f19ba31e0ad26c4d4b967083a9da02bd790fdfb56cda1af0ed7e24ab6ce
+ checksum/objstore-configuration: a93da925c3c359a7dc21156a96e83bec545b7769f9fc941080d74a9a8b72025a
 spec:
 serviceAccount: thanos-storegateway
 automountServiceAccountToken: true
@@ -768,15 +768,13 @@
 app.kubernetes.io/name: thanos
 app.kubernetes.io/instance: thanos
 app.kubernetes.io/component: storegateway
- namespaces:
- - "default"
 topologyKey: kubernetes.io/hostname
 nodeAffinity:
 securityContext:
 fsGroup: 1001
 containers:
 - name: storegateway
- image: docker.io/bitnami/thanos:0.27.0-scratch-r5
+ image: docker.io/bitnami/thanos:0.30.1-scratch-r0
 imagePullPolicy: "IfNotPresent"
 securityContext:
 allowPrivilegeEscalation: false
@@ -807,6 +805,7 @@
 httpGet:
 path: /-/healthy
 port: http
+ scheme: HTTP
 readinessProbe:
 failureThreshold: 6
 initialDelaySeconds: 30
@@ -816,6 +815,7 @@
 httpGet:
 path: /-/ready
 port: http
+ scheme: HTTP
 resources:
 limits: {}
 requests: {}

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 4, 2022

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 1.05s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.24s
✅ YAML prettier 2 0 0.71s
✅ YAML yamllint 2 0 0.27s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@chii-bot chii-bot bot force-pushed the renovate/thanos branch from ff11b5a to b3f94e7 Compare August 22, 2022 14:17
@chii-bot chii-bot bot changed the title fix(helm): update chart thanos to 11.1.4 feat(helm): update chart thanos to 11.2.0 Aug 22, 2022
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from b3f94e7 to 9133df1 Compare August 23, 2022 01:57
@chii-bot chii-bot bot changed the title feat(helm): update chart thanos to 11.2.0 feat(helm): update chart thanos to 11.2.1 Aug 23, 2022
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 9133df1 to 5d84bf5 Compare August 24, 2022 01:55
@chii-bot chii-bot bot changed the title feat(helm): update chart thanos to 11.2.1 feat(helm): update chart thanos to 11.2.2 Aug 24, 2022
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 5d84bf5 to d72aff9 Compare August 26, 2022 18:23
@chii-bot chii-bot bot changed the title feat(helm): update chart thanos to 11.2.2 feat(container): update thanos group Aug 26, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 26, 2022

Path: cluster/apps/monitoring/kube-prometheus-stack/helm-release.yaml

@@ -38765,11 +38765,11 @@
 name: kube-prometheus-stack-prometheus-scrape-confg
 key: additional-scrape-configs.yaml
 thanos:
- image: quay.io/thanos/thanos:v0.27.0
+ image: quay.io/thanos/thanos:v0.37.2
 objectStorageConfig:
 key: objstore.yml
 name: thanos-objstore-secret
- version: v0.27.0
+ version: v0.37.2
 portName: http-web
 ---
 # Source: kube-prometheus-stack/templates/prometheus/rules-1.14/alertmanager.rules.yaml

@chii-bot chii-bot bot force-pushed the renovate/thanos branch 3 times, most recently from 357809c to 6ee376a Compare September 2, 2022 17:23
@chii-bot chii-bot bot force-pushed the renovate/thanos branch 3 times, most recently from 5f55295 to 75433d9 Compare September 19, 2022 15:21
@chii-bot chii-bot bot force-pushed the renovate/thanos branch 3 times, most recently from ca00913 to 58d0a1f Compare October 3, 2022 08:29
@chii-bot chii-bot bot force-pushed the renovate/thanos branch 2 times, most recently from fa9e341 to 9614fb9 Compare October 7, 2022 08:29
@chii-bot chii-bot bot force-pushed the renovate/thanos branch 3 times, most recently from 1b70dd7 to 014c2cd Compare November 3, 2022 15:26
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 2cb8f14 to c959f4c Compare January 31, 2023 21:14
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from c959f4c to 766ef6c Compare March 23, 2023 11:14
@github-advanced-security
Copy link

You have successfully added a new Trivy configuration .github/workflows/scan-containers.yaml:scan-containers/containers:docker.io/bitnami/thanos:0.30.1-scratch-r0. As part of the setup process, we have scanned this repository and found 5 existing alerts. Please check the repository Security tab to see all alerts.

@chii-bot chii-bot bot changed the title feat(container): update thanos group feat(container): update image quay.io/thanos/thanos to v0.31.0 Jun 20, 2023
@chii-bot chii-bot bot changed the title feat(container): update image quay.io/thanos/thanos to v0.31.0 feat(container): update thanos group Jun 20, 2023
@chii-bot chii-bot bot force-pushed the renovate/thanos branch 2 times, most recently from d92f759 to 81453c8 Compare August 28, 2023 12:28
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 81453c8 to d8ee64c Compare August 31, 2023 15:15
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 702e984 to 63ae1c9 Compare October 2, 2023 08:19
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 63ae1c9 to a6dfebe Compare October 19, 2023 05:14
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from a6dfebe to 68d7780 Compare December 17, 2023 17:13
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 68d7780 to d9bcac9 Compare January 27, 2024 10:14
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from d9bcac9 to 3478380 Compare February 19, 2024 18:18
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 3478380 to 774094e Compare May 2, 2024 11:13
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 774094e to 38f7534 Compare May 28, 2024 14:14
@chii-bot chii-bot bot changed the title feat(container): update thanos group feat(container): update image quay.io/thanos/thanos to v0.35.1 Jun 17, 2024
@chii-bot chii-bot bot changed the title feat(container): update image quay.io/thanos/thanos to v0.35.1 feat(container): update thanos group Jun 17, 2024
@chii-bot chii-bot bot changed the title feat(container): update thanos group feat(container): update image quay.io/thanos/thanos to v0.35.1 Jun 17, 2024
@chii-bot chii-bot bot changed the title feat(container): update image quay.io/thanos/thanos to v0.35.1 feat(container): update thanos group Jun 17, 2024
@chii-bot chii-bot bot changed the title feat(container): update thanos group feat(container): update image quay.io/thanos/thanos to v0.35.1 Jun 18, 2024
@chii-bot chii-bot bot changed the title feat(container): update image quay.io/thanos/thanos to v0.35.1 feat(container): update thanos group Jun 18, 2024
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 38f7534 to 4204984 Compare July 31, 2024 16:20
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 4204984 to 4357c58 Compare August 13, 2024 12:32
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 4357c58 to 3a165b1 Compare November 25, 2024 12:37
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from 3a165b1 to dff073b Compare December 4, 2024 09:21
| datasource | package               | from    | to      |
| ---------- | --------------------- | ------- | ------- |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.2 |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.2 |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.2 |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.2 |
| helm       | thanos                | 11.1.2  | 11.6.8  |
@chii-bot chii-bot bot force-pushed the renovate/thanos branch from dff073b to 85226a7 Compare December 11, 2024 10:21
@chii-bot chii-bot bot changed the title feat(container): update thanos group feat(container): update image quay.io/thanos/thanos to v0.37.2 Dec 16, 2024
@chii-bot chii-bot bot changed the title feat(container): update image quay.io/thanos/thanos to v0.37.2 feat(container): update thanos group Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants