Skip to content

Commit c5abe10

Browse files
vepatelsean-breen
andauthored
update waf to 5.13.3 (#10434) (#10437)
Co-authored-by: Sean Breen <101327931+sean-breen@users.noreply.github.com>
1 parent d540bb0 commit c5abe10

6 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
355355
- name: Generate WAF v5 tgz from JSON
356356
run: |
357-
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.13.2 -p /data/wafv5.json -o /data/wafv5.tgz
357+
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.13.3 -p /data/wafv5.json -o /data/wafv5.tgz
358358
if: ${{ contains(matrix.images.image, 'nap-v5')}}
359359

360360
- name: Generate secrets for tests

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224

225225
- name: Generate WAF v5 tgz from JSON
226226
run: |
227-
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.13.2 -p /data/wafv5.json -o /data/wafv5.tgz
227+
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.13.3 -p /data/wafv5.json -o /data/wafv5.tgz
228228
if: ${{ contains(inputs.image, 'nap-v5')}}
229229

230230
- name: Run Smoke Tests

charts/nginx-ingress/values.schema.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@
350350
},
351351
"tag": {
352352
"type": "string",
353-
"default": "5.13.2",
353+
"default": "5.13.3",
354354
"title": "The tag of the App Protect WAF v5 Enforcer image",
355355
"examples": [
356-
"5.13.2"
356+
"5.13.3"
357357
]
358358
},
359359
"digest": {
@@ -389,7 +389,7 @@
389389
"examples": [
390390
{
391391
"repository": "private-registry.nginx.com/nap/waf-enforcer",
392-
"tag": "5.13.2",
392+
"tag": "5.13.3",
393393
"pullPolicy": "IfNotPresent"
394394
}
395395
]
@@ -422,10 +422,10 @@
422422
},
423423
"tag": {
424424
"type": "string",
425-
"default": "5.13.2",
425+
"default": "5.13.3",
426426
"title": "The tag of the App Protect WAF v5 Config Manager image",
427427
"examples": [
428-
"5.13.2"
428+
"5.13.3"
429429
]
430430
},
431431
"digest": {
@@ -461,7 +461,7 @@
461461
"examples": [
462462
{
463463
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
464-
"tag": "5.13.2",
464+
"tag": "5.13.3",
465465
"pullPolicy": "IfNotPresent"
466466
}
467467
]
@@ -513,10 +513,10 @@
513513
},
514514
"tag": {
515515
"type": "string",
516-
"default": "5.13.2",
516+
"default": "5.13.3",
517517
"title": "The tag of the App Protect WAF v5 IP Intelligence image",
518518
"examples": [
519-
"5.13.2"
519+
"5.13.3"
520520
]
521521
},
522522
"digest": {
@@ -552,7 +552,7 @@
552552
"examples": [
553553
{
554554
"repository": "private-registry.nginx.com/nap/waf-ip-intelligence",
555-
"tag": "5.13.2",
555+
"tag": "5.13.3",
556556
"pullPolicy": "IfNotPresent"
557557
}
558558
]
@@ -2124,15 +2124,15 @@
21242124
"port": 50000,
21252125
"image": {
21262126
"repository": "private-registry.nginx.com/nap/waf-enforcer",
2127-
"tag": "5.13.2",
2127+
"tag": "5.13.3",
21282128
"pullPolicy": "IfNotPresent"
21292129
},
21302130
"securityContext": {}
21312131
},
21322132
"configManager": {
21332133
"image": {
21342134
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
2135-
"tag": "5.13.2",
2135+
"tag": "5.13.3",
21362136
"pullPolicy": "IfNotPresent"
21372137
},
21382138
"securityContext": {
@@ -2150,7 +2150,7 @@
21502150
"enable": false,
21512151
"image": {
21522152
"repository": "private-registry.nginx.com/nap/waf-ip-intelligence",
2153-
"tag": "5.13.2",
2153+
"tag": "5.13.3",
21542154
"pullPolicy": "IfNotPresent"
21552155
},
21562156
"securityContext": {
@@ -2783,15 +2783,15 @@
27832783
"port": 50000,
27842784
"image": {
27852785
"repository": "private-registry.nginx.com/nap/waf-enforcer",
2786-
"tag": "5.13.2",
2786+
"tag": "5.13.3",
27872787
"pullPolicy": "IfNotPresent"
27882788
},
27892789
"securityContext": {}
27902790
},
27912791
"configManager": {
27922792
"image": {
27932793
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
2794-
"tag": "5.13.2",
2794+
"tag": "5.13.3",
27952795
"pullPolicy": "IfNotPresent"
27962796
},
27972797
"securityContext": {
@@ -2809,7 +2809,7 @@
28092809
"enable": false,
28102810
"image": {
28112811
"repository": "private-registry.nginx.com/nap/waf-ip-intelligence",
2812-
"tag": "5.13.2",
2812+
"tag": "5.13.3",
28132813
"pullPolicy": "IfNotPresent"
28142814
},
28152815
"securityContext": {

charts/nginx-ingress/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.13.2"
87+
tag: "5.13.3"
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.13.2"
103+
tag: "5.13.3"
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"
@@ -123,7 +123,7 @@ controller:
123123
repository: private-registry.nginx.com/nap/waf-ip-intelligence
124124

125125
## The tag of the App Protect WAF v5 IP Intelligence image.
126-
tag: "5.13.2"
126+
tag: "5.13.3"
127127
## The digest of the App Protect WAF v5 IP Intelligence image.
128128
## If digest is specified it has precedence over tag and will be used instead
129129
# digest: "sha256:CHANGEME"

charts/tests/__snapshots__/helmunit_test.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ spec:
29462946
- -weight-changes-dynamic-reload=false
29472947

29482948
- name: waf-enforcer
2949-
image: my.private.reg/nap/waf-enforcer:5.13.2
2949+
image: my.private.reg/nap/waf-enforcer:5.13.3
29502950
imagePullPolicy: "IfNotPresent"
29512951
env:
29522952
- name: ENFORCER_PORT
@@ -2959,7 +2959,7 @@ spec:
29592959
- name: app-protect-ipi-db
29602960
mountPath: /var/IpRep
29612961
- name: waf-config-mgr
2962-
image: my.private.reg/nap/waf-config-mgr:5.13.2
2962+
image: my.private.reg/nap/waf-config-mgr:5.13.3
29632963
imagePullPolicy: "IfNotPresent"
29642964
securityContext:
29652965

@@ -2977,7 +2977,7 @@ spec:
29772977
- name: app-protect-bundles
29782978
mountPath: /etc/app_protect/bundles
29792979
- name: waf-ip-intelligence
2980-
image: my.private.reg/nap/waf-ip-intelligence:5.13.2
2980+
image: my.private.reg/nap/waf-ip-intelligence:5.13.3
29812981
imagePullPolicy: "IfNotPresent"
29822982
securityContext:
29832983

@@ -3553,7 +3553,7 @@ spec:
35533553
- -agent-instance-group=app-protect-wafv5-agentv2-nginx-ingress-controller
35543554

35553555
- name: waf-enforcer
3556-
image: my.private.reg/nap/waf-enforcer:5.13.2
3556+
image: my.private.reg/nap/waf-enforcer:5.13.3
35573557
imagePullPolicy: "IfNotPresent"
35583558
env:
35593559
- name: ENFORCER_PORT
@@ -3564,7 +3564,7 @@ spec:
35643564
- name: app-protect-bd-config
35653565
mountPath: /opt/app_protect/bd_config
35663566
- name: waf-config-mgr
3567-
image: my.private.reg/nap/waf-config-mgr:5.13.2
3567+
image: my.private.reg/nap/waf-config-mgr:5.13.3
35683568
imagePullPolicy: "IfNotPresent"
35693569
securityContext:
35703570

@@ -4140,7 +4140,7 @@ spec:
41404140
- -agent=true
41414141

41424142
- name: waf-enforcer
4143-
image: my.private.reg/nap/waf-enforcer:5.13.2
4143+
image: my.private.reg/nap/waf-enforcer:5.13.3
41444144
imagePullPolicy: "IfNotPresent"
41454145
env:
41464146
- name: ENFORCER_PORT
@@ -4151,7 +4151,7 @@ spec:
41514151
- name: app-protect-bd-config
41524152
mountPath: /opt/app_protect/bd_config
41534153
- name: waf-config-mgr
4154-
image: my.private.reg/nap/waf-config-mgr:5.13.2
4154+
image: my.private.reg/nap/waf-config-mgr:5.13.3
41554155
imagePullPolicy: "IfNotPresent"
41564156
securityContext:
41574157

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# Nginx registry address to pull waf components from
3434
NGX_REG = "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr"
3535
# WAF component version to pull from above registry
36-
WAF_V5_VERSION = "5.13.2"
36+
WAF_V5_VERSION = "5.13.3"

0 commit comments

Comments
 (0)