Skip to content

Commit dfb27b9

Browse files
committed
feat: update image to v 2.6.3
1 parent d678902 commit dfb27b9

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,28 @@ 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.5.0...HEAD)</small>
11+
<small>[Compare with latest](https://github.com/pmoscode-helm/gotify/compare/gotify-0.5.1...HEAD)</small>
1212

1313
### Features
1414

15-
- update image to v 2.6.1 ([da6847b](https://github.com/pmoscode-helm/gotify/commit/da6847b70094d064588e62437fc0d093a424c971) by Peter Motzko).
15+
- update image to v 2.6.3 ([67a1aa9](https://github.com/pmoscode-helm/gotify/commit/67a1aa94607bbafadd6c7e6681b4fa622a08e087) by Peter Motzko).
16+
17+
### Bug Fixes
18+
19+
- update tests to current changes ([5e749b8](https://github.com/pmoscode-helm/gotify/commit/5e749b882dbfe8308e5b9249ef5057acad674222) by Peter Motzko).
20+
- set allowPrivilegeEscalation to false ([805db22](https://github.com/pmoscode-helm/gotify/commit/805db222d6fc6e036e226d66142f9e3453697943) by Peter Motzko).
21+
- set root FS read-only ([8405806](https://github.com/pmoscode-helm/gotify/commit/8405806caf736e076d63e0880441abd3d3212ac4) by Peter Motzko).
22+
- use port > 1024 ([55cd7e2](https://github.com/pmoscode-helm/gotify/commit/55cd7e27f8d812ea99816e01e6f291c06b0eae11) by Peter Motzko).
1623

1724
<!-- insertion marker -->
25+
## [gotify-0.5.1](https://github.com/pmoscode-helm/gotify/releases/tag/gotify-0.5.1) - 2024-11-16
26+
27+
<small>[Compare with gotify-0.5.0](https://github.com/pmoscode-helm/gotify/compare/gotify-0.5.0...gotify-0.5.1)</small>
28+
29+
### Features
30+
31+
- update image to v 2.6.1 ([046bde5](https://github.com/pmoscode-helm/gotify/commit/046bde5600cfed31d81f222ff232ad817face3bb) by Peter Motzko).
32+
1833
## [gotify-0.5.0](https://github.com/pmoscode-helm/gotify/releases/tag/gotify-0.5.0) - 2024-11-16
1934

2035
<small>[Compare with gotify-0.4.0](https://github.com/pmoscode-helm/gotify/compare/gotify-0.4.0...gotify-0.5.0)</small>

Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: gotify
33
description: Gotify - a simple server for sending and receiving messages
44

55
type: application
6-
version: 0.5.1
7-
appVersion: "2.6.1"
6+
version: 0.5.2
7+
appVersion: "2.6.3"
88

99
home: https://gotify.net/
1010
sources:
@@ -18,7 +18,7 @@ maintainers:
1818
annotations:
1919
artifacthub.io/images: |
2020
- name: gotify
21-
image: gotify/server:2.6.1
21+
image: gotify/server:2.6.3
2222
platforms:
2323
- linux/amd64
2424
artifacthub.io/license: MIT

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gotify Helm Chart
2-
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square)
2+
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-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

55
From https://gotify.net/:

0 commit comments

Comments
 (0)