File tree Expand file tree Collapse file tree
charts/trento-server/charts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff line change 1- 3.1.0
1+ 3.1.1
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ home: https://www.trento-project.io/
99maintainers :
1010 - name : SUSE
1111 url : https://www.suse.com/
12- version : 1.1.0
12+ version : 1.1.1
Original file line number Diff line number Diff line change 88# # @param image.pullPolicy Image pull policy
99image :
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
Original file line number Diff line number Diff 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
4949secretKeyBase : " "
5050imagePullSecrets : []
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ replicaCount: 1
8888image :
8989 repository : ghcr.io/trento-project/trento-web
9090 pullPolicy : IfNotPresent
91- tag : 3.1.0
91+ tag : 3.1.2
9292
9393postgresql :
9494 image :
Original file line number Diff line number Diff line change 88
99readonly ARGS=(" $@ " )
1010readonly 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 " }
1313TRENTO_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 " }
1515TRENTO_ROLLING_VERSION=${TRENTO_ROLLING_VERSION:- " rolling" }
1616CURRENT_TTY=${TTY:- " /dev/tty" }
1717
You can’t perform that action at this time.
0 commit comments