Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #751 from dottorblaster/release-0.8.0
Browse files Browse the repository at this point in the history
Add CHANGELOG for 0.8.0 and bump Helm charts values
  • Loading branch information
dottorblaster committed Jan 27, 2022
2 parents cbe2259 + 038df1b commit b5be374
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 6 deletions.
127 changes: 127 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ARGUMENT_LIST=(
"use-tgz"
)

readonly TRENTO_VERSION=0.7.1
readonly TRENTO_VERSION=0.8.0

opts=$(
getopt \
Expand Down
2 changes: 1 addition & 1 deletion install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

readonly ARGS=("$@")
readonly PROGNAME="./install-server.sh"
TRENTO_VERSION="0.7.1"
TRENTO_VERSION="0.8.0"

usage() {
cat <<-EOF
Expand Down
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: 0.3.5
version: 0.3.8
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replicaCount: 1
image:
repository: ghcr.io/trento-project/trento-runner
pullPolicy: IfNotPresent
tag: "0.7.1"
tag: "0.8.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion packaging/helm/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: 0.3.7
version: 0.3.8
2 changes: 1 addition & 1 deletion packaging/helm/trento-server/charts/trento-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ replicaCount: 1
image:
repository: ghcr.io/trento-project/trento-web
pullPolicy: IfNotPresent
tag: "0.7.1"
tag: "0.8.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit b5be374

Please sign in to comment.