diff --git a/CHANGELOG.md b/CHANGELOG.md index c89f401..e6c45b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/passbolt/charts-passbolt/compare/1.1.1...HEAD) +## [Unreleased](https://github.com/passbolt/charts-passbolt/compare/1.1.2...HEAD) + +## [1.1.2] - 2024-08-14 + +### Fixed + +- [#89](https://github.com/passbolt/charts-passbolt/issues/89) Installation stuck at "waiting on database connection" ## [1.1.1] - 2024-05-02 + ### Fixed + - [#83](https://github.com/passbolt/charts-passbolt/issues/83) Database hostname and port should be quoted when using external databases ## [1.1.0] - 2024-04-26 @@ -146,7 +154,7 @@ This release includes breaking changes .Values.redisProxyResources now is .Value ### Added - [#18](https://github.com/passbolt/charts-passbolt/pull/18) Allow setting annotations on service -- Passbolt v4 as default application deployment version. Please read: https://help.passbolt.com/releases/ce/get-up-stand-up +- Passbolt v4 as default application deployment version. Please read: ## [0.3.1] - 2023-05-10 diff --git a/Chart.yaml b/Chart.yaml index 85cd649..d4ba0f3 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.1 +version: 1.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.7.0-1-ce +appVersion: 4.9.1-1-ce dependencies: - name: passbolt-library version: 0.2.7 diff --git a/README.md b/README.md index f18e3a2..0b6064a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ passbolt sails kubernetes -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.0-1-ce](https://img.shields.io/badge/AppVersion-4.7.0--1--ce-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.9.1-1-ce](https://img.shields.io/badge/AppVersion-4.9.1--1--ce-informational?style=flat-square) Passbolt is an open source, security first password manager with strong focus on collaboration. diff --git a/values.yaml b/values.yaml index 9c137b4..574cd9b 100644 --- a/values.yaml +++ b/values.yaml @@ -124,7 +124,7 @@ app: # -- Configure pasbolt deployment image pullPolicy pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. - tag: 4.6.2-1-ce + tag: 4.9.1-1-ce # Allowed options: mariadb, mysql or postgresql database: kind: mariadb