From 5eb477ee8e2aec9a52188722836f0171ac9628a9 Mon Sep 17 00:00:00 2001 From: rsundriyal Date: Wed, 27 Mar 2024 13:44:38 -0400 Subject: [PATCH] Updating full version for new patch releases --- clamav/1.0/alpine/Jenkinsfile | 2 +- clamav/1.0/debian/Jenkinsfile | 2 +- clamav/1.2/alpine/Jenkinsfile | 2 +- clamav/1.2/debian/Jenkinsfile | 2 +- clamav/1.3/alpine/Jenkinsfile | 2 +- clamav/1.3/debian/Jenkinsfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clamav/1.0/alpine/Jenkinsfile b/clamav/1.0/alpine/Jenkinsfile index 46a8df6..fd331ca 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.5', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.0.6', 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 59d08bc..d8f95db 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.5', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.0.6', 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 f1a2845..08e2aaf 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.2', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.2.3', 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 0901332..6ea46c1 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.2', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.2.3', 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.3/alpine/Jenkinsfile b/clamav/1.3/alpine/Jenkinsfile index c962d04..863fdc2 100644 --- a/clamav/1.3/alpine/Jenkinsfile +++ b/clamav/1.3/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.3', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.3.0', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.3.1', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.3', description: 'Feature version in X.Y format'), booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'), ]), diff --git a/clamav/1.3/debian/Jenkinsfile b/clamav/1.3/debian/Jenkinsfile index 349ebf3..9eb1ae1 100644 --- a/clamav/1.3/debian/Jenkinsfile +++ b/clamav/1.3/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.3', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.3.0', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.3.1', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.3', description: 'Feature version in X.Y format'), booleanParam(name: 'IS_LATEST', defaultValue: true, description: 'If "true", will also publish to :latest, and :stable tags.'), ]),