Skip to content

Commit 3279847

Browse files
committed
use renovate to manage NGINX OSS version
1 parent 09ec990 commit 3279847

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ builds:
77
- id: kubernetes-ingress
88
goos:
99
- linux
10-
- darwin
1110
goarch:
1211
- amd64
1312
- arm64

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
33
GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44
VERSION = $(VER)-SNAPSHOT
5-
NGINX_OSS_VERSION ?= 1.29
5+
# renovate: datasource=docker depName=nginx/nginx
6+
NGINX_OSS_VERSION ?= 1.29.1
67
NGINX_PLUS_VERSION ?= R35
78
NAP_WAF_VERSION ?= 35+5.527
89
NAP_WAF_COMMON_VERSION ?= 11.559

build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# syntax=docker/dockerfile:1.19
22
ARG BUILD_OS=debian
3-
ARG NGINX_OSS_VERSION=1.29
3+
# renovate: datasource=docker depName=nginx/nginx
4+
ARG NGINX_OSS_VERSION=1.29.1
45
ARG NGINX_PLUS_VERSION=R35
56
ARG NAP_WAF_VERSION=35+5.527
67
ARG NAP_WAF_COMMON_VERSION=11.559

0 commit comments

Comments
 (0)