Skip to content

Commit ab06921

Browse files
committed
add dependency to tedge >= 1.5.0 due to entity store api usage
1 parent e1d8bfd commit ab06921

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@ nfpms:
8585
- rpm
8686
- apk
8787

88+
overrides:
89+
# Dependency on the Entity HTTP API which was only added in tedge >= 1.5.0
90+
# Note: Don't add explicit dependency for apk (Alpine Linux)
91+
# as generally only the tedge is just installed via a binary and not the apk package
92+
deb:
93+
dependencies:
94+
- tedge (>= 1.5.0)
95+
rpm:
96+
dependencies:
97+
- tedge >= 1.5.0-1
98+
8899
# FIXME: Remove for official release, as the package can be called "tedge-container-plugin" instead of "tedge-container-plugin-ng"
89100
replaces:
90101
- tedge-container-plugin

0 commit comments

Comments
 (0)