File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,21 @@ 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.4 .0...HEAD ) </small >
11+ <small >[ Compare with latest] ( https://github.com/pmoscode-helm/gotify/compare/gotify-0.5 .0...HEAD ) </small >
1212
1313### Features
1414
15- - update image to v 2.6.0 ([ 6938aa1 ] ( https://github.com/pmoscode-helm/gotify/commit/6938aa16adf0ebddb3eb99132ffe204700c96a03 ) by Peter Motzko).
15+ - update image to v 2.6.1 ([ da6847b ] ( https://github.com/pmoscode-helm/gotify/commit/da6847b70094d064588e62437fc0d093a424c971 ) by Peter Motzko).
1616
1717<!-- insertion marker -->
18+ ## [ gotify-0.5.0] ( https://github.com/pmoscode-helm/gotify/releases/tag/gotify-0.5.0 ) - 2024-11-16
19+
20+ <small >[ Compare with gotify-0.4.0] ( https://github.com/pmoscode-helm/gotify/compare/gotify-0.4.0...gotify-0.5.0 ) </small >
21+
22+ ### Features
23+
24+ - update image to v 2.6.0 ([ 97c7887] ( https://github.com/pmoscode-helm/gotify/commit/97c78879070f9fa36e1a6cd75058781e32b8ee0c ) by Peter Motzko).
25+
1826## [ gotify-0.4.0] ( https://github.com/pmoscode-helm/gotify/releases/tag/gotify-0.4.0 ) - 2024-06-26
1927
2028<small >[ Compare with gotify-0.3.0] ( https://github.com/pmoscode-helm/gotify/compare/gotify-0.3.0...gotify-0.4.0 ) </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.5.0
7- appVersion : " 2.6.0 "
6+ version : 0.5.1
7+ appVersion : " 2.6.1 "
88
99home : https://gotify.net/
1010sources :
@@ -18,7 +18,7 @@ maintainers:
1818annotations :
1919 artifacthub.io/images : |
2020 - name: gotify
21- image: gotify/server:2.6.0
21+ image: gotify/server:2.6.1
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.5.0 ] ( https://img.shields.io/badge/Version-0.5.0 -informational?style=flat-square )
2+ ![ Version: 0.5.1 ] ( https://img.shields.io/badge/Version-0.5.1 -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