Skip to content

Commit 2e8f570

Browse files
committed
Remove conditions requirement from package manifest for compatibility
1 parent a86c664 commit 2e8f570

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/input/manifest.spec.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,14 @@ spec:
119119
- version
120120
- type
121121
- owner
122+
- conditions
122123

123124
# JSON patches for newer versions should be placed on top
124125
versions:
126+
- before: 3.6.0
127+
patch:
128+
- op: remove
129+
path: "/required/7" # removes requirement for conditions
125130
# Reserve otelcol input name before 3.5.0.
126131
- before: 3.5.0
127132
patch:

0 commit comments

Comments
 (0)