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

Merge https://github.com/open-telemetry/opentelemetry-operator:main (2b7d4b3) into main #45

Merged
merged 10 commits into from
May 1, 2024

Conversation

cloud-team-rebase-bot[bot]
Copy link

No description provided.

yuriolisa and others added 5 commits April 26, 2024 13:52
* Changed featuregate into CLI - instrumentation go

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Changed featuregate into CLI - instrumentation go

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Changed featuregate into CLI - instrumentation go

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Changed featuregate into CLI - instrumentation go

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Changed featuregate into CLI - instrumentation go

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Changed featuregate into CLI - instrumentation go

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Changed featuregate into CLI - instrumentation go

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Changed e2e job

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

---------

Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Bumps the otel group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.26.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.26.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.26.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.26.0` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.26.0` |


Updates `go.opentelemetry.io/otel` from 1.25.0 to 1.26.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.25.0...v1.26.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp` from 1.25.0 to 1.26.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.25.0...v1.26.0)

Updates `go.opentelemetry.io/otel/metric` from 1.25.0 to 1.26.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.25.0...v1.26.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.25.0 to 1.26.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.25.0...v1.26.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.25.0 to 1.26.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.25.0...v1.26.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>
* add default annotation filter to prevent unnecessary reconciliation

* oop

* chlog

* add comment
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 29, 2024
Copy link

openshift-ci bot commented Apr 29, 2024

Hi @cloud-team-rebase-bot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@IshwarKanse
Copy link
Member

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 30, 2024
@IshwarKanse
Copy link
Member

/test opentelemetry-e2e-tests

@IshwarKanse
Copy link
Member

The feature gate flags have been changed to operator command line flags, will update the CI jobs and rerun the tests.

* NodeJS instrumentation featuregates into cli

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Added complement to featuregate

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Fixed Linters

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Fixed Linters

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Added e2e parameters

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Fixed e2e test

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Fixed e2e test

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Fixed e2e test

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Fixed e2e test

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Removed feature flags

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Removed feature flags

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

---------

Signed-off-by: Yuri Sa <yurimsa@gmail.com>
@IshwarKanse
Copy link
Member

/test opentelemetry-e2e-tests

@IshwarKanse
Copy link
Member

Golang instrumentation tests are passing now but Nginx instrumentation tests are still failing. Will check this on a manually provisioned cluster.

@IshwarKanse
Copy link
Member

/test opentelemetry-e2e-tests

1 similar comment
@IshwarKanse
Copy link
Member

/test opentelemetry-e2e-tests

swiatekm-sumo and others added 4 commits April 30, 2024 20:45
* Add document explaining v1beta1 changes

* Document the CRD stored version migration
* introduce more typing for pipelines

* rock and a hard place

* resolve tests

* Fix tests

* chlog

* fix docs

* thing

* alphabet

* remove chlog entry
@cloud-team-rebase-bot cloud-team-rebase-bot bot changed the title Merge https://github.com/open-telemetry/opentelemetry-operator:main (69e84a8) into main Merge https://github.com/open-telemetry/opentelemetry-operator:main (2b7d4b3) into main Apr 30, 2024
Copy link

openshift-ci bot commented Apr 30, 2024

@cloud-team-rebase-bot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Member

@IshwarKanse IshwarKanse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 1, 2024
Copy link

openshift-ci bot commented May 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cloud-team-rebase-bot[bot], IshwarKanse

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 1, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit d27aa2e into openshift:main May 1, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants