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

Ta update configs to enable mtls #3015

Draft
wants to merge 76 commits into
base: main
Choose a base branch
from

Commits on May 13, 2024

  1. Initial commit

    ItielOlenick committed May 13, 2024
    Configuration menu
    Copy the full SHA
    69b4c63 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    684afbd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    50d568a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (open-telemetry#2953)

    Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/gin-gonic/gin/releases)
    - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
    - [Commits](gin-gonic/gin@v1.9.1...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gin-gonic/gin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    61ba6fc View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/prometheus in the prometheus group (open-t…

    …elemetry#2951)
    
    Bumps the prometheus group with 1 update: [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus).
    
    Updates `github.com/prometheus/prometheus` from 0.51.2 to 0.52.0
    - [Release notes](https://github.com/prometheus/prometheus/releases)
    - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
    - [Commits](prometheus/prometheus@v0.51.2...v0.52.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/prometheus
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prometheus
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f67c7d1 View commit details
    Browse the repository at this point in the history
  3. Support for collector readinessProbe (open-telemetry#2944)

    * enable readiness Probe for otel operator
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * generate CRD and controller changes
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Adjusted code to be similar to Liveness logic
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Generated manifests
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Add changelog
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Fix lint
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Removed readinessProbe from alpha CRD
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Generated manifests
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Fix lint
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    * Centralized probe validation
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    
    ---------
    
    Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
    Co-authored-by: hesam.hamdarsi <hesam.hamdarsi@gmail.com>
    2 people authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ef3e6a4 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/docker/docker (open-telemetry#2954)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.0.1+incompatible to 26.0.2+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v26.0.1...v26.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    62484ae View commit details
    Browse the repository at this point in the history
  5. Added new Log Enconder Config (open-telemetry#2927)

    * Added new Log Enconder Config
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    
    * Added new Log Enconder Config
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    
    * Added new Log Enconder Config
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    
    * Added new Log Enconder Config
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    
    * Added new Log Enconder Config
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    
    * Added new Log Enconder Config
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    
    * Added new Debug doc
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    
    ---------
    
    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    yuriolisa authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    801ca16 View commit details
    Browse the repository at this point in the history
  6. [chore] move VineethReddy02 to emeritus (open-telemetry#2957)

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    dfc7882 View commit details
    Browse the repository at this point in the history
  7. Cleanup cluster roles and bindings (open-telemetry#2938)

    * Fix
    
    Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
    
    * Fix
    
    Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
    
    * Fix
    
    Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
    
    * Fix
    
    Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
    
    * Add test
    
    Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
    
    ---------
    
    Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
    pavolloffay authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c2f569d View commit details
    Browse the repository at this point in the history
  8. Fixed non-expected warnings on TA webhook. (open-telemetry#2962)

    Signed-off-by: Yuri Sa <yurimsa@gmail.com>
    yuriolisa authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7fafce9 View commit details
    Browse the repository at this point in the history
  9. Verify ServiceMonitor and PodMonitor are installed in prom cr availab…

    …ility check (open-telemetry#2964)
    
    * Verify ServiceMonitor and PodMonitor are installed in prom cr availability check
    
    * Added changelog
    akselleirv authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    53c5046 View commit details
    Browse the repository at this point in the history
  10. Bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1 (open-teleme…

    …try#2968)
    
    Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.2.0 to 0.2.1.
    - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
    - [Commits](kyverno/action-install-chainsaw@v0.2.0...v0.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: kyverno/action-install-chainsaw
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f0a2ba9 View commit details
    Browse the repository at this point in the history
  11. Fix labels for Service Monitors (open-telemetry#2878)

    * Create a separate Service Monitor when the Prometheus exporter is present
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Improve changelog
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Fix prometheus-cr E2E test
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Remove unused target
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Add docstring
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Fix typo
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Change the label name
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Change changelog description
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Recover removed labels
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Add missing labels
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    * Remove wrong labels
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    
    ---------
    
    Signed-off-by: Israel Blancas <iblancasa@gmail.com>
    iblancasa authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b314e7f View commit details
    Browse the repository at this point in the history
  12. Prepare release 0.100.0 (open-telemetry#2960)

    * Prepare release 0.100.0
    
    Signed-off-by: Vineeth Pothulapati <vineethpothulapati@outlook.com>
    
    * update the chlog
    
    * update the chlog with open-telemetry#2877 merge
    
    ---------
    
    Signed-off-by: Vineeth Pothulapati <vineethpothulapati@outlook.com>
    VineethReddy02 authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    314d7c1 View commit details
    Browse the repository at this point in the history
  13. [chore] Refactor allocation strategies (open-telemetry#2928)

    * Refactor consistent-hashing strategy
    
    * Refactor per-node strategy
    
    * Refactor least-weighted strategy
    
    * Minor allocation strategy refactor
    
    * Add some common allocation strategy tests
    
    * Fix collector and target reassignment
    
    * Minor allocator fixes
    
    * Add changelog entry
    
    * Fix an incorrect comment
    swiatekm authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    97495ec View commit details
    Browse the repository at this point in the history
  14. Bring back webhook port (open-telemetry#2973)

    * add back webhook port
    
    * chlog
    jaronoff97 authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d1126a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    435b900 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2a9db5f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eaa4e63 View commit details
    Browse the repository at this point in the history
  18. Update maintainers in the operator hub PR (open-telemetry#2977)

    Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
    pavolloffay authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ac93c7e View commit details
    Browse the repository at this point in the history
  19. Support for kubernetes 1.30 version (open-telemetry#2975)

    * Support for kubernetes 1.30 version
    
    * Update makefile
    vasireddy99 authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1a731c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cfc1dc3 View commit details
    Browse the repository at this point in the history
  21. [featuregate] Automatically set GOMEMLIMIT and GOMAXPROCS for collect…

    …or, target allocator, opamp bridge (open-telemetry#2933)
    
    * set things
    
    * fix kustomize shim
    
    * restore, better chlog
    jaronoff97 authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cb7aaa8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5326614 View commit details
    Browse the repository at this point in the history
  23. Bump alpine from 3.19 to 3.20 (open-telemetry#2990)

    Bumps alpine from 3.19 to 3.20.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a8f63a1 View commit details
    Browse the repository at this point in the history
  24. Bump alpine from 3.19 to 3.20 in /cmd/operator-opamp-bridge (open-tel…

    …emetry#2991)
    
    Bumps alpine from 3.19 to 3.20.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    65d6c4f View commit details
    Browse the repository at this point in the history
  25. Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (open-telemetry#2987)

    Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.4.1 to 1.4.2.
    - [Release notes](https://github.com/go-logr/logr/releases)
    - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
    - [Commits](go-logr/logr@v1.4.1...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-logr/logr
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    307a6ba View commit details
    Browse the repository at this point in the history
  26. Bump kyverno/action-install-chainsaw from 0.2.1 to 0.2.2 (open-teleme…

    …try#2989)
    
    Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.2.1 to 0.2.2.
    - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
    - [Commits](kyverno/action-install-chainsaw@v0.2.1...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: kyverno/action-install-chainsaw
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8138afe View commit details
    Browse the repository at this point in the history
  27. Bump the otel group with 5 updates (open-telemetry#2986)

    Bumps the otel group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.26.0` | `1.27.0` |
    | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go) | `1.26.0` | `1.27.0` |
    | [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.26.0` | `1.27.0` |
    | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.26.0` | `1.27.0` |
    | [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.26.0` | `1.27.0` |
    
    Updates `go.opentelemetry.io/otel` from 1.26.0 to 1.27.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.26.0...v1.27.0)
    
    Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp` from 1.26.0 to 1.27.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.26.0...v1.27.0)
    
    Updates `go.opentelemetry.io/otel/metric` from 1.26.0 to 1.27.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.26.0...v1.27.0)
    
    Updates `go.opentelemetry.io/otel/sdk` from 1.26.0 to 1.27.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.26.0...v1.27.0)
    
    Updates `go.opentelemetry.io/otel/sdk/metric` from 1.26.0 to 1.27.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/otel/metric
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/otel/sdk/metric
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cf26609 View commit details
    Browse the repository at this point in the history
  28. Bump alpine from 3.19 to 3.20 in /cmd/otel-allocator (open-telemetry#…

    …2992)
    
    Bumps alpine from 3.19 to 3.20.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5919733 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fa40888 View commit details
    Browse the repository at this point in the history
  30. Prepare v0.101.0 release (open-telemetry#2994)

    * Prepare v0.101.0 release
    
    * Undo kustomize stuff
    
    * Undo kustomize stuff again
    
    * Undo kustomize stuff again
    
    * Apply feedback
    TylerHelmuth authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c678e14 View commit details
    Browse the repository at this point in the history
  31. Add crd metrics usage information (open-telemetry#2825)

    * Add crd metrics usage information
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Add mode metric
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Refactor CR metrics
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Add annotation to avoid generate Metrics
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Add unit tests
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * remove space
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * remove global provider
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Update main.go
    
    Co-authored-by: Israel Blancas <iblancasa@gmail.com>
    
    * revert kusttomization.yaml
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * rename some constants
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Add connectors metrics
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Update chlog
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * merge new with init, rename some functions, improve changelog entry
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * improve todo comment
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * fix tests
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * set flag to default false
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * fix lint issues
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * breaking line
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Use api reader to avoid cache issues
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    * Add info metric to changelog entry
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    
    ---------
    
    Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
    Co-authored-by: Israel Blancas <iblancasa@gmail.com>
    2 people authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    438773a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    04d107c View commit details
    Browse the repository at this point in the history
  33. Bump github.com/prometheus/prometheus in the prometheus group (open-t…

    …elemetry#3004)
    
    Bumps the prometheus group with 1 update: [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus).
    
    
    Updates `github.com/prometheus/prometheus` from 0.52.0 to 0.52.1
    - [Release notes](https://github.com/prometheus/prometheus/releases)
    - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
    - [Commits](prometheus/prometheus@v0.52.0...v0.52.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/prometheus
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prometheus
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5e95eb7 View commit details
    Browse the repository at this point in the history
  34. Bump kyverno/action-install-chainsaw from 0.2.2 to 0.2.3 (open-teleme…

    …try#3003)
    
    Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.2.2 to 0.2.3.
    - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
    - [Commits](kyverno/action-install-chainsaw@v0.2.2...v0.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: kyverno/action-install-chainsaw
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    365ddf4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bff19dc View commit details
    Browse the repository at this point in the history
  36. Bump go.opentelemetry.io/otel/exporters/prometheus in the otel group (o…

    …pen-telemetry#3005)
    
    Bumps the otel group with 1 update: [go.opentelemetry.io/otel/exporters/prometheus](https://github.com/open-telemetry/opentelemetry-go).
    
    Updates `go.opentelemetry.io/otel/exporters/prometheus` from 0.48.0 to 0.49.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@example/prometheus/v0.48.0...example/prometheus/v0.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/exporters/prometheus
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0a209c6 View commit details
    Browse the repository at this point in the history
  37. Bump go.uber.org/zap from 1.26.0 to 1.27.0 (open-telemetry#3006)

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e14a3e7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8d5f5af View commit details
    Browse the repository at this point in the history
  39. [chore] Bump opentelemetry-autoinstrumentation-python to 0.45b0 (open…

    …-telemetry#3000)
    
    * chore: Bump opentelemetry-autoinstrumentation-python to 0.45b0
    
    * [chore] add psycopg==0.45b0
    brandonkzw authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    028aa56 View commit details
    Browse the repository at this point in the history
  40. Fix annotation/label filter setting (open-telemetry#3008)

    * fix how options are loaded by removing special casing
    
    * oop
    
    * chlog
    
    * update to specific test
    
    * oop
    jaronoff97 authored and ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    10c2575 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    cb266f2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c06c486 View commit details
    Browse the repository at this point in the history
  43. minor change

    ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1a39bf1 View commit details
    Browse the repository at this point in the history
  44. Minor change

    ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8affdf2 View commit details
    Browse the repository at this point in the history
  45. minor change

    ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    446f570 View commit details
    Browse the repository at this point in the history
  46. Cleanup

    ItielOlenick committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    71614fc View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1078c9d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    eb0ad3d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    85c7292 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    815c4d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b23d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ab7e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    306f6f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    a1c8dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1ae16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caa497e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    a4aacec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94363e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef561b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    afdacb6 View commit details
    Browse the repository at this point in the history
  2. Merged main

    ItielOlenick committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0389c7c View commit details
    Browse the repository at this point in the history
  3. Using TA params

    ItielOlenick committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c3eda01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c12441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bea9947 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4ff571 View commit details
    Browse the repository at this point in the history
  7. Cleanup chainsaw test

    ItielOlenick committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    612546e View commit details
    Browse the repository at this point in the history
  8. Cleanup chainsaw tests

    ItielOlenick committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7dafe91 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    73d0ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c392952 View commit details
    Browse the repository at this point in the history
  3. restored makefile

    ItielOlenick committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    475a1e2 View commit details
    Browse the repository at this point in the history
  4. Renamed fg import

    ItielOlenick committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e293a78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71ca0c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09bdf3c View commit details
    Browse the repository at this point in the history