Skip to content

Commit 88f9eed

Browse files
authored
Merge pull request #523 from eclipse/bump-to-3.2.2
Bumped version to 3.2.2
2 parents fb5024a + 44f1f68 commit 88f9eed

File tree

28 files changed

+29
-29
lines changed

28 files changed

+29
-29
lines changed

.travis/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Eclipse Steady
2-
VULAS_RELEASE=3.2.2-SNAPSHOT
2+
VULAS_RELEASE=3.2.2
33
VULAS_ENV=dev
44

55
# PostgreSQL

cli-scanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.eclipse.steady</groupId>
2828
<artifactId>root</artifactId>
29-
<version>3.2.2-SNAPSHOT</version>
29+
<version>3.2.2</version>
3030
</parent>
3131
<artifactId>cli-scanner</artifactId>
3232
<packaging>jar</packaging>

docker/setup-steady.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
REL="3.2.1"
3+
REL="3.2.2"
44
DC_REQUIRED="1.28"
55

66
usage () {

docker/start-steady.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
REL="3.2.1"
3+
REL="3.2.2"
44
SERVICES="all"
55
DC_REQUIRED="1.28"
66

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Eclipse Steady 3.2.1 (Incubator Project)
1+
site_name: Eclipse Steady 3.2.2 (Incubator Project)
22
site_description: Eclipse Steady Documentation
33
site_url: https://eclipse.github.io/steady/
44
dev_addr: 0.0.0.0:8000

docs/public.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME=Eclipse Steady
2-
PROJECT_VERSION=3.2.1
2+
PROJECT_VERSION=3.2.2
33
PROJECT_TAG=vulnerability-assessment-tool
44
PROJECT_URL=https://github.com/eclipse/steady
55
ADDRESS=http://localhost:8033

frontend-apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.eclipse.steady</groupId>
2828
<artifactId>root</artifactId>
29-
<version>3.2.2-SNAPSHOT</version>
29+
<version>3.2.2</version>
3030
</parent>
3131
<artifactId>frontend-apps</artifactId>
3232
<packaging>war</packaging>

frontend-bugs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.eclipse.steady</groupId>
2828
<artifactId>root</artifactId>
29-
<version>3.2.2-SNAPSHOT</version>
29+
<version>3.2.2</version>
3030
</parent>
3131
<artifactId>frontend-bugs</artifactId>
3232
<packaging>war</packaging>

kb-importer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>root</artifactId>
2828
<groupId>org.eclipse.steady</groupId>
29-
<version>3.2.2-SNAPSHOT</version>
29+
<version>3.2.2</version>
3030
</parent>
3131

3232
<artifactId>kb-importer</artifactId>

kubernetes/helm/vulnerability-assessment-tool-core/charts/frontendbugs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table lists the configurable parameters of the frontendbugs chart
3232
| horizontalPodAutoScaler.enabled | Enables an autoscaling (requires a metrics server up and running) | `False` |
3333
| image.pullPolicy | These images are maintained by the team and won't be subject to drift | `IfNotPresent` |
3434
| image.name | | `eclipse/steady-frontend-bugs` |
35-
| image.tag | | `3.2.2-SNAPSHOT-jib` |
35+
| image.tag | | `3.2.2-jib` |
3636
| image.livenessProbe | | enabled: `true`<br>initialDelaySeconds: `8`<br>periodSeconds: `30`<br>timeoutSeconds: `5`<br>failureThreshold: `3` |
3737
| image.readinessProbe | | enabled: `true`<br>initialDelaySeconds: `5`<br>periodSeconds: `30`<br>timeoutSeconds: `5`<br>failureThreshold: `3` |
3838

0 commit comments

Comments
 (0)