From a31fd3e888fb8e55b111e10f57231253b8ab93be Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 6 Feb 2024 15:03:51 -0500 Subject: [PATCH] clamav, clamav-debian: bump minor versions for 1.2.2, 1.0.5 patch release --- clamav/1.0/alpine/Jenkinsfile | 2 +- clamav/1.0/debian/Jenkinsfile | 2 +- clamav/1.2/alpine/Jenkinsfile | 2 +- clamav/1.2/debian/Jenkinsfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clamav/1.0/alpine/Jenkinsfile b/clamav/1.0/alpine/Jenkinsfile index 9dce4f3..46a8df6 100644 --- a/clamav/1.0/alpine/Jenkinsfile +++ b/clamav/1.0/alpine/Jenkinsfile @@ -7,7 +7,7 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/1.0', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.0.4', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.0.5', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), ]), diff --git a/clamav/1.0/debian/Jenkinsfile b/clamav/1.0/debian/Jenkinsfile index 021778a..59d08bc 100644 --- a/clamav/1.0/debian/Jenkinsfile +++ b/clamav/1.0/debian/Jenkinsfile @@ -7,7 +7,7 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: 'clamav-debian', description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/1.0', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.0.4', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.0.5', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), ]), diff --git a/clamav/1.2/alpine/Jenkinsfile b/clamav/1.2/alpine/Jenkinsfile index f389129..f1a2845 100644 --- a/clamav/1.2/alpine/Jenkinsfile +++ b/clamav/1.2/alpine/Jenkinsfile @@ -7,7 +7,7 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/1.2', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.2.2', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.2', description: 'Feature version in X.Y format'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), ]), diff --git a/clamav/1.2/debian/Jenkinsfile b/clamav/1.2/debian/Jenkinsfile index 8793861..0901332 100644 --- a/clamav/1.2/debian/Jenkinsfile +++ b/clamav/1.2/debian/Jenkinsfile @@ -7,7 +7,7 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: 'clamav-debian', description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/1.2', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.2.2', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.2', description: 'Feature version in X.Y format'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), ]),