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

Update Helm release opentelemetry-operator to v0.72.0 #877

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Update Change
opentelemetry-operator (source) minor 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Nov 1, 2024

Manifest diff

Click 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:

Copy link
Contributor

github-actions bot commented Nov 1, 2024

Manifest dyff

Click 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

@renovate renovate bot force-pushed the renovate/opentelemetry-operator-0.x branch from 4cd9cdc to 4e62c69 Compare November 1, 2024 22:21
@renovate renovate bot changed the title Update Helm release opentelemetry-operator to v0.71.3 Update Helm release opentelemetry-operator to v0.72.0 Nov 1, 2024
Copy link
Contributor

github-actions bot commented Nov 1, 2024

Manifest diff

Click 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

Copy link
Contributor

github-actions bot commented Nov 1, 2024

Manifest dyff

Click 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
  

@renovate renovate bot changed the title Update Helm release opentelemetry-operator to v0.72.0 Update Helm release opentelemetry-operator to v0.72.0 - autoclosed Nov 2, 2024
@renovate renovate bot closed this Nov 2, 2024
@renovate renovate bot deleted the renovate/opentelemetry-operator-0.x branch November 2, 2024 20:03
@renovate renovate bot changed the title Update Helm release opentelemetry-operator to v0.72.0 - autoclosed Update Helm release opentelemetry-operator to v0.72.0 Nov 2, 2024
@renovate renovate bot restored the renovate/opentelemetry-operator-0.x branch November 2, 2024 21:10
@renovate renovate bot reopened this Nov 2, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-operator-0.x branch from 4e62c69 to 980e5e1 Compare November 2, 2024 21:10
@walnuts1018 walnuts1018 merged commit c897c6d into main Nov 2, 2024
3 of 4 checks passed
@walnuts1018 walnuts1018 deleted the renovate/opentelemetry-operator-0.x branch November 2, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant