Skip to content

Commit

Permalink
Merge pull request #547 from eclipse/bump-version
Browse files Browse the repository at this point in the history
bump version to 3.2.4
  • Loading branch information
serenaponta committed Apr 21, 2022
2 parents 24fa1a2 + f52bcaf commit 80d6bae
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .travis/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Eclipse Steady
VULAS_RELEASE=3.2.4-SNAPSHOT
VULAS_RELEASE=3.2.4
VULAS_ENV=dev

# PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion cli-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>cli-scanner</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Eclipse Steady
VULAS_RELEASE=3.2.3
VULAS_RELEASE=3.2.4
VULAS_ENV=prod

# *** MANDATORY SETTINGS ***
Expand Down
2 changes: 1 addition & 1 deletion docker/setup-steady.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

REL="3.2.3"
REL="3.2.4"
DC_REQUIRED="1.28"

usage () {
Expand Down
2 changes: 1 addition & 1 deletion docker/start-steady.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

REL="3.2.3"
REL="3.2.4"
SERVICES="all"
DC_REQUIRED="1.28"

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/public.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>frontend-apps</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion frontend-bugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>frontend-bugs</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion kb-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.eclipse.steady</groupId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>

<artifactId>kb-importer</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`<br>initialDelaySeconds: `8`<br>periodSeconds: `30`<br>timeoutSeconds: `5`<br>failureThreshold: `3` |
| image.readinessProbe | | enabled: `true`<br>initialDelaySeconds: `5`<br>periodSeconds: `30`<br>timeoutSeconds: `5`<br>failureThreshold: `3` |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following table lists the configurable parameters of the restlibutils chart
| readinessProbe | | enabled: `true`<br>initialDelaySeconds: `20`<br>periodSeconds: `30`<br>timeoutSeconds: `5`<br>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`.
Expand Down
2 changes: 1 addition & 1 deletion lang-java-reach-soot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>lang-java-reach-soot</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang-java-reach-wala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>lang-java-reach-wala</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang-java-reach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>lang-java-reach</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>lang-java</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>lang-python</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>lang</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion patch-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>patch-analyzer</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion patch-lib-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>

<artifactId>patch-lib-analyzer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>plugin-gradle</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugin-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<!-- NOTE: This plugin name violates the Maven naming convention, which results in a warning during build. -->
<artifactId>plugin-maven</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
<packaging>pom</packaging>

<name>Eclipse Steady</name>
Expand Down Expand Up @@ -137,7 +137,7 @@
<maven.deploy.skip>true</maven.deploy.skip>

<!-- Used by several plugins, to make builds reproducible -->
<project.build.outputTimestamp>2022-04-21T12:05:16+00:00</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-04-21T13:30:57+00:00</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion repo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>repo-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rest-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.eclipse.steady</groupId>
<artifactId>rest-backend</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
<packaging>${packaging.type}</packaging>

<name>REST service to manage scan results and bugs</name>
Expand Down
2 changes: 1 addition & 1 deletion rest-lib-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.eclipse.steady</groupId>
<artifactId>rest-lib-utils</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
<packaging>${packaging.type}</packaging>

<name>REST service to analyze and compare libraries</name>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.steady</groupId>
<artifactId>root</artifactId>
<version>3.2.4-SNAPSHOT</version>
<version>3.2.4</version>
</parent>
<artifactId>shared</artifactId>

Expand Down

0 comments on commit 80d6bae

Please sign in to comment.