Skip to content

Commit f5dde02

Browse files
committed
doc: changelog update
1 parent b24f020 commit f5dde02

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
### Added
66

77
- Ability to mount secrets as volumes. I'ts handy when you need to mount encrypted config file
8+
- Ability to mount configmap as volume just as the other type of volume.
9+
10+
11+
### Changed
12+
13+
- [BREAKING] volumes structure. Flag `enabled` was removed, along with `type` structure. Now volumes structure is flattened.
14+
- [BREAKING] kubernetes service name is no longer combined with application name (.Release.Name). HelmRelese configuration will be more straightforward.
15+
- [BREAKING] mountPath and subPath options are now child-nodes for volumes.nfs, volumes.configmap and volumes.secret
16+
- Ingress name is now the same as application name.
17+
18+
### Removed
19+
20+
- [BREAKING] database.enabled flag
21+
- Obsolete before hook which was designed to generate databae credentials for application
22+
- Faulty initwebsitedir pre-install hook, which was designed to create application directory on persistent storage
23+
- Obsolete mattermos-notify post-hook. This hook was designed to send chat notification after application deployment
24+
- Obsolete MySQLDBHelper pre-install hook which was designed to create mysql database for an application
825

926
## [2.7.0] - 2025-12-14
1027

0 commit comments

Comments
 (0)