From f52bcaf0e61fe23b22be0dda6c8ba839ad054385 Mon Sep 17 00:00:00 2001 From: serenaponta <42769540+serenaponta@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:34:07 +0200 Subject: [PATCH] bump version to 3.2.4 --- .travis/.env | 2 +- cli-scanner/pom.xml | 2 +- docker/.env.sample | 2 +- docker/setup-steady.sh | 2 +- docker/start-steady.sh | 2 +- docs/mkdocs.yml | 2 +- docs/public.properties | 2 +- frontend-apps/pom.xml | 2 +- frontend-bugs/pom.xml | 2 +- kb-importer/pom.xml | 2 +- .../charts/frontendbugs/README.md | 2 +- .../charts/patchlibanalyzer/README.md | 2 +- .../charts/restbackend/README.md | 2 +- .../charts/restlibutils/README.md | 2 +- lang-java-reach-soot/pom.xml | 2 +- lang-java-reach-wala/pom.xml | 2 +- lang-java-reach/pom.xml | 2 +- lang-java/pom.xml | 2 +- lang-python/pom.xml | 2 +- lang/pom.xml | 2 +- patch-analyzer/pom.xml | 2 +- patch-lib-analyzer/pom.xml | 2 +- plugin-gradle/pom.xml | 2 +- plugin-maven/pom.xml | 2 +- pom.xml | 4 ++-- repo-client/pom.xml | 2 +- rest-backend/pom.xml | 2 +- rest-lib-utils/pom.xml | 2 +- shared/pom.xml | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.travis/.env b/.travis/.env index c93430c2e..6f8db9eea 100644 --- a/.travis/.env +++ b/.travis/.env @@ -1,5 +1,5 @@ # Eclipse Steady -VULAS_RELEASE=3.2.4-SNAPSHOT +VULAS_RELEASE=3.2.4 VULAS_ENV=dev # PostgreSQL diff --git a/cli-scanner/pom.xml b/cli-scanner/pom.xml index 89a784c0d..080d7209f 100644 --- a/cli-scanner/pom.xml +++ b/cli-scanner/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 cli-scanner jar diff --git a/docker/.env.sample b/docker/.env.sample index 24258a35a..c6f025118 100644 --- a/docker/.env.sample +++ b/docker/.env.sample @@ -1,5 +1,5 @@ # Eclipse Steady -VULAS_RELEASE=3.2.3 +VULAS_RELEASE=3.2.4 VULAS_ENV=prod # *** MANDATORY SETTINGS *** diff --git a/docker/setup-steady.sh b/docker/setup-steady.sh index 020127bea..c661f2e22 100755 --- a/docker/setup-steady.sh +++ b/docker/setup-steady.sh @@ -1,6 +1,6 @@ #!/bin/bash -REL="3.2.3" +REL="3.2.4" DC_REQUIRED="1.28" usage () { diff --git a/docker/start-steady.sh b/docker/start-steady.sh index ad72a75f9..0c23bdbc6 100755 --- a/docker/start-steady.sh +++ b/docker/start-steady.sh @@ -1,6 +1,6 @@ #!/bin/bash -REL="3.2.3" +REL="3.2.4" SERVICES="all" DC_REQUIRED="1.28" diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2ecb009a5..393066c55 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Eclipse Steady 3.2.3 (Incubator Project) +site_name: Eclipse Steady 3.2.4 (Incubator Project) site_description: Eclipse Steady Documentation site_url: https://eclipse.github.io/steady/ dev_addr: localhost:8000 diff --git a/docs/public.properties b/docs/public.properties index 8668feea0..45a915181 100644 --- a/docs/public.properties +++ b/docs/public.properties @@ -1,5 +1,5 @@ PROJECT_NAME=Eclipse Steady -PROJECT_VERSION=3.2.3 +PROJECT_VERSION=3.2.4 PROJECT_TAG=vulnerability-assessment-tool PROJECT_URL=https://github.com/eclipse/steady ADDRESS=http://localhost:8033 diff --git a/frontend-apps/pom.xml b/frontend-apps/pom.xml index be36c4378..65c655188 100755 --- a/frontend-apps/pom.xml +++ b/frontend-apps/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 frontend-apps war diff --git a/frontend-bugs/pom.xml b/frontend-bugs/pom.xml index bd20b6e2f..7eca6bd54 100644 --- a/frontend-bugs/pom.xml +++ b/frontend-bugs/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 frontend-bugs war diff --git a/kb-importer/pom.xml b/kb-importer/pom.xml index 8653c1304..69b64b647 100755 --- a/kb-importer/pom.xml +++ b/kb-importer/pom.xml @@ -26,7 +26,7 @@ root org.eclipse.steady - 3.2.4-SNAPSHOT + 3.2.4 kb-importer diff --git a/kubernetes/helm/vulnerability-assessment-tool-core/charts/frontendbugs/README.md b/kubernetes/helm/vulnerability-assessment-tool-core/charts/frontendbugs/README.md index a9c9dbec5..7435f2827 100644 --- a/kubernetes/helm/vulnerability-assessment-tool-core/charts/frontendbugs/README.md +++ b/kubernetes/helm/vulnerability-assessment-tool-core/charts/frontendbugs/README.md @@ -32,7 +32,7 @@ The following table lists the configurable parameters of the frontendbugs chart | horizontalPodAutoScaler.enabled | Enables an autoscaling (requires a metrics server up and running) | `False` | | image.pullPolicy | These images are maintained by the team and won't be subject to drift | `IfNotPresent` | | image.name | | `eclipse/steady-frontend-bugs` | -| image.tag | | `3.2.4-SNAPSHOT-SNAPSHOT-jib` | +| image.tag | | `3.2.4-SNAPSHOT-jib` | | image.livenessProbe | | enabled: `true`
initialDelaySeconds: `8`
periodSeconds: `30`
timeoutSeconds: `5`
failureThreshold: `3` | | image.readinessProbe | | enabled: `true`
initialDelaySeconds: `5`
periodSeconds: `30`
timeoutSeconds: `5`
failureThreshold: `3` | diff --git a/kubernetes/helm/vulnerability-assessment-tool-core/charts/patchlibanalyzer/README.md b/kubernetes/helm/vulnerability-assessment-tool-core/charts/patchlibanalyzer/README.md index e8a4027bf..a4e2bf4ec 100644 --- a/kubernetes/helm/vulnerability-assessment-tool-core/charts/patchlibanalyzer/README.md +++ b/kubernetes/helm/vulnerability-assessment-tool-core/charts/patchlibanalyzer/README.md @@ -40,7 +40,7 @@ The following table lists the configurable parameters of the patchlibanalyzer ch | image.initContainer.tag | | `11.5-alpine` | | image.mainContainer.pullPolicy | These images are maintained by the team and won't be subject to drift | `IfNotPresent` | | image.mainContainer.name | | `eclipse/steady-patch-lib-analyzer` | -| image.mainContainer.tag | image tag | `3.2.4-SNAPSHOT-SNAPSHOT-jib` | +| image.mainContainer.tag | image tag | `3.2.4-SNAPSHOT-jib` | ## Production configuration This chart includes a `values_production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`. diff --git a/kubernetes/helm/vulnerability-assessment-tool-core/charts/restbackend/README.md b/kubernetes/helm/vulnerability-assessment-tool-core/charts/restbackend/README.md index 72654ec5f..6ed07230e 100755 --- a/kubernetes/helm/vulnerability-assessment-tool-core/charts/restbackend/README.md +++ b/kubernetes/helm/vulnerability-assessment-tool-core/charts/restbackend/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the restbackend chart a | image.initContainer.tag | image tag | `11.3-alpine` | | image.mainContainer.pullPolicy | These images are maintained by the team and won't be subject to drift | `IfNotPresent` | | image.mainContainer.name | | `eclipse/steady-rest-backend` | -| image.mainContainer.tag | image tag | `3.2.4-SNAPSHOT-SNAPSHOT-jib` | +| image.mainContainer.tag | image tag | `3.2.4-SNAPSHOT-jib` | ## Production configuration This chart includes a `values_production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`. diff --git a/kubernetes/helm/vulnerability-assessment-tool-core/charts/restlibutils/README.md b/kubernetes/helm/vulnerability-assessment-tool-core/charts/restlibutils/README.md index f60bb596d..01e30e526 100755 --- a/kubernetes/helm/vulnerability-assessment-tool-core/charts/restlibutils/README.md +++ b/kubernetes/helm/vulnerability-assessment-tool-core/charts/restlibutils/README.md @@ -40,7 +40,7 @@ The following table lists the configurable parameters of the restlibutils chart | readinessProbe | | enabled: `true`
initialDelaySeconds: `20`
periodSeconds: `30`
timeoutSeconds: `5`
failureThreshold: `5` | | image.pullPolicy | These images are maintained by the team and won't be subject to drift | `IfNotPresent` | | image.name | | `eclipse/steady-rest-backend` | -| image.tag | | `3.2.4-SNAPSHOT-SNAPSHOT-jib` | +| image.tag | | `3.2.4-SNAPSHOT-jib` | ## Production configuration This chart includes a `values_production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`. diff --git a/lang-java-reach-soot/pom.xml b/lang-java-reach-soot/pom.xml index 4b81157d4..b4cb25b49 100644 --- a/lang-java-reach-soot/pom.xml +++ b/lang-java-reach-soot/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 lang-java-reach-soot diff --git a/lang-java-reach-wala/pom.xml b/lang-java-reach-wala/pom.xml index b00e6dc90..fc671b726 100644 --- a/lang-java-reach-wala/pom.xml +++ b/lang-java-reach-wala/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 lang-java-reach-wala diff --git a/lang-java-reach/pom.xml b/lang-java-reach/pom.xml index dfdeeb6c1..4fef051b7 100755 --- a/lang-java-reach/pom.xml +++ b/lang-java-reach/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 lang-java-reach diff --git a/lang-java/pom.xml b/lang-java/pom.xml index 704a8399a..ac68a9262 100644 --- a/lang-java/pom.xml +++ b/lang-java/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 lang-java diff --git a/lang-python/pom.xml b/lang-python/pom.xml index 0d65fcd64..63abb8c1b 100644 --- a/lang-python/pom.xml +++ b/lang-python/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 lang-python diff --git a/lang/pom.xml b/lang/pom.xml index d60734138..8aa13971e 100644 --- a/lang/pom.xml +++ b/lang/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 lang diff --git a/patch-analyzer/pom.xml b/patch-analyzer/pom.xml index 715e8088f..bf122a282 100644 --- a/patch-analyzer/pom.xml +++ b/patch-analyzer/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 patch-analyzer diff --git a/patch-lib-analyzer/pom.xml b/patch-lib-analyzer/pom.xml index b6f6d0c78..37282d96e 100755 --- a/patch-lib-analyzer/pom.xml +++ b/patch-lib-analyzer/pom.xml @@ -25,7 +25,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 patch-lib-analyzer diff --git a/plugin-gradle/pom.xml b/plugin-gradle/pom.xml index c832ce159..c40364a41 100644 --- a/plugin-gradle/pom.xml +++ b/plugin-gradle/pom.xml @@ -25,7 +25,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 plugin-gradle pom diff --git a/plugin-maven/pom.xml b/plugin-maven/pom.xml index d98b80bb3..1f36c467c 100644 --- a/plugin-maven/pom.xml +++ b/plugin-maven/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 plugin-maven diff --git a/pom.xml b/pom.xml index e9b8815af..703877f04 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 pom Eclipse Steady @@ -137,7 +137,7 @@ true - 2022-04-21T12:05:16+00:00 + 2022-04-21T13:30:57+00:00 diff --git a/repo-client/pom.xml b/repo-client/pom.xml index e60ac7f09..26951e7b9 100644 --- a/repo-client/pom.xml +++ b/repo-client/pom.xml @@ -26,7 +26,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 repo-client jar diff --git a/rest-backend/pom.xml b/rest-backend/pom.xml index ff23b0a67..2f40882ce 100644 --- a/rest-backend/pom.xml +++ b/rest-backend/pom.xml @@ -32,7 +32,7 @@ org.eclipse.steady rest-backend - 3.2.4-SNAPSHOT + 3.2.4 ${packaging.type} REST service to manage scan results and bugs diff --git a/rest-lib-utils/pom.xml b/rest-lib-utils/pom.xml index 35686ebf4..94f050631 100644 --- a/rest-lib-utils/pom.xml +++ b/rest-lib-utils/pom.xml @@ -32,7 +32,7 @@ org.eclipse.steady rest-lib-utils - 3.2.4-SNAPSHOT + 3.2.4 ${packaging.type} REST service to analyze and compare libraries diff --git a/shared/pom.xml b/shared/pom.xml index 70d3878d6..93f97dd70 100755 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -27,7 +27,7 @@ org.eclipse.steady root - 3.2.4-SNAPSHOT + 3.2.4 shared