Skip to content

Commit

Permalink
Release 2.3.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku authored Jun 10, 2024
1 parent e66b626 commit 4ea46c0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.3.1](https://github.com/trento-project/helm-charts/tree/2.3.1) (2024-06-10)

[Full Changelog](https://github.com/trento-project/helm-charts/compare/2.3.0...2.3.1)

### Other Changes

- Rename `TRENTO_DOMAIN` to `TRENTO_WEB_ORIGIN` [\#97](https://github.com/trento-project/helm-charts/pull/97) (@nelsonkopliku)
- Add TRENTO\_DOMAIN env var [\#96](https://github.com/trento-project/helm-charts/pull/96) (@rtorrero)
- Add cert manager support [\#95](https://github.com/trento-project/helm-charts/pull/95) (@rtorrero)
- Add env var support for the supportconfig plugin/wrapper [\#83](https://github.com/trento-project/helm-charts/pull/83) (@rtorrero)

## [2.3.0](https://github.com/trento-project/helm-charts/tree/2.3.0) (2024-05-13)

[Full Changelog](https://github.com/trento-project/helm-charts/compare/2.2.0...2.3.0)
Expand Down
6 changes: 3 additions & 3 deletions charts/trento-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: Apache-2.0
#!BuildTag: trento/trento-server:2.3.0
#!BuildTag: trento/trento-server:2.3.0-build%RELEASE%
#!BuildTag: trento/trento-server:2.3.1
#!BuildTag: trento/trento-server:2.3.1-build%RELEASE%
apiVersion: v2
name: trento-server
description: The trento server chart contains all the components necessary to run a Trento server.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates
version: 2.3.1-dev1
version: 2.3.1

dependencies:
- name: trento-web
Expand Down
2 changes: 1 addition & 1 deletion charts/trento-server/charts/trento-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.3.1-dev1
version: 2.3.1
2 changes: 1 addition & 1 deletion charts/trento-server/charts/trento-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ replicaCount: 1
image:
repository: ghcr.io/trento-project/trento-web
pullPolicy: IfNotPresent
tag: 2.3.0
tag: 2.3.1

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions scripts/install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e

readonly ARGS=("$@")
readonly PROGNAME="./install-server.sh"
TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:-"2.3.0"}
TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:-"2.3.0"}
TRENTO_SERVER_CHART_VERSION=${TRENTO_SERVER_CHART_VERSION:-"2.3.1"}
TRENTO_WEB_VERSION=${TRENTO_WEB_VERSION:-"2.3.1"}
TRENTO_WANDA_VERSION=${TRENTO_WANDA_VERSION:-"1.3.0"}
TRENTO_ROLLING_VERSION=${TRENTO_ROLLING_VERSION:-"rolling"}

Expand Down

0 comments on commit 4ea46c0

Please sign in to comment.