Skip to content

Commit

Permalink
Remove v1alpha1 webhooks (#2861)
Browse files Browse the repository at this point in the history
* Remove v1alpha1 webhooks

Signed-off-by: Pavol Loffay <[email protected]>

* Fix

Signed-off-by: Pavol Loffay <[email protected]>

* Fix

Signed-off-by: Pavol Loffay <[email protected]>

---------

Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Apr 17, 2024
1 parent d1c4cee commit dbf9628
Show file tree
Hide file tree
Showing 20 changed files with 1,618 additions and 1,888 deletions.
16 changes: 16 additions & 0 deletions .chloggen/v1beta1-remove-webhook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
component: collector

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove collector v1alpha1 defaulting and validating webhooks.

# One or more tracking issues related to the change
issues: [2736]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: The functionality was moved to the collector v1beta1 webhooks.
462 changes: 0 additions & 462 deletions apis/v1alpha1/collector_webhook.go

This file was deleted.

Loading

0 comments on commit dbf9628

Please sign in to comment.