Skip to content

Commit 5a11c71

Browse files
committed
update nrjmx fips version to 2.8.0 in build/goreleaser.yml
1 parent 02fe795 commit 5a11c71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ nfpms:
6969
- nri-nix
7070

7171
dependencies:
72-
- newrelic-infra
73-
- nrjmx
72+
- newrelic-infra (>= 1.20.0)
73+
- nrjmx (>= 2.3.2)
7474

7575
bindir: "/var/db/newrelic-infra/newrelic-integrations/bin"
7676

@@ -122,8 +122,8 @@ nfpms:
122122
- nri-nix-fips
123123

124124
dependencies:
125-
- newrelic-infra-fips
126-
- nrjmx-fips
125+
- newrelic-infra-fips (>= 1.60.0)
126+
- nrjmx-fips (>= 2.8.0)
127127

128128
bindir: "/var/db/newrelic-infra/newrelic-integrations/bin"
129129

@@ -144,7 +144,7 @@ nfpms:
144144
deb:
145145
dependencies:
146146
- newrelic-infra-fips (>= 1.60.0)
147-
- nrjmx-fips (>= 2.3.2)
147+
- nrjmx-fips (>= 2.8.0)
148148
rpm:
149149
file_name_template: >-
150150
{{- .ProjectName }}-fips-
@@ -155,7 +155,7 @@ nfpms:
155155
{{- end }}
156156
dependencies:
157157
- newrelic-infra-fips >= 1.60.0
158-
- nrjmx-fips >= 2.3.2
158+
- nrjmx-fips >= 2.8.0
159159

160160
# Formats to be generated.
161161
formats:

0 commit comments

Comments
 (0)