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(helm): update chart prometheus-snmp-exporter to 1.8.2 #741

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

Conversation

chii-bot[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Update Change
prometheus-snmp-exporter (source) minor 1.1.0 -> 1.8.2

⚠ Dependency Lookup Warnings ⚠

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


Release Notes

prometheus-community/helm-charts

v1.8.2

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-node-exporter-4.30.1...prometheus-snmp-exporter-1.8.2

v1.8.1

Compare Source

Prometheus SNMP Exporter

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-adapter-4.7.0...prometheus-snmp-exporter-1.8.1

v1.8.0

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-druid-exporter-1.1.0...prometheus-snmp-exporter-1.8.0

v1.7.0

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-node-exporter-4.20.1...prometheus-snmp-exporter-1.7.0

v1.6.0

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-rabbitmq-exporter-1.7.0...prometheus-snmp-exporter-1.6.0

v1.5.0

Compare Source

Prometheus SNMP Exporter

v1.4.1

Compare Source

Prometheus SNMP Exporter

v1.4.0

Compare Source

Prometheus SNMP Exporter

v1.3.0

Compare Source

Prometheus SNMP Exporter

v1.2.1

Compare Source

v1.2.0

Compare Source


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, 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 24, 2022 10:23
@chii-bot chii-bot bot added renovate/helm type/minor size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Aug 24, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 24, 2022

Path: cluster/apps/monitoring/snmp-exporter/apc-ups/helm-release.yaml
Version: 1.1.0 -> 1.8.2

@@ -10,14 +10,14 @@
 app.kubernetes.io/name: prometheus-snmp-exporter
 app.kubernetes.io/instance: prometheus-snmp-exporter
 name: snmp-exporter-apc-ups
- namespace: default
+ namespace:
 ---
 # Source: prometheus-snmp-exporter/templates/role.yaml
 kind: Role
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
 name: snmp-exporter-apc-ups
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -34,7 +34,7 @@
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
 name: snmp-exporter-apc-ups
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -54,7 +54,7 @@
 apiVersion: v1
 metadata:
 name: snmp-exporter-apc-ups
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -76,7 +76,7 @@
 kind: Deployment
 metadata:
 name: snmp-exporter-apc-ups
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -108,7 +108,7 @@
 serviceAccountName: snmp-exporter-apc-ups
 containers:
 - name: snmp-exporter
- image: "prom/snmp-exporter:v0.19.0"
+ image: "prom/snmp-exporter:v0.21.0"
 imagePullPolicy: IfNotPresent
 securityContext:
 readOnlyRootFilesystem: true
@@ -167,9 +167,15 @@
 - sourceLabels: [instance]
 targetLabel: instance
 replacement: 10.75.10.104
+ action: replace
 - sourceLabels: [target]
 targetLabel: target
 replacement: apc-ups-0
+ action: replace
+ relabelings:
+ - sourceLabels:
+ - __param_target
+ targetLabel: instance
 jobLabel: "prometheus-snmp-exporter"
 selector:
 matchLabels:

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 24, 2022

Path: cluster/apps/monitoring/snmp-exporter/brocade/helm-release.yaml
Version: 1.1.0 -> 1.8.2

@@ -10,14 +10,14 @@
 app.kubernetes.io/name: prometheus-snmp-exporter
 app.kubernetes.io/instance: prometheus-snmp-exporter
 name: snmp-exporter-brocade
- namespace: default
+ namespace:
 ---
 # Source: prometheus-snmp-exporter/templates/role.yaml
 kind: Role
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
 name: snmp-exporter-brocade
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -34,7 +34,7 @@
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
 name: snmp-exporter-brocade
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -54,7 +54,7 @@
 apiVersion: v1
 metadata:
 name: snmp-exporter-brocade
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -76,7 +76,7 @@
 kind: Deployment
 metadata:
 name: snmp-exporter-brocade
- namespace: default
+ namespace:
 labels:
 app.kubernetes.io/managed-by: Helm
 app.kubernetes.io/component: metrics
@@ -108,7 +108,7 @@
 serviceAccountName: snmp-exporter-brocade
 containers:
 - name: snmp-exporter
- image: "prom/snmp-exporter:v0.19.0"
+ image: "prom/snmp-exporter:v0.21.0"
 imagePullPolicy: IfNotPresent
 securityContext:
 readOnlyRootFilesystem: true
@@ -166,9 +166,15 @@
 - sourceLabels: [instance]
 targetLabel: instance
 replacement: 10.75.10.1
+ action: replace
 - sourceLabels: [target]
 targetLabel: target
 replacement: brocade-0
+ action: replace
+ relabelings:
+ - sourceLabels:
+ - __param_target
+ targetLabel: instance
 jobLabel: "prometheus-snmp-exporter"
 selector:
 matchLabels:

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 24, 2022

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 0.99s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.13s
✅ YAML prettier 2 0 0.54s
✅ YAML yamllint 2 0 0.14s

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 feat(helm): update chart prometheus-snmp-exporter to 1.2.0 feat(helm): update chart prometheus-snmp-exporter to 1.2.1 Sep 3, 2022
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from 6e1ecc0 to e476d21 Compare September 3, 2022 07:18
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.2.1 feat(helm): update chart prometheus-snmp-exporter to 1.3.0 Feb 14, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from e476d21 to 2597450 Compare February 14, 2023 17:17
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.3.0 feat(helm): update chart prometheus-snmp-exporter to 1.4.0 Feb 26, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from 2597450 to 0db25d8 Compare February 26, 2023 15:16
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.4.0 feat(helm): update chart prometheus-snmp-exporter to 1.4.1 May 25, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from 0db25d8 to 9921629 Compare May 25, 2023 09:15
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.4.1 feat(helm): update chart prometheus-snmp-exporter to 1.5.0 May 26, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from 9921629 to fcb1adb Compare May 26, 2023 12:27
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.5.0 feat(helm): update chart prometheus-snmp-exporter to 1.6.0 Jul 11, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from fcb1adb to 1c391f9 Compare July 11, 2023 08:22
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.6.0 feat(helm): update chart prometheus-snmp-exporter to 1.7.0 Jul 23, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from 1c391f9 to f9f5b8f Compare July 23, 2023 15:14
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.7.0 feat(helm): update chart prometheus-snmp-exporter to 1.8.0 Aug 22, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from f9f5b8f to 557e94c Compare August 22, 2023 14:14
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.8.0 feat(helm): update chart prometheus-snmp-exporter to 1.8.1 Oct 3, 2023
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from 557e94c to 35bd3d4 Compare October 3, 2023 21:14
| datasource | package                  | from  | to    |
| ---------- | ------------------------ | ----- | ----- |
| helm       | prometheus-snmp-exporter | 1.1.0 | 1.8.2 |
| helm       | prometheus-snmp-exporter | 1.1.0 | 1.8.2 |
@chii-bot chii-bot bot changed the title feat(helm): update chart prometheus-snmp-exporter to 1.8.1 feat(helm): update chart prometheus-snmp-exporter to 1.8.2 Feb 14, 2024
@chii-bot chii-bot bot force-pushed the renovate/prometheus-snmp-exporter-1.x branch from 35bd3d4 to 2a3c717 Compare February 14, 2024 22:14
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/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants