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.0
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 0.96s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.23s
✅ YAML prettier 2 0 0.73s
✅ YAML yamllint 2 0 0.24s

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 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 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 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 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.0
 objectStorageConfig:
 key: objstore.yml
 name: thanos-objstore-secret
- version: v0.27.0
+ version: v0.37.0
 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
@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 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
| datasource | package               | from    | to      |
| ---------- | --------------------- | ------- | ------- |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.0 |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.0 |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.0 |
| docker     | quay.io/thanos/thanos | v0.27.0 | v0.37.0 |
| helm       | thanos                | 11.1.2  | 11.6.8  |
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