Skip to content

Commit

Permalink
Preparing TD Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rseedorff committed Sep 1, 2022
1 parent 8ef0ca9 commit 7b90b12
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
DOCKER_TAG=${GIT_TAG#:refs/heads/main}
# ### Modification-Start ###
# temporary tag override
DOCKER_TAG=":2.1.0-alpha1"
DOCKER_TAG=":2.0.1"
# ### Modification-End ###
./gradlew jib -Djib.to.image=docker.io/iteratec/teamdojo${DOCKER_TAG} -Djib.to.auth.username="${{ secrets.DOCKER_USERNAME }}" -Djib.to.auth.password="${{ secrets.DOCKER_PASSWORD }}"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {

group = "com.iteratec.teamdojo"
// ### MODIFICATION-START ###
version = "2.1.0-SNAPSHOT"
version = "2.0.1"
description = "TeamDojo is a tool to skill your Teams"
// ### MODIFICATION-END ###

Expand Down
4 changes: 2 additions & 2 deletions deployment/K8S/helm/teamdojo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.0.0
version: 2.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 2.0.0
appVersion: 2.0.1
kubeVersion: ">=v1.11.0-0"

description: Teamdojo is a application for improving (application and project) skills of your teams through gamification.
Expand Down
4 changes: 2 additions & 2 deletions deployment/K8S/helm/teamdojo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TeamDojo

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/iteratec)](https://artifacthub.io/packages/search?repo=iteratec)
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/iteratec)](https://artifacthub.io/packages/search?repo=iteratec)

TeamDojo is a application for improving (application and project) skills of your teams through gamification.

Expand Down Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=v1.11.0-0`
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/iteratec/teamdojo"` | |
| image.tag | string | `"2.0.0"` | |
| image.tag | string | `"2.0.1"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion deployment/K8S/helm/teamdojo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: docker.io/iteratec/teamdojo
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.0.0
tag: 2.0.1

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "team-dojo",
"version": "2.1.0-SNAPSHOT",
"version": "2.0.1",
"private": true,
"description": "TeamDojo is a tool to skill your Teams",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ${AnsiColor.WHITE}████████████████████
${AnsiColor.GREEN} |_| \___| \__,_| |_| |_| |_| ${AnsiColor.RED}|____/ \___/ _/ | \___/
${AnsiColor.GREEN} ${AnsiColor.RED} |__/

${AnsiColor.BLUE}::Release Version: 2.0.0
${AnsiColor.BLUE}::Release Version: 2.0.1
${AnsiColor.BLUE} Powered by Spring Boot ${spring-boot.version} and JHipster v7.8.1

${AnsiColor.BLUE}TeamDojo is an open source project provided by iteratec GmbH. Made with ❤️
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jhipster:
title: Team Dojo API
description: Team Dojo API documentation
### MODIFICATION-START ###
version: 2.0.0
version: 2.0.1
### MODIFICATION-END ###
terms-of-service-url:
contact-name:
Expand Down

0 comments on commit 7b90b12

Please sign in to comment.