Releases: passbolt/charts-passbolt
Release list
2.1.1
Announcing the immediate availability of Passbolt's helm chart 2.1.1.
Bumping dependencies
This version of the helm chart bumps a dependencies and introduces the usage of YAML linting on the whole reporitory.
Thanks to all the community members that helped us to improve this chart! 🎉
2.1.0
Announcing the immediate availability of Passbolt's helm chart 2.1.0.
General improvements
This version of the helm chart addresses a few GitHub issues, notably:
- #109 - to add a way to set the service
ingressClassNamefield using theingress.classNamevalue. - #117 - to add a way to set the
trafficDistributionservice field using theservice.trafficDistributionvalue. - #119 - to fix the fact that the
podAnnotationswas not used in the Passbolt server template despite being set in the values file.
This version also bumps and pins a few CI-related dependencies and introduces
renovate to our CI tool belt.
Thanks to all the community members that helped us to improve this chart! 🎉
2.0.1
Announcing the immediate availability of Passbolt's helm chart 2.0.1.
Openshift Support
This version of the helm chart introduces some functionality to improve the experience of installing on Openshift.
A new environment variable has been added to suppress the webserver user warning:
- PASSBOLT_SECURITY_DISPLAY_NON_WEBUSER_WARNING
Additionally setting the value Openshift: false to true will include the routes.yaml template. Another change when setting this to true is that the security context on the cronjob which looks for a particular UID and GID will no longer be included.
2.0.0
Announcing the immediate availability of Passbolt's helm chart 2.0.0.
Breaking changes
Historically passbolt-api default configuration was not considering using an external
cache such as valkey or redis on its default configuration. This helm chart was
injecting a custom app.php file to workaround that issue.
Starting with passbolt-api 5.6.0 using an external storage for cache/sessions is supported.
This version introduces breaking changes being:
- Passbolt API minimiun supported version is 5.6.0
- Custom app.php configmap is no longer provided with this chart
List of renamed environment variables:
- CACHE_CAKE_DEFAULT_SERVER -> CACHE_DEFAULT_HOST
- CACHE_CAKE_DEFAULT_PASSWORD -> CACHE_DEFAULT_PASSWORD
What should I do?
- Update to passbolt-api >= 5.6.0
- Users must review their cache authentication environment variables and update
them accordingly.
Thanks to all the community members that helped us to improve this chart! 🎉
1.4.1
Announcing the immediate availability of Passbolt's helm chart 1.4.1
This is a maintenance version that fixes issues when auto-generating GPG keys.
Thanks to all the community members that helped us to improve this chart! 🎉
1.4.0
Announcing the immediate availability of Passbolt's helm chart 1.4.0
This version is a maintenance version to pin Bitnami images
to their legacy version so user experience won't be modified
when installing Passbolt using this chart.
As many community members reported, Bitnami is pushing for their
new paid tier docker images as seen here.
In the short term Passbolt Helm chart will continue using Bitnami charts
as dependencies by default. Bitnami's legacy docker hub images are pinned
by default to ensure such charts continue working as expected.
We understand that this is not ideal and that some users might want to
transition to other charts to control their MariaDB,PostgreSQL or Redis deployments.
For such cases Passbolt Helm chart provides enough flexibility so users can configure
their own SQL and cache deployments and connect them to this chart's Passbolt deployment.
Thanks to all the community members that helped us to improve this chart! 🎉
1.3.3
Announcing the immediate availability of passbolt's helm chart 1.3.3
This is a minor change release that has the following changes:
Fixed
- Internal TLS certificate are mounted in the wrong path #100
- PASSBOLT_SSL_FORCE set to false, still redirecting to HTTPs #45
Added
- Integration test running ingress and passbolt without TLS
Thanks to all the community members that helped us to improve this chart! 🎉
1.3.2
Announcing the immediate availability of passbolt's helm chart 1.3.2
This is a minor change release that has the following changes:
Fixed
- #95 Bump chart dependencies and set defaults for KUBECTL_CMD for multiarch execution.
- #101 Fix haproxy of email job is occupying one CPU core
- Bump passbolt docker image tag to 5.0.0-1-ce
Added
- #102 feat: support redis authentication with existing secret
Thanks to all the community members that helped us to improve this chart! 🎉
1.3.1
Announcing the immediate availability of passbolt's helm chart 1.3.1
This is a minor change release that updates the bitnami registry name.
1.3.0
Announcing the immediate availability of passbolt's helm chart 1.3.0
This is a minor change release that adds support for running the non-root passbolt image using this helm chart.