-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Helm release opentelemetry-operator to v0.72.0 #877
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manifest diffClick to expand--- manifests-base.yaml 2024-11-01 16:58:46.150865190 +0000
+++ manifests-head.yaml 2024-11-01 16:58:46.102864664 +0000
@@ -8696,7 +8696,7 @@
sourceRef:
kind: HelmRepository
name: opentelemetry-operator
- version: 0.71.2
+ version: 0.71.3
install:
crds: CreateReplace
remediation: |
Manifest dyffClick to expand _ __ __
_| |_ _ / _|/ _| between manifests-base.yaml, 844 documents
/ _' | | | | |_| |_ and manifests-head.yaml, 844 documents
| (_| | |_| | _| _|
\__,_|\__, |_| |_| returned one difference
|___/
spec.chart.spec.version (helm.toolkit.fluxcd.io/v2/HelmRelease/opentelemetry-operator-system/opentelemetry-operator)
± value change
- 0.71.2
+ 0.71.3 |
4cd9cdc
to
4e62c69
Compare
Manifest diffClick to expand--- manifests-base.yaml 2024-11-01 22:22:01.950582223 +0000
+++ manifests-head.yaml 2024-11-01 22:22:01.910582197 +0000
@@ -8675,7 +8675,7 @@
sourceRef:
kind: HelmRepository
name: opentelemetry-operator
- version: 0.71.2
+ version: 0.72.0
install:
crds: CreateReplace
remediation:
@@ -69850,6 +69850,19 @@
properties:
endpoint:
type: string
+ tls:
+ properties:
+ ca_file:
+ type: string
+ cert_file:
+ type: string
+ configMapName:
+ type: string
+ key_file:
+ type: string
+ secretName:
+ type: string
+ type: object
type: object
go:
properties:
@@ -70984,7 +70997,7 @@
- --enable-leader-election
- --health-probe-addr=:8081
- --webhook-port=9443
- - --collector-image=otel/opentelemetry-collector-k8s:0.110.0
+ - --collector-image=otel/opentelemetry-collector-k8s:0.111.0
- --enable-go-instrumentation=true
- --enable-nginx-instrumentation=true
command:
@@ -70992,7 +71005,7 @@
env:
- name: ENABLE_WEBHOOKS
value: "true"
- image: "ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.110.0"
+ image: "ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.111.0"
livenessProbe:
httpGet:
path: /healthz |
Manifest dyffClick to expand _ __ __
_| |_ _ / _|/ _| between manifests-base.yaml, 790 documents
/ _' | | | | |_| |_ and manifests-head.yaml, 790 documents
| (_| | |_| | _| _|
\__,_|\__, |_| |_| returned four differences
|___/
spec.chart.spec.version (helm.toolkit.fluxcd.io/v2/HelmRelease/opentelemetry-operator-system/opentelemetry-operator)
± value change
- 0.71.2
+ 0.72.0
spec.versions.v1alpha1.schema.openAPIV3Schema.properties.spec.properties.exporter.properties (apiextensions.k8s.io/v1/CustomResourceDefinition/instrumentations.opentelemetry.io)
+ one map entry added:
tls:
type: object
properties:
ca_file:
type: string
cert_file:
type: string
configMapName:
type: string
key_file:
type: string
secretName:
type: string
spec.template.spec.containers.manager.args (apps/v1/Deployment/opentelemetry-operator-system/opentelemetry-operator)
- one list entry removed:
- "--collector-image=otel/opentelemetry-collector-k8s:0.110.0"
+ one list entry added:
- "--collector-image=otel/opentelemetry-collector-k8s:0.111.0"
spec.template.spec.containers.manager.image (apps/v1/Deployment/opentelemetry-operator-system/opentelemetry-operator)
± value change
- ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.110.0
+ ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.111.0
|
4e62c69
to
980e5e1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.71.2
->0.72.0
Release Notes
open-telemetry/opentelemetry-helm-charts (opentelemetry-operator)
v0.72.0
Compare Source
OpenTelemetry Operator Helm chart for Kubernetes
What's Changed
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.71.3...opentelemetry-operator-0.72.0
v0.71.3
Compare Source
OpenTelemetry Operator Helm chart for Kubernetes
What's Changed
New Contributors
Full Changelog: open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.71.2...opentelemetry-operator-0.71.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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.