Skip to content

Commit

Permalink
Bumped version to 1.1.2 and passbolt image to v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Aug 14, 2024
1 parent bb517f8 commit bdab26f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: <https://help.passbolt.com/releases/ce/get-up-stand-up>

## [0.3.1] - 2023-05-10

Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="./.assets/helm_passbolt.png" alt="passbolt sails kubernetes" width="500"/>
</h3>

![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.
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdab26f

Please sign in to comment.