Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Nov 19, 2024
1 parent 48d528c commit 9a20afd
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 36 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ workflows:
installer/.* run-installer-workflow true
base-revision: master
config-path: .circleci/continue_config.yml
filters:
tags:
only: /.*/
branches:
only: /.*/
89 changes: 72 additions & 17 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ workflows:
build-and-test-all:
jobs:
- build_ingress_nginx_module:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -497,6 +500,9 @@ workflows:
- v1.9.6
name: build ingress-nginx-<< matrix.version >> on << matrix.arch >>
- test_ingress:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -518,6 +524,9 @@ workflows:
requires:
- build ingress-nginx-<< matrix.nginx-version >> on << matrix.arch >>
- build_amd64:
filters:
tags:
only: /^v.*/
matrix:
parameters:
nginx-version:
Expand Down Expand Up @@ -546,6 +555,9 @@ workflows:
- "OFF"
name: build << matrix.nginx-version >> on amd64 WAF << matrix.waf >>
- build_arm64:
filters:
tags:
only: /^v.*/
matrix:
parameters:
nginx-version:
Expand Down Expand Up @@ -574,6 +586,9 @@ workflows:
- "OFF"
name: build << matrix.nginx-version >> on arm64 WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -592,6 +607,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand Down Expand Up @@ -628,6 +646,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -645,23 +666,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
matrix:
parameters:
arch:
- amd64
- arm64
base-image:
- nginx:1.27.2-alpine
- nginx:1.27.2
nginx-version:
- 1.27.2
waf:
- "ON"
- "OFF"
name: test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch >> WAF << matrix.waf >>
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -679,6 +686,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -696,6 +706,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -713,6 +726,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -730,6 +746,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -747,6 +766,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -764,6 +786,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -781,6 +806,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -798,6 +826,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -815,6 +846,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -832,6 +866,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -849,6 +886,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -866,6 +906,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -883,6 +926,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -900,6 +946,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -917,6 +966,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand All @@ -934,6 +986,9 @@ workflows:
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
filters:
tags:
only: /^v.*/
matrix:
parameters:
arch:
Expand Down
Loading

0 comments on commit 9a20afd

Please sign in to comment.