-
Notifications
You must be signed in to change notification settings - Fork 405
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
Migrate connectivity validator after operator removal #16693
Merged
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
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
I ignore some method arguments, that might not be the best solution...
franpog859
approved these changes
Feb 1, 2023
a-thaler
added a commit
to a-thaler/kyma
that referenced
this pull request
Feb 1, 2023
* main: (61 commits) switch owners of observability components to github team approach (kyma-project#16704) Replace PSP with PSA for Eventing components (kyma-project#16681) Migrate connectivity validator after operator removal (kyma-project#16693) Telemetry integration test retry operations (kyma-project#16689) Bump NATS image to 2.9.11 (kyma-project#16690) Migrate Compass Runtime Agent after Application Operator removal (kyma-project#16677) bump image tags (kyma-project#16695) language review Eventing Controller (kyma-project#15907) Fix empty response case from async nodejs16 runtime (kyma-project#16675) Pod preset cleanup (kyma-project#16647) Cleanup event types in conversion webhook for v1alpha2 Subscription (kyma-project#16646) Fix TracePipeline has wrong status (kyma-project#16666) update of alpine and golang version for telemetry/observability images (kyma-project#16682) validate source for valid URI (kyma-project#16671) Remove application operator (kyma-project#16660) Bump the net library (kyma-project#16680) gomod(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0 in /components/event-publisher-proxy (kyma-project#16652) gomod(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0 in /components/eventing-controller (kyma-project#16657) Update version of autoscaling in Ory charts (kyma-project#16676) Bump net (kyma-project#16661) ... # Conflicts: # components/telemetry-operator/config/rbac/role.yaml # components/telemetry-operator/controller/tracepipeline/controller.go # components/telemetry-operator/controller/tracepipeline/resources.go # components/telemetry-operator/controller/tracepipeline/setup.go # components/telemetry-operator/controller/tracepipeline/suite_test.go # resources/telemetry/charts/fluent-bit/templates/servicemonitor.yaml # resources/telemetry/charts/fluent-bit/values.yaml # resources/telemetry/charts/operator/templates/role.yaml # resources/telemetry/values.yaml
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.
Description
Changes proposed in this pull request:
Related issue(s)
#16660