Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Release gatus 3.4.4 #100

Merged
merged 2 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion charts/gatus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.4] - 2024-04-21
### Changed
- Bump Gatus image v5.8.0 => v5.10.0

## [3.4.3] - 2024-04-10
### Changed
- Move sidecarContainers to be first in the list of containers
Expand Down Expand Up @@ -224,7 +228,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation

[Unreleased]: https://github.com/minicloudlabs/helm-charts/compare/gatus-3.4.2...HEAD
[Unreleased]: https://github.com/minicloudlabs/helm-charts/compare/gatus-3.4.4...HEAD
[3.4.4]: https://github.com/minicloudlabs/helm-charts/compare/gatus-3.4.3...gatus-3.4.4
[3.4.3]: https://github.com/minicloudlabs/helm-charts/compare/gatus-3.4.2...gatus-3.4.3
[3.4.2]: https://github.com/minicloudlabs/helm-charts/compare/gatus-3.4.1...gatus-3.4.2
[3.4.1]: https://github.com/minicloudlabs/helm-charts/compare/gatus-3.4.0...gatus-3.4.1
[3.4.0]: https://github.com/minicloudlabs/helm-charts/compare/gatus-3.3.4...gatus-3.4.0
Expand Down
4 changes: 2 additions & 2 deletions charts/gatus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gatus
description: Automated service health dashboard
icon: https://raw.githubusercontent.com/TwiN/gatus/a1c8422c2ff2b9d0a6f184c99e4dc728d3f2cd75/web/static/logo-192x192.png
version: 3.4.3
appVersion: v5.8.0
version: 3.4.4
appVersion: v5.10.0
type: application
engine: gotpl
home: https://minicloudlabs.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/gatus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ releases:
- name: gatus
namespace: gatus
chart: minicloudlabs/gatus
version: 3.4.3
version: 3.4.4
values:
- persistence:
enabled: true
Expand Down