File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88<!-- insertion marker -->
99## Unreleased
1010
11- <small >[ Compare with latest] ( https://github.com/pmoscode-helm/gotify/compare/gotify-0.6.1...HEAD ) </small >
11+ <small >[ Compare with latest] ( https://github.com/pmoscode-helm/gotify/compare/gotify-0.6.2...HEAD ) </small >
12+
13+ ### Features
14+
15+ - update image to v 2.8.0 ([ 46fe305] ( https://github.com/pmoscode-helm/gotify/commit/46fe305194db900bf8b28245001b6ee3720aac90 ) by Peter Motzko).
16+ - update image to v 2.7.3 ([ c53f3b3] ( https://github.com/pmoscode-helm/gotify/commit/c53f3b3b6eae51cf2593d5ead68688501c633ea2 ) by Peter Motzko).
17+
18+ <!-- insertion marker -->
19+ ## [ gotify-0.6.2] ( https://github.com/pmoscode-helm/gotify/releases/tag/gotify-0.6.2 ) - 2025-09-23
20+
21+ <small >[ Compare with gotify-0.6.1] ( https://github.com/pmoscode-helm/gotify/compare/gotify-0.6.1...gotify-0.6.2 ) </small >
1222
1323### Features
1424
1525- update image to v 2.7.3 ([ 4a0c1ac] ( https://github.com/pmoscode-helm/gotify/commit/4a0c1acc82bb805db02ebe3ded951aadd705ed10 ) by Peter Motzko).
1626- update image to v 2.7.2 ([ a68f746] ( https://github.com/pmoscode-helm/gotify/commit/a68f74636498c29ac64a0ae7bf37f73b61f9ba20 ) by Peter Motzko).
1727
18- <!-- insertion marker -->
1928## [ gotify-0.6.1] ( https://github.com/pmoscode-helm/gotify/releases/tag/gotify-0.6.1 ) - 2025-09-13
2029
2130<small >[ Compare with gotify-0.6.0] ( https://github.com/pmoscode-helm/gotify/compare/gotify-0.6.0...gotify-0.6.1 ) </small >
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: gotify
33description : Gotify - a simple server for sending and receiving messages
44
55type : application
6- version : 0.6.2
7- appVersion : " 2.7.3 "
6+ version : 0.7.0
7+ appVersion : " 2.8.0 "
88
99home : https://gotify.net/
1010sources :
@@ -18,7 +18,7 @@ maintainers:
1818annotations :
1919 artifacthub.io/images : |
2020 - name: gotify
21- image: gotify/server:2.7.3
21+ image: gotify/server:2.8.0
2222 platforms:
2323 - linux/amd64
2424 artifacthub.io/license : MIT
Original file line number Diff line number Diff line change 11# gotify Helm Chart
2- ![ Version: 0.6.2 ] ( https://img.shields.io/badge/Version-0.6.2 -informational?style=flat-square )
2+ ![ Version: 0.7.0 ] ( https://img.shields.io/badge/Version-0.7.0 -informational?style=flat-square )
33[ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/gotify )] ( https://artifacthub.io/packages/search?repo=gotify )
44
55From https://gotify.net/ :
You can’t perform that action at this time.
0 commit comments