Skip to content

Commit 0d7d192

Browse files
committed
Merge Release 3.1.1 into main
[skip ci]
2 parents f3e7d79 + c2ed7f6 commit 0d7d192

8 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/trento-project/helm-charts/tree/3.0.1/compare/3.1.0...3.1.1) - 2026-07-02
4+
5+
### What's Changed
6+
7+
* Trigger release 3.1.1 (#233) @vicenteqa
8+
9+
**Full Changelog**: https://github.com/trento-project/helm-charts/compare/3.1.0...3.1.1
10+
311
## [3.1.0](https://github.com/trento-project/helm-charts/tree/3.0.1/compare/3.0.1...3.1.0) - 2026-05-20
412

513
### What's Changed
@@ -111,7 +119,6 @@
111119
* Bump helm/chart-releaser-action from 1.6.0 to 1.7.0 by @dependabot in https://github.com/trento-project/helm-charts/pull/123
112120
</details>
113121
**Full Changelog**: https://github.com/trento-project/helm-charts/compare/2.4.1...2.5.0
114-
115122
## [2.4.0](https://github.com/trento-project/helm-charts/tree/2.4.0) (2024-11-12)
116123

117124
[Full Changelog](https://github.com/trento-project/helm-charts/compare/2.3.2...2.4.0)

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/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)