Skip to content

Commit 5fc3be3

Browse files
vicenteqaCopilot
andauthored
version bumps (#233)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4383de3 commit 5fc3be3

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1

charts/trento-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: The trento server chart contains all the components necessary to ru
88
type: application
99
# This is the chart version. This version number should be incremented each time you make changes
1010
# to the chart and its templates
11-
version: 3.1.0
11+
version: 3.1.1
1212

1313
dependencies:
1414
- name: trento-web

charts/trento-server/charts/trento-mcp-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ home: https://www.trento-project.io/
99
maintainers:
1010
- name: SUSE
1111
url: https://www.suse.com/
12-
version: 1.1.0
12+
version: 1.1.1

charts/trento-server/charts/trento-mcp-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## @param image.pullPolicy Image pull policy
99
image:
1010
repository: ghcr.io/trento-project/mcp-server-trento
11-
tag: 1.1.0
11+
tag: 1.1.1
1212
pullPolicy: IfNotPresent
1313

1414
## @param replicaCount Number of replicas to deploy

charts/trento-server/charts/trento-wanda/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ checks:
4444
image:
4545
repository: ghcr.io/trento-project/checks
4646
pullPolicy: IfNotPresent
47-
tag: 1.3.0
47+
tag: 1.3.1
4848

4949
secretKeyBase: ""
5050
imagePullSecrets: []

charts/trento-server/charts/trento-web/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 3.1.0
21+
version: 3.1.2

charts/trento-server/charts/trento-web/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ replicaCount: 1
8888
image:
8989
repository: ghcr.io/trento-project/trento-web
9090
pullPolicy: IfNotPresent
91-
tag: 3.1.0
91+
tag: 3.1.2
9292

9393
postgresql:
9494
image:

scripts/install-server.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ set -e
88

99
readonly ARGS=("$@")
1010
readonly PROGNAME="./install-server.sh"
11-
TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:-"3.1.0"}
12-
TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:-"3.1.0"}
11+
TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:-"3.1.1"}
12+
TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:-"3.1.2"}
1313
TRENTO_WANDA_VERSION=${TRENTO_WANDA_VERSION:-"2.1.0"}
14-
TRENTO_MCP_VERSION=${TRENTO_MCP_VERSION:-"1.1.0"}
14+
TRENTO_MCP_VERSION=${TRENTO_MCP_VERSION:-"1.1.1"}
1515
TRENTO_ROLLING_VERSION=${TRENTO_ROLLING_VERSION:-"rolling"}
1616
CURRENT_TTY=${TTY:-"/dev/tty"}
1717

0 commit comments

Comments
 (0)