diff --git a/CHANGELOG.md b/CHANGELOG.md index f216dd5..dfc5c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.1.3] - 2023-02-08 ### Added - Add support for init containers in extraInitContainers @@ -166,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial implementation -[Unreleased]: https://github.com/avakarev/gatus-chart/compare/gatus-3.1.2...HEAD +[Unreleased]: https://github.com/avakarev/gatus-chart/compare/gatus-3.1.3...HEAD +[3.1.3]: https://github.com/avakarev/gatus-chart/compare/gatus-3.1.2...gatus-3.1.3 [3.1.2]: https://github.com/avakarev/gatus-chart/compare/gatus-3.1.1...gatus-3.1.2 [3.1.1]: https://github.com/avakarev/gatus-chart/compare/gatus-3.1.0...gatus-3.1.1 [3.1.0]: https://github.com/avakarev/gatus-chart/compare/gatus-3.0.1...gatus-3.1.0 diff --git a/README.md b/README.md index 63b40dd..0c33bfd 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ releases: - name: gatus namespace: gatus chart: gatus/gatus - version: 3.1.2 + version: 3.1.3 values: - persistence: enabled: true diff --git a/charts/gatus/Chart.yaml b/charts/gatus/Chart.yaml index d95f1be..2e061c4 100644 --- a/charts/gatus/Chart.yaml +++ b/charts/gatus/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gatus description: Automated service health dashboard icon: https://raw.githubusercontent.com/TwiN/gatus/a1c8422c2ff2b9d0a6f184c99e4dc728d3f2cd75/web/static/logo-192x192.png -version: 3.1.2 +version: 3.1.3 appVersion: v5.2.0 type: application engine: gotpl