Skip to content

Commit d5b9798

Browse files
chore(release): 1.1.5 [skip ci]
## [1.1.5](v1.1.4...v1.1.5) (2025-05-13) ### Bug Fixes * update discordBotImage tag format in values.yaml ([604e07e](604e07e))
1 parent 604e07e commit d5b9798

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.5](https://github.com/floryn08/valheim-server-discord-bot/compare/v1.1.4...v1.1.5) (2025-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* update discordBotImage tag format in values.yaml ([604e07e](https://github.com/floryn08/valheim-server-discord-bot/commit/604e07ec696b7d3f257d8af806f2ac8a2d553516))
7+
18
## [1.1.4](https://github.com/floryn08/valheim-server-discord-bot/compare/v1.1.3...v1.1.4) (2025-05-13)
29

310

deployment/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
appVersion: 1.1.4
8-
version: 1.1.4
7+
appVersion: 1.1.5
8+
version: 1.1.5

deployment/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
namespace: game-servers
2-
discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:v1.1.4
2+
discordBotImage: ghcr.io/floryn08/valheim-server-discord-bot:v1.1.5
33
vault:
44
enabled: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valheim-server-discord-bot",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)