File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339339
340340 - name : Generate WAF v5 tgz from JSON
341341 run : |
342- docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.9 .0 -p /data/wafv5.json -o /data/wafv5.tgz
342+ docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.10 .0 -p /data/wafv5.json -o /data/wafv5.tgz
343343 if : ${{ contains(matrix.images.image, 'nap-v5')}}
344344
345345 - name : Run Regression Tests
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192192
193193 - name : Generate WAF v5 tgz from JSON
194194 run : |
195- docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.9 .0 -p /data/wafv5.json -o /data/wafv5.tgz
195+ docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.10 .0 -p /data/wafv5.json -o /data/wafv5.tgz
196196 if : ${{ contains(inputs.image, 'nap-v5')}}
197197
198198 - name : Run Smoke Tests
Original file line number Diff line number Diff line change 350350 },
351351 "tag" : {
352352 "type" : " string" ,
353- "default" : " 5.9 .0" ,
353+ "default" : " 5.10 .0" ,
354354 "title" : " The tag of the App Protect WAF v5 Enforcer image" ,
355355 "examples" : [
356- " 5.9 .0"
356+ " 5.10 .0"
357357 ]
358358 },
359359 "digest" : {
389389 "examples" : [
390390 {
391391 "repository" : " private-registry.nginx.com/nap/waf-enforcer" ,
392- "tag" : " 5.9 .0" ,
392+ "tag" : " 5.10 .0" ,
393393 "pullPolicy" : " IfNotPresent"
394394 }
395395 ]
422422 },
423423 "tag" : {
424424 "type" : " string" ,
425- "default" : " 5.9 .0" ,
425+ "default" : " 5.10 .0" ,
426426 "title" : " The tag of the App Protect WAF v5 Config Manager image" ,
427427 "examples" : [
428- " 5.9 .0"
428+ " 5.10 .0"
429429 ]
430430 },
431431 "digest" : {
461461 "examples" : [
462462 {
463463 "repository" : " private-registry.nginx.com/nap/waf-config-mgr" ,
464- "tag" : " 5.9 .0" ,
464+ "tag" : " 5.10 .0" ,
465465 "pullPolicy" : " IfNotPresent"
466466 }
467467 ]
20202020 "port" : 50000 ,
20212021 "image" : {
20222022 "repository" : " private-registry.nginx.com/nap/waf-enforcer" ,
2023- "tag" : " 5.9 .0" ,
2023+ "tag" : " 5.10 .0" ,
20242024 "pullPolicy" : " IfNotPresent"
20252025 },
20262026 "securityContext" : {}
20272027 },
20282028 "configManager" : {
20292029 "image" : {
20302030 "repository" : " private-registry.nginx.com/nap/waf-config-mgr" ,
2031- "tag" : " 5.9 .0" ,
2031+ "tag" : " 5.10 .0" ,
20322032 "pullPolicy" : " IfNotPresent"
20332033 },
20342034 "securityContext" : {
26612661 "port" : 50000 ,
26622662 "image" : {
26632663 "repository" : " private-registry.nginx.com/nap/waf-enforcer" ,
2664- "tag" : " 5.9 .0" ,
2664+ "tag" : " 5.10 .0" ,
26652665 "pullPolicy" : " IfNotPresent"
26662666 },
26672667 "securityContext" : {}
26682668 },
26692669 "configManager" : {
26702670 "image" : {
26712671 "repository" : " private-registry.nginx.com/nap/waf-config-mgr" ,
2672- "tag" : " 5.9 .0" ,
2672+ "tag" : " 5.10 .0" ,
26732673 "pullPolicy" : " IfNotPresent"
26742674 },
26752675 "securityContext" : {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ controller:
8484 repository : private-registry.nginx.com/nap/waf-enforcer
8585
8686 # # The tag of the App Protect WAF v5 Enforcer image.
87- tag : " 5.9 .0"
87+ tag : " 5.10 .0"
8888 # # The digest of the App Protect WAF v5 Enforcer image.
8989 # # If digest is specified it has precedence over tag and will be used instead
9090 # digest: "sha256:CHANGEME"
@@ -100,7 +100,7 @@ controller:
100100 repository : private-registry.nginx.com/nap/waf-config-mgr
101101
102102 # # The tag of the App Protect WAF v5 Configuration Manager image.
103- tag : " 5.9 .0"
103+ tag : " 5.10 .0"
104104 # # The digest of the App Protect WAF v5 Configuration Manager image.
105105 # # If digest is specified it has precedence over tag and will be used instead
106106 # digest: "sha256:CHANGEME"
Original file line number Diff line number Diff line change @@ -1936,7 +1936,7 @@ spec:
19361936 - -weight -changes -dynamic -reload =false
19371937
19381938 - name : waf -enforcer
1939- image : my .private .reg /nap /waf -enforcer :5.9 .0
1939+ image : my .private .reg /nap /waf -enforcer :5.10 .0
19401940 imagePullPolicy : "IfNotPresent "
19411941 env :
19421942 - name : ENFORCER_PORT
@@ -1947,7 +1947,7 @@ spec:
19471947 - name : app -protect -bd -config
19481948 mountPath : /opt /app_protect /bd_config
19491949 - name : waf -config -mgr
1950- image : my .private .reg /nap /waf -config -mgr :5.9 .0
1950+ image : my .private .reg /nap /waf -config -mgr :5.10 .0
19511951 imagePullPolicy : "IfNotPresent "
19521952 securityContext :
19531953
@@ -2519,7 +2519,7 @@ spec:
25192519 - -agent -instance -group =app -protect -wafv5 -agentv2 -nginx -ingress -controller
25202520
25212521 - name : waf -enforcer
2522- image : my .private .reg /nap /waf -enforcer :5.9 .0
2522+ image : my .private .reg /nap /waf -enforcer :5.10 .0
25232523 imagePullPolicy : "IfNotPresent "
25242524 env :
25252525 - name : ENFORCER_PORT
@@ -2530,7 +2530,7 @@ spec:
25302530 - name : app -protect -bd -config
25312531 mountPath : /opt /app_protect /bd_config
25322532 - name : waf -config -mgr
2533- image : my .private .reg /nap /waf -config -mgr :5.9 .0
2533+ image : my .private .reg /nap /waf -config -mgr :5.10 .0
25342534 imagePullPolicy : "IfNotPresent "
25352535 securityContext :
25362536
Original file line number Diff line number Diff line change 3333# Nginx registry address to pull waf components from
3434NGX_REG = "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr"
3535# WAF component version to pull from above registry
36- WAF_V5_VERSION = "5.9 .0"
36+ WAF_V5_VERSION = "5.10 .0"
You can’t perform that action at this time.
0 commit comments