mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
More CI improvements
This commit is contained in:
parent
d83abae451
commit
bcded223a6
41 changed files with 359 additions and 120 deletions
|
@ -10,6 +10,25 @@ All notable changes to this library Helm chart will be documented in this file.
|
|||
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).
|
||||
|
||||
### [4.5.0]
|
||||
|
||||
#### Added
|
||||
|
||||
- Support checksum/config annotations for configMaps to automate roll deployments/daemonsets/statefulsets after config changes.
|
||||
- Support Gluetun VPN client add-on. Please see [the project repository](https://github.com/qdm12/gluetun) for more information and how to configure.
|
||||
- Added support for the `envFrom` field in the VPN add-on.
|
||||
|
||||
#### Changed
|
||||
|
||||
- Updated and pinned `netshoot` add-on image to `v0.7`.
|
||||
- Updated `code-server` add-on image to `4.5.1`.
|
||||
- Updated `promtail` add-on image to `2.6.1`.
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Added `ingressClassName` description under the `code-server` add-on.
|
||||
- `valueFrom` now works correctly when `env` is a list of variables.
|
||||
|
||||
### [4.4.2]
|
||||
|
||||
#### Fixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue