Skip to content

Commit f07a3d3

Browse files
haproxy: Drop dataplaneapi dependency from compat package (#58044)
This drops the explicit dependency on the dataplaneapi package from the compat package as it's causing conflicts down the line with switching between "normal" and fips-enabled packages.
1 parent 8592d61 commit f07a3d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

haproxy-3.2.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: haproxy-3.2
33
version: "3.2.1"
4-
epoch: 6
4+
epoch: 7
55
description: "A TCP/HTTP reverse proxy for high availability environments"
66
copyright:
77
- license: GPL-2.0-or-later
@@ -118,7 +118,6 @@ subpackages:
118118
- haproxy-iamguarded-compat=${{package.full-version}}
119119
runtime:
120120
- ${{package.name}}
121-
- dataplaneapi
122121
pipeline:
123122
- uses: iamguarded/build-compat
124123
with:
@@ -139,6 +138,10 @@ subpackages:
139138
package: haproxy
140139
version: ${{vars.major-version}}
141140
test:
141+
environment:
142+
contents:
143+
packages:
144+
- dataplaneapi
142145
pipeline:
143146
- uses: iamguarded/test-compat
144147
with:

0 commit comments

Comments
 (0)